@charset "UTF-8";
/* --------- site wide tags --------- */

a:link {text-decoration:underline;}
a:hover {text-decoration:none;}
body {
	background-color: #025469;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* --------- layout --------- */

#leftBG {
	background-image: url(images/left-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	text-align: right;
}
#rightBG {
	background-image: url(images/right-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#botNav {
	background-image: url(images/bottomnav-bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #025469;
	font-size: 11px;
	line-height: 22px;
	height: 62px;
	text-align: center;
	vertical-align: middle;
}
#copyright {
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 40px;
	padding-top: 10px;
}
/* --------- content --------- */
#content {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	width: 781px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #025469;
	font-size: 11px;
	line-height: 17px;
}
#leftCol {
	float: left;
	height: 100%;
	width: 150px;
	margin-right: 15px;
	color:#FF9900;
}
#rightCol {
	float: right;
	height: 100%;
	width: 610px;
}

/* --------- navigation --------- */
#botNav a {color: #025469;}
#leftCol a {color: #025469;}
#rightCol a {color: #FF9900;}

/* --------- format specific --------- */
#rightCol h1 {
	font-size:20px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#rightCol h2 {font-size:18px;margin-top: 0px;
	margin-bottom: 5px;}
#rightCol h3 {font-size:16px;margin-top: 0px;
	margin-bottom: 5px;}
#rightCol h4 {font-size:14px;margin-top: 0px;
	margin-bottom: 5px;}
#rightCol h5 {font-size:12px;margin-top: 0px;
	margin-bottom: 5px;}
#rightCol h6 {font-size:11px;margin-top: 0px;
	margin-bottom: 5px;}
#rightCol p {
	font-size: 11px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 12px;
}
#leftCol h1 {font-size:20px;margin-top: 0px;
	margin-bottom: 5px;}
#leftCol h2 {font-size:18px;margin-top: 0px;
	margin-bottom: 5px;}
#leftCol h3 {
	font-size:16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#leftCol h4 {font-size:14px;margin-top: 0px;
	margin-bottom: 5px;}
#leftCol h5 {
	font-size:12px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 12px;
}
#leftCol h6 {font-size:11px;margin-top: 0px;
	margin-bottom: 5px;}
#leftCol p {
	font-size: 11px;
	line-height: 17pxmargin-top: 0px;
	margin-bottom: 5px;
	;
	line-height: 15px;
}
