﻿@import url('nav.css');
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 900px;
}

.hr {
	color: #C0C0C0;
	height: 3px;}
		
	.listfloat {
	margin-left: 30px;}

.p {
	font-size:0.875em
}
			
.psmall{
	font-size:0.80em
}
			
.h1{
	font-size:2.5em
}

.h2{
	font-size:1.8em
}

.h3{
	font-size:1em
}


/*These first couple of lines in the style sheet specify the font family and size for the document*/ 

	#wrapper {
	width: auto;
	margin: 0px;
	border: 1px solid #BBBBBB;
	background-image: url('../navbuttons/blue12_bg.gif');
	background-repeat: repeat-x;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#header {
	height: 80px;
	padding: 2px 2px 2px 140px;
}
	#content {
	margin-top: 2px;
	padding-bottom: 10px;
	padding-right: 50px;
	width: auto;
	color: #666666;
}
	#nav-top {
	height: 3.5em;
	width: 60em;

	margin-left: 70px;
}
#content div {
	;

	float:left;
}
		#nav-left {
	width: 120px;
	float: left;
	text-align: left;
}
	
	#content-main {
	margin-left: 20px;
	list-style-image: url('../navbuttons/bullet2.gif');
	width: 600px;
	
}
	
	#footer {
	margin: 10px 20px 10px 20px;
	float: left;
	padding: 10px;
	border: 1px solid #bbb;
	font-size: 8pt;
	font-style: italic;
}
	#bottom {
	width: 750px;
	font-size: x-small;
	clear: both;
	text-align: right;
}
	
	/*text styles*/
	
	#content-main h3 {
	background-color: #B0C4DE;
	list-style-image: url('../navbuttons/bullet1.gif');
	clear: both;
}
#nav-left-active li {
	border: 3px ridge #000080;
	background-color: #99CCFF;
}


