/*style minimalist reset (resets browser default formatting)*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
/* body styled for centering of the page */
body {
	margin:auto;
	text-align:center;
	width:822px;
	font-family: Georgia, Times New Roman, Times, serif;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul {
	text-align:left;
	margin-bottom: 10px;
}

/* text formatting */
p {
	text-align:left;
	color:#666633;
	font-size:16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	text-align:left;
	color:#CC0000;
	font-size:24px;
	margin: 0px;
	padding: 0px;
}
h2 {
	text-align:left;
	color:#003399;
	font-size:18px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #CC9900;
	margin-bottom:3px;
}
h4 {
	font-size: 14px;
	color:#000000;
	font-weight:bold;
	}
h5 {
    font-size:12px;
    color: #400080;
    text-align:left;
}

.left_align {
	text-align:left;
}
.strong {
	font-weight:bold;
}
/* header format */
#header {
	margin-bottom:10px;
	width:825px;
	float:left;
	clear:left;
}
#header_banner {
	width:614px;
	float:left;
}
#header_vertnav {
	width:84px;
	height:234px;
	float:left;
}
#header_vertnav img, #header_banner img, #header_banner object {
	display: block;
}
#header_spacer {
	width:122px;
	float:left;
}
#header_banner {
	width: 614px;
	height: 207px;
}
#header_horinav {
	float:left;
	height:27px;
}
#header_subnav {
	width:822px;
	float:left;
	clear:left;
	height: 25px;
	border-bottom:#003399 3px solid;
}
#header_subnav ul {
	list-style:square;
	margin:0;
	padding:0;
}
#header_subnav li {
	float:left;
	width:auto;
	margin-left:30px;
	color:#660033;
	font-size:14px;
	margin-top:2px;
}
#header_subnav a {
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
}
#header_subnav a:hover {
	color:#3300FF;
}
	
/* end header format*/

/* quick links functionality */
#quick_link {
	width:9em;
	color:#FF0000;
	border:#999999 1px solid;
	margin-bottom:1em;
	z-index:80;
	float:right;
	font:"Times New Roman", Times, serif;
}
#quick_link ul{
	list-style:none;
	padding:0;
	margin:0;
	clear:left;
	background-color:#F7F4E8
}
#quick_link li {
	position:relative;
	line-height:1.25em;
	margin:0;
	width:9em;
	border:#999999 1px solid;
	vertical-align:bottom; /*fixes the IE extra spacing bug*/
}
#quick_link li ul {
	position:absolute;
	left:-999em;
	margin-left:10em;
	margin-top:-1em;
	top:1em;
}
#quick_link a{
	width:9em;
	display:block;
	text-align:none;
	color:#0000FF;
	text-decoration:none;
}
#quick_link a:hover, #quick_link li:hover {
	background:#BFD5D7;
}
#quick_link li:hover ul, #quick_link li.over ul {
	left:-19em;
}
/* end quick links */

#right_sidebar {
	width:150px;
	float:right;
	clear:none;
	margin-left:10px;
}
/* footer information */
#footer {
	clear:both;
	float:left;
	margin-top:10px;
}
#info_imgs {
	display:inline;
	float:left;
	clear:none;
	width:822px;
}
#webtech {
	clear:both;
	width:820px;
	font-size:12px;
	color:#000080;
	border-top:#A9A954 2px solid;
	text-align:center;
	margin-top:10px;
}
