@charset "UTF-8";
body {
	background-color: #277FD0;
	background-image: url(../images/background_2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	text-align: center;
}
h1, h2, h3, p, img , ul, ol, ul, li{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.clearboth {
	clear: both;
}
.yellow {
	color: #FBC009;
}
/* CSS Document */

#main {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 600px;
	background-color: #FFF;
	background-image: none;
}
#main.bground {
	background-color: #FFF;
	background-image: url(../images/tile_bg.jpg);
	background-repeat: repeat-y;
}
#illus {
	background-color: #2C4C73;
	background-image: url(../images/illus.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 209px;
	width: 780px;
	text-indent: -1000em;
}
#subpage {
	background-color: #005796;
	margin: 0px;
	padding: .75em 0px 0px 20px;
	clear: both;
	height: 40px;
	width: 760px;
	text-align: left;
	color: #FC0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 780px;
	background-color: #666;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
div#header h1 {
	display: none;
}
#nav {
	height: 30px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#nav.subbground {
	background-image: url(../images/nav-sub.jpg);
	background-repeat: no-repeat;
}
ul#navlist {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
ul#navlist li {
	display: inline;
}
#navlist .selectedNav a   {
	color: #036;
}
#navlist .long a   {
	width: 120px;
}
#navlist .long a:hover {
	color: #036;
	text-decoration: none;
	display: inline;
	width: 120px;
	float: left;
	margin: 6px 0 0;
	padding: 0px;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
ul#navlist li a {
	color: #FFF;
	text-decoration: none;
	display: inline;
	width: 80px;
	float: left;
	margin: 6px 0 0 0;
	padding: 0px;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
ul#navlist li a:hover {
	color: #036;
	text-decoration: none;
	display: inline;
	width: 80px;
	float: left;
	margin: 6px 0 0 0;
	padding: 0px;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
#content {
	background-color: #FFF;
	padding: 0px 30px 0 20px;
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #F90;
}
#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #06C;
	font-size: 1em;
}
#content img.subphoto {
	float: right;
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ol  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	line-height: 1.3em;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 20px;
	padding-bottom: 1em;
	padding-top: .5em;
}
#content ol li  {
	padding-bottom: .25em;
}
div#content h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	padding-bottom: 10px;
	color: #2E86C8;
}
div#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	padding-bottom: 10px;
}
div#content p.caption  {
	font-size: 0.65em;
	color: #036;
}
#column {
	float: right;
	width: 165px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FC0;

}
div#column p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333;
	padding-bottom: .75em;
}
#column p a {
	color: #C60;
}
#column p a:visited {
	color: #C60;
}
#column p a:hover {
	color: #03C;
}
div#column h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #064C79;
	padding: 0em 0 .2em 0;
}
div.subcolumn_lft {
	background-color: #A2B9E2;
	width: 220px;
	float: left;
	padding: 10px;
}
div.subcolumn_rht {
	background-color: #B1C6E8;
	width: 220px;
	float: right;
	padding: 10px;
}
#footer {
	font-size: 0.65em;
	color: #CCC;
	background-color: #277FD0;
	padding: 20px;
	width: 740px;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	height: 120px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
