/*
#-------------------------------------------#
#											#
#		Colours: 							#
#		Primary Dark Purple: #430C69 		#
#		Secondary Light Purpler: #641F94	#	
#		Tertiary Light Colour: #F1E7F0		#
#											#
#-------------------------------------------#
*/
/*
div { border:1px solid #CCCCCC; }
td { border:1px solid red; }
*/

html{
	height:100%;
	margin:1px;
}

body
{
	font-family: "Tahoma", Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a
{
	color:#641F94;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#header
{
	position:relative;
	height:152px;
	font-size:1px;
}


#menu {
	width:670px;
	position:absolute;
	right:41px;
	top:103px;
	font-size:11px;
}

#menu ul{
	padding:0;
	margin:0;
	margin-left:1px;
}

#menu ul li 
{
	padding-top:0px;
	display:block;
	float:left;
	width:82px;
	height:29px;
	margin-right:1px;
}

#tab
{
	width:82px;
	height:29px;
	background-image: url('/_img/tab.png');
	background-repeat:no-repeat;
}

a#tab:hover{
	width:82px;
	height:29px;
	background-image: url('/_img/tab_over.png');
}

#menu ul li a{
	display:block;
	height:20px;
	padding-top:9px;
}

#container
{
	width:933px;
	background-image: url('/_img/background.gif');
	background-repeat:no-repeat;
}

#content_container table
{
	width:933px;
	padding:0;
	margin:0;
	border-collapse:collapse;
}

td
{
	vertical-align:top;
	text-align:left;
}

#left_text{
	padding:10px;
}

#left_header{
	background-image: url('/_img/leftHeadBackground.jpg');
	text-align:left;
	vertical-align:middle;
	width:219px;
	height:24px;
	margin:0;
	padding:0;
	padding-top:9px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}

#left_col
{
	width:212px;
	padding:0;
}

#left_content{
	border:0;
	padding:0;
	margin:0;
	border-left:2px solid #BBBBBB;
	margin-bottom:10px;
}

#cornerOverlay{
	position:absolute;
	top:136px;
	left:-2px;
	background-image: url('/_img/cornerOverlay.png');
	height:31px;
	width:31px;
}

#content
{
	border:2px solid #BBBBBB;
	border-top:0;
	border-bottom:0;
	min-height:400px;
	height:auto !important;
	height:400px;
	text-align:left;
	padding:10px;
	width:680px;
	position:relative;
}

#inner_content{
	padding:15px;
	padding-top:0;
}

#dynamicImage
{
	position:relative;
	width:212px;
	height:165px;
}

#resourceHeader
{
	background-image: url('/_img/resourceHeader.gif');
	background-repeat:no-repeat;
	width:646px;
	height:22px;
}

#footer{
	background-image: url('/_img/bottom.jpg');
	width:712px;
	height:46px;
}

#footer_side{
	position:absolute;
	bottom:-1px;
	right:-10px;
	height:391px;
	width:9px;
	background-image: url('/_img/footerSide.jpg');
}

h1
{
	color:#430C69;
	font-size:15px;
	margin-top:0;
	font-weight:bold;
}

h2
{
	color:#430C69;
	font-size:12px;
	font-weight:bold;
	margin:3px;
	margin-left:0;
}

h3
{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	margin:3px;
	margin-left:0;
}


/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}