@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	colour: black;
	background-color: #ffffff;
}
#page_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 130px;
	width: 100%;
	background-color: #05568B;
	background-image: url(background.jpg);
	background-repeat: repeat-x;	
}

#headerImage {
	position: relative;
	top: 0px;
	left: 0px;
	height: 130px;
	width: 800px;
	background-image: url(select_header_small.jpg);
	background-repeat: repeat-x;
}

#menu_left {
	float: left;
	width: 160px;
	min-height: 380px;
}

#menu_right {
	position: absolute;
	float:right;

	width: 160px;
	min-height: 380px;
	left: 800px;
	top: 170px;

}

#rightPane {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #02ABE9;
	height: 360px;
	width: 150px;
	position: relative;
	right: 10px;
	top: 8px;
}

#content_page
{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	min-height: 400px;
	width: 500px;
	padding-top: 20px;
	padding-left: 30px;
}

.NormalTextBox
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	colour: black;
} 

.BoldIndented {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;	
}

#leftPane {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #02ABE9;
	height: 360px;
	width: 150px;
	position: relative;
	left: 10px;
	top: 8px;
}
#leftPane ul {
	color: #05568B;
	font-weight: bold;
	padding-top: 16px;

}

#leftPane ul li {
	list-style-type: disc;
	margin-bottom: 20px;

}
#leftPane ul li a, #menu ul li a:visited {
	
	color: #05568B;
	font-size: 16px;
	text-decoration: none;
	font-weight: bolder;	
}
#menu_right ul {
	color: #05568B;
	font-weight: bold;
}

#menu_right ul li {
	list-style-type: disc;
	margin-bottom: 20px;
}
#menu_right ul li a, #menu ul li a:visited {
	
	color: #05568B;
	font-size: 14px;
	text-decoration: none;
	font-weight: bolder;	
}
.BigBlueText {
	font-size: 18px;
	font-weight: bold;
	color: #05568B;
	position: relative;
}
.StandardText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
}

.NormalTextBox {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
}

.normal {
	color: #05568B;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.normalred {
	color: red;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

strong
{
	font-size: 18px;
	font-weight: bold;
	color: #05568B;
	position: relative;
}

