/*** MAIN ***/
*{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 10px 0;
	background: #01407C;
	text-align: center;
	color: #222222;
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/*** DIV SPECIFIC ***/
#wrap{
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #000000;
}
#header{
	width: 100%;
	background: #002E69 url(../../images/blue-lights-150.jpg) no-repeat center top;
	/*NOTE: Change "greenheader.jpg" above to "blueheader.jpg", "redheader.jpg",
        or "brownheader.jpg" to change the color scheme of this page */

height: 130px;
	border-bottom: 1px solid #999999;
}
#header h1{
	color: #ffffff;
	text-align: right;
	position: relative;
	top: 10px;
	right: 5px;
	line-height: 50px;
	text-transform: capitalize;
	font-size: 45px;
	margin-right: 25px;
}
#menu{
width: 100%;
height: 30px;
margin-top: 50px;
}
#menu ul{
list-style: none;
}
#menu li{
	float: left;
}
#menu li a{
	margin-left: 8px;
	display: block;
	padding: 0 5px;
	color: #ffffff;
	text-transform: lowercase;
	text-decoration: none;
	border-top: 2px solid #ffffff;
	background: url(../../images/blue-lights-150.jpg) -460px -13px;
}
#menu li a:hover{
	border-color: #999999;
	color: #dedede;
	background: #00427C;
}
#crumbs, #crumbs a:link, #crumbs a:visited {
	clear: both;
	height: 20px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: right;
	border-style: none;
}
#searchbox{
float: right;
margin-right: 15px;
}
#searchbox input{
background: #ffffff url('images/mg.jpg') right no-repeat;
border: 1px solid #ccc;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 8pt;
}
.noshow{
display: none;
}
#main{
	width: 100%;
	background: #ffffff url('images/main.jpg') top left repeat-x;
	padding-top: 20px;
}
#main h1{
	font-size: 1.7em;
	padding-bottom: 22px;
	color: #000000;
}
#main h2{
	font-size: 1.5em;
	padding-bottom: 9px;
	margin-bottom: 10px;
	color: #222222;
}
#main h3{
	font-size: 1.3em;
	padding-bottom: 9px;
	margin-bottom: 10px;
	color: #222222;
}
#main h4{
	font-size: 1.1em;
	color: #222222;
}
#main a{
	color: #222222;
	text-decoration: none;
	border-bottom: 1px dashed #222222;
}
#main a:hover{
	color: #000099;
	border-style: none;
}
#submain{
padding: 8px;
}
#left{
	float: left;
	width: 560px;
	margin-bottom: 5px;
	font-size: 0.95em;
}
#left p{
	margin-bottom: 10px;
	line-height: 1.5em;
}
#left ol {
	margin-left: 20px;
	margin-bottom: 15px;
	list-style: decimal outside;
}
#left ol li{
margin-bottom: 5px;
}
#left ul {
	margin-left: 20px;
	margin-bottom: 15px;
	list-style: disc url(../../images/li.gif) outside;
}
#left ul li{
margin-bottom: 5px;
}
#right{
margin-top: 5px;
margin-bottom: 5px;
border-left: 1px solid #e0e0e0;
padding-left: 7px;
width: 170px;
float: right;
}
#right img {
	border: 1px solid #999999;
}
#right p{
font-size: 11px;
line-height: 18px;
margin-bottom: 8px;
}
#right ul{
margin-left: 20px;
font-size: 11px;
}
#right ul li{
	margin-bottom: 3px;
	list-style: disc url(../../images/li.gif) outside;
}
#footer{
	clear: both;
	width: 100%;
	background: #000000 url(../../images/blue-lights-150.jpg) no-repeat center bottom;
	font: lighter normal 10px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	letter-spacing: 0.1em;
}
#subfooter{
padding: 8px;
}
#subfooter a{
color: #999999;
text-decoration: underline;
}
#subfooter a:hover{
	color: #FFFFFF;
}

/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter{
	border: 1px solid #FFFFF0;
}
#right #collage {
	border-style: none;
}
.imgleft{
	float: left;
	margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 15px;
}
.imgcenter{
display: block;
margin: 5px auto;
}
table{
font-size: 13px;
border-collapse: collapse;
margin-bottom: 10px;
}
th{
background: #d0d0d0;
padding: 5px;
border: 1px solid #a0a0a0;
}
td{
vertical-align: top;
line-height: 18px;
padding: 5px;
border: 1px solid #a0a0a0;
}
