@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {

}
a.navb:link {
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}
a.navb:visited {
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a.navb:active {
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a.navb:hover {
	color: #CC9966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.Page_Heading {
	font-family: "Trebuchet MS";
	font-size: 36px;
	color: #006699;
	text-align: left;
}
.Page_Heading_sub {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #003366;
	text-align: left;
	padding-bottom: 8px;
	border-top-style: solid;
	border-top-width: 2px;
	padding-top: 25px;
	line-height: 150%;
	border-top-color: #666666;
}
.Page_Heading_sub_no_dots {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #003366;
	text-align: left;
	padding-bottom: 8px;
}
.sidebar_cont {
	padding: 0px;
	margin-left: 0px;
	height: 730px;
	width: 180px;
}
.sidebar_box {
	height: 700px;
	padding-left: 15px;
}
.center_heading {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	border-bottom-color: #99CCFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #003399;
	text-indent: 20px;
	background-color: #E2F0DD;
	padding: 0px;
	border: solid 1px #99cccc;
}
.center_heading_2 {
	color: #CC3333;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	font-weight: bold;
}
.center_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
}
a {
	font-size: 16px;
	font-weight: bold;
	text-decoration:none
}
a:hover { 
	color: #CC9933;
}
a:active {
	color: #006699;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
.nav_menu {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0px;
}
.centre_text_blue {
	color: #006699;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
.pristina_text {
	font-family: pristina;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.1em;
}
.hypertext {
	color: #0000FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Sub_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C7E3FE;
	padding: 2px;
	text-indent: 10px;
	background-image: url(images/sub_heading_corner.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
}
.high_light {
	font-size: 16px;
	background-color: #FFFF99;
	line-height: 28px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.center_cont {
	border-left-style: solid;
	border-left-width: 2px;
	margin-left: 15px;
	height: 100%;
	width: 500px;
	padding-left: 15px;
	border-right-width: 1px;
	padding-right: 15px;
	margin-right: 15px;
	border-left-color: #666666;
}
.center_box {
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
