/* -----------Uinversal Styles-----------------*/

/* ^ *=all --removes browser and user styles for margin and padding from all elements */

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	letter-spacing: normal;
 
}

h5{ 
font-size:12px;
color:#252940;
margin-bottom: 0;
}
h6{
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#head {
	position: absolute;
	height: 40px;
	width: 30px;
	top: 0px;
	left: 209px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	right: 0px;
	bottom: 0px;
}
#body {
	position: absolute;
	height: 1350px; /* this needs to be as long or longer than the longest item.*/
	width: 960px;
	padding: 0px;
	left: 0px;
	top: 40px;
	right: 0px;
	bottom: 10%;
	overflow: hidden;
	margin-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#leftnav {
	background-color: #FFFFFF;
	height: 100px;   /*This is for IE*/
	width: 175px;
	position: relative;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
}
#body> #leftnav {

} /*only compliant browsers use this (Firefox)*/
#content {
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	width: 780px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	overflow: visible;
}
#body #leftnav #subnavbuttons {
	background-color: #FFFFFF;
	text-align: left;
	list-style-type: none;
	height: auto;
	width: 190px;
	position: relative;
	margin-top: 120px;
}

#footer {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#bottomrule {
	float: right;
	width: 781px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	position: relative;
	height: 100px;
	border-right-style: none;
	border-bottom-style: none;
}
#body #leftnav img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	position: relative;
	top: 30px;
}
#body #content #navmain {
	background-color: #252940;
	width: 90%;
	position: relative;
	height: 50px;
	float: right;
	background-image: url(images/bluedropshadow.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 3;
}
#article {
	background-color: #e5e5e5;
	width: 90%;
	overflow: auto;
	position: inherit;
	height: auto;
	float: right;
	margin-top: 10px;
	padding: 10px;
	background-image: url(images/graydropshadow.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 2;
}
#body #leftnav #subnavbuttons h3 {
	background-image: url(images/sidenavtop.jpg);
	height: 46px;
	width: 190px;
	top: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	background-color: #FFFFFF;
	background-position: center bottom;
}
#body #leftnav #subnavbuttons h4 {
	background-color: #FFFFFF;
	background-image: url(images/sidenavbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 41px;
	width: auto;
	text-indent: -5000px;
	padding-top: 0px;
	margin-top: 0px;
}
#pictureholder {
	background-color: #F4F4F4;
	height: 260px;
	width: 150px;
	position: relative;
	top: 5px;
	margin-bottom: 125px;
	float: left;
	left: 10px;
}
#body #content #article #pictureholder img {
	margin-top: 4px;
	margin-left: 5px;
}
#banner {
	height: auto;
	width: auto;
	position: relative;
}
#articlecopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #F4F4F4;
	color: #333333;
	line-height: 130%;
	font-size: 80%;
	float: right;
	height: auto;
	width: 450px;
	position: relative;
	margin-top: 4px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#instructions {
	position: relative;
	top: 0px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-align: center;
	color: #333333;
	font-size: 70%;
}
#body #leftnav h3 {
	top: auto;
	margin-top: 34px;
}
