body{
	background-color: #9BA5D3;
	color: #666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

input{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
}

select{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
}

textarea{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
}

a{
	color: #f00;
}

a:hover{
	color: #f90;
}

a:visited{
	color: #900;
}

#entirePage{
	background-color: #fff;
	border-left: 15px solid #C5C9E6;
	border-right: 15px solid #C5C9E6;
	left: 50%;
	position: absolute;
	margin-left: -380px;
	width: 730px;
}

#header{
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 110px;
	width: 730px;
}

#header h1{
	background-image: url(images/logo.gif);
	float: left;
	height: 110px;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	width: 190px;
}

#header h4{
	background-image: url(images/envelopes.jpg);
	float: right;
	height: 110px;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	width: 430px;
}

#main{
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 20px 0;
	padding: 0;
	width: 730px;
}

/* ********** Main Navigation ********** */

#nav{
	display: inline;
	float: left;
	margin: 4px 15px 15px 5px;
	padding: 0;
}

#nav h3{
	background-image: url(images/sitenav_heading.gif);
	height: 26px;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	width: 180px;
}

#nav ul, #nav ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li a{
	display: block;
	margin: 0;
	height: 53px;
	padding: 0;
	text-decoration: none;
	text-indent: -5000px;
	width: 180px;
}

#nav #what a{
	background-image: url(images/nav_what.gif);
}

#nav #what a:hover, #nav #what-sel a{
	background-image: url(images/nav_what-over.gif);
}

#nav #who a{
	background-image: url(images/nav_who.gif);
}

#nav #who a:hover, #nav #who-sel a{
	background-image: url(images/nav_who-over.gif);
}

#nav #dl a{
	background-image: url(images/nav_dl.gif);
}

#nav #dl a:hover, #nav #dl-sel a{
	background-image: url(images/nav_dl-over.gif);
}

#nav #news a{
	background-image: url(images/nav_news.gif);
}

#nav #news a:hover, #nav #news-sel a{
	background-image: url(images/nav_news-over.gif);
}

#nav #work a{
	background-image: url(images/nav_work.gif);
}

#nav #work a:hover, #nav #work-sel a{
	background-image: url(images/nav_work-over.gif);
}

#nav #contact a{
	background-image: url(images/nav_contact.gif);
}

#nav #contact a:hover, #nav #contact-sel a{
	background-image: url(images/nav_contact-over.gif);
}

#nav #upload a{
	background-image: url(images/nav_upload.gif);
}

#nav #upload a:hover, #nav #upload-sel a{
	background-image: url(images/nav_upload-over.gif);
}

/* ********** Main Content ********** */

#content{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 520px;
}

#content #homelink{
	color: #646C91;
	left: 380px;
	text-decoration: none;
	position: absolute;
	top: 8px;
}

#content h2{
	color: #f00;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 46px 0 14px 0;
	padding: 0;
}

#content p{
	margin: 0 0 14px 0;
}

#content h3{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 14px 0;
}

#content h4{
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

#content .box{
	background-image: url(images/box_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #C5C9E6;
	margin: 0;
	padding: 8px;
	width: 502px; /* +16px padding +2px border = 520px */
}

#content ul{
	margin: 0;
	padding-left: 10px;
}

#content ol li.outer{
	margin: 8px 0 5px 0;
}

#content li em{
	color: #003a7a;
	font-style: normal;
}



.box h3{
	border-bottom: 1px solid #004EA2;
	color: #004EA2;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	width: 502px;
}

.box .column{
	float: left;
	margin: 0;
	padding: 0 30px 5px 0;
	width: 220px;
}

.x{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.whatpic_left{
	border: 1px solid #666;
	float: left;
	margin: 0 10px 6px 0;
}

.whatpic_right{
	border: 1px solid #666;
	float: right;
	margin: 0 0 6px 10px;
}

#footer{
	background-color: #C5C9E6;
	color: #646C91;
	margin: 0;
	padding: 4px 5px;
}
