/* CSS Document */

html, body, ul, li, ol, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #666666;
	/*text-align:center; hack for ie5.x to center the design if we do that in the wrapper*/
}
p em {
	color: #990000;
}
#wrapper {
	background-color: #FFFFFF;
	border: 1px solid #000000;/* this is setting a 1 pixel border on all four sides.  So the width has to be reduced for compliant browsers*/
	width: 800px;/*sets the width for IE5.x's broken box model which puts the border within the dimensions of the width*/
	w\idth:798;/*sets the width for compliant browsers.  Here it is 2 pixels smaller than 800 to accomodate our border.*/
	margin: 0px auto;/*centers the wrapper with no margin at top or bottom*/
	padding: 0px;
	position: relative;/*this is used in case there are any absolutely positioned elements in the design*/
	text-align:left/* this puts the text back to compensate for the IE 5.x hack in the body selector */;
}
#masthead {
	width: 780px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	background-color: #00324d;
	background-position: center center;
	text-align: center;
	margin-left: 9px;
	margin-top: 7px;
}
#navigation {
	height: 30px;
	width: 780px;
	/*margin-left: 7px;*/
	margin-top: 10px;
	margin-left: 9px;
}

#content {
	width:778px;
	margin-left:9px;
	margin-top:10px;
	border:1px solid #000000;
	height: auto;
	}
	
#content p {
	font-size:70%;
	color:#000000;
	margin-left:20px;
	margin-bottom: 10px;
	margin-right: 10px;
	}

#content a {
	text-decoration:none;
	}

#content ul {
	color:#000000;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet6.jpg);
	padding-left: 35px;
	font-size: 70%;
	padding-right: 10px;
	}
		
#content li {
	padding-bottom:4px;
	}
		
.style1 {
	color: #CE7019;
	font-weight: bold;
}

.style2 {
	color: #4C721D;
	font-weight: bold;
}

.style3 {
	color: #00324D;
	font-weight: bold;
}

.style4 {
	color: #AB0534;
	font-weight: bold;
}

.style5 {
	color: #00573C;
	font-weight: bold;
}

.style6 {
	color: #3A6E8F;
	font-weight: bold;
}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CE7019;
	margin: 20px 0px 5px 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #4C721D;
	margin: 20px 0px 5px 20px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #00324D;
	margin: 20px 0px 5px 20px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #AB0534;
	margin: 20px 0px 5px 20px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #00573C;
	margin: 20px 0px 5px 20px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #00324D;
	margin: 20px 0px 5px 20px;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	font-size: 80%;
	text-decoration: none;
	padding-bottom: 5px;
}

#footer a {
text-decoration:none;
}


.smallcaps {
	font-variant: small-caps;
}
