﻿html, body {
	margin: 0;
	padding:0;
	text-align:center;
}

body {
	font-size:62.5%; 
	background-color: #999999; 
	font-family:verdana,arial,sans-serif;	
}

#container {
	text-align:center;
	margin:0 auto;
	width:796px;
	height: auto;
	background: url("../images/bg2.gif") repeat-y;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

/* Header */
#top {
	width:780px;
	text-align:left;
	margin: 0 auto;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#top_title {
	width:780px; 
	height:80px; 
	background: url("../images/logo2.gif"); 
}

#top_title h2 {
	padding: 50px 0 0 20px; 
	font-size: 15px; 
	color: #000;
	margin: 0;
}

#top_title p {
	padding: 0 0 10px 190px; 
	font-size: 12px; 
	color: #000;
}

#top_image {
	width:780px; 
	height:150px; 
	background:url("../images/header.gif"); 
	border-top:solid 2px #120d6c;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;

}
/* End Header */

/* Menu */
#menu {
	width: 780px;
	height: 40px;
	margin: 0 auto;
	border-top: 2px solid #120d6c;
	border-bottom: 2px solid #120d6c;
	background: url("../images/bg.gif") repeat-x top right;
	line-height:1.5em; font-size:110%
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 20px;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #128a92;
	color: #ffffff;
}

#menu a:active {
	background: #120d6c;
	color: #FFFFFF;
}

/* Begin Content */
#main {
	clear:both; 
	width:780px; 
	padding-top: 15px; 
	background: #f4f3f3;
	text-align: left;
	margin: 0 auto;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#header {
	width:750px; 
	margin:0 15px 15px 15px; 
	padding:10px 0 10px 0; 
	border:solid 1px #bebebe; 
	background:#ebebeb;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#header .contentHeading {
	padding: 0 20px 0 20px;
	font-weight:bold;
	color: #120d6c; 
	font-size:120%;

}

#left_col {
	display:inline /*Fix IE floating margin bug*/;
	float:left; 
	width:240px; 
	margin: 0 0 0 15px; 
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}
#middle_col {
	display:inline /*Fix IE floating margin bug*/;
	float:left; width:240px; 
	margin:0 0 0 15px; 
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#right_col {
	display:inline /*Fix IE floating margin bug*/;
	float:right; 
	width:240px; 
	margin:0 15px 0 0; 
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#left_col h1, #middle_col h1, #right_col h1, #header h1, #left_half h1, #right_half h1, #one_col h1, #big_right_col h1 {
	clear:both; 
	margin:0 0 10px 0; 
	padding:4px 10px 3px 10px; 
	font-family:"trebuchet ms",arial,sans-serif; 
	color:#120d6c;
	font-weight:bold; 
	font-size:140%;
}

#left_col b{
	margin:0 1.0em 1.0em 0; 
	line-height:1.5em; 
	font-size:110%;
	font-weight: bold;
	color: #120d6c;
}

#middle_col b, #right_col b, #header b, #left_half b, #right_half b, #one_col b, #big_right_col b {
	/*margin:0 1.0em; */
	line-height:1.5em; 
	/*font-size:110%;*/
	font-weight: bold;
	color: #120d6c;
	/*display: block;*/
}

#left_col p, #middle_col p, #right_col p, #header p, #left_half p, #right_half p, #one_col p, #big_right_col p {
	margin:0 5px 5px 5px;
	line-height:1.5em; 
	font-size:110%;
}

#left_col ul, #middle_col ul, #right_col ul, #header ul, #left_half ul, #right_half ul, #one_col ul, #big_right_col ul {
	list-style:disc outside none;
	margin-right:15px;
	font-size:110%;
}


#left_col a, #middle_col a, #right_col a, #header a, #left_half a, #right_half a, #one_col a, #big_right_col a {
	line-height:1.5em; 
	font-size:110%;
	text-decoration:underline;
	font-weight: bold;
	/* Changed color from #120d6c to #128A92 */
	color: #128A92;
}

#left_col hr, #middle_col hr, #right_col hr, #left_half hr, #right_half hr, #one_col hr, #big_right_col img {
	width: 90%;
	color: #bebebe;
	height: 1px;
	text-align: center;
}

#left_col img, #middle_col img, #right_col img, #left_half img, #right_half img, #one_col img, #big_right_col img {
	margin: 0 1em 10px 1em;
	float: left
}

#left_half {
	display:inline /*Fix IE floating margin bug*/; 
	float:left; 
	width:365px; 
	margin: 0 0 0 15px; 
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#right_half {
	display:inline /*Fix IE floating margin bug*/; 
	float:right; 
	width:365px; 
	margin:0 15px 0 0; 
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#one_col {
	display:inline /*Fix IE floating margin bug*/; 
	float:left; 
	width:750px; 
	margin: 0 15px 0 15px; 
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#big_right_col {
	display:inline /*Fix IE floating margin bug*/; 
	float:right; 
	width:495px; 
	margin: 0 15px 0 15px; 
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#subcontent-unit-border {
	width:240px; 
	margin:0 0 2.0em 0; 
	padding:0 0 5px 0; 
	border:solid 1px #bebebe; 
	background:#ebebeb;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#subcontent-unit-border-half {
	width:365px; 
	margin:0 0 2.0em 0; 
	padding:0 0 5px 0; 
	border:solid 1px #bebebe; 
	background:#ebebeb;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#subcontent-unit-border-full {
	width:750px; 
	margin:0 0 2.0em 0; 
	padding:0 0 5px 0; 
	border:solid 1px #bebebe; 
	background:#ebebeb;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#subcontent-unit-border-big {
	width:495px; 
	margin:0 0 2.0em 0; 
	padding:0 0 5px 0; 
	border:solid 1px #bebebe; 
	background:#ebebeb;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}
/* End Content */

/* Footer */
#footer {
	clear:both; 
	width:780px; 
	height:30px; 
	padding-top: 10px; 
	border-top: 3px solid #6d6d6d; 
	background: url("../images/bg.gif") repeat-x top right; 
	font-size:1.0em; 
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#footer p {
	line-height:1.3em; 
	padding-right: 15px; 
	text-align:right; 
	color:#6d6d6d; 
	font-weight:normal; 
	font-size:110%;
}
/* End Footer */

/* Side Navigation */


/* Side Navigation */
#blueblock{
	width: 180px;
	border-right: 1px solid #bebebe;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	background-image: url("../images/bg.gif");
	background-repeat:repeat-x;
	background-color:#cccccc;
	color: #333;
}

* html #blueblock{ /*IE 6 only */
	w\idth: 147px !important; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#blueblock li {
	border-bottom: 1px solid #bebebe;
	margin: 0;
}

#blueblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #120d6c;
	border-right: 10px solid #7eafb2;
	background-color: #128a92;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
.quickindent a {
	padding-left:10px;
	display:block;
}

html>body #blueblock li a{ /*Non IE6 width*/
	width: auto;
}

#blueblock li a:hover{
	border-left: 10px solid #342f90;
	border-right: 10px solid #629396;
	background-color: #19777d;
	color: #fff;
}

/* Page Tip */
#pagetip {
	text-align:center;
	background-color:#120d6c;
	color:#FFFFFF;
	font-weight:bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border-left: 10px solid #7eafb2;
	border-right: 10px solid #bebebe;
}


