/* CSS Document */

/***HTML Tag Styles***/

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color: #dfd0ac;
	/*text-align:center;*/
	/*background-image: url(images/spots.jpg);*/

}

#main{

	
	background-color: #c8ac8b;
	width: 100%;
	margin: 0px 0px 0px 0px;

}

#top{
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
    width: 100%;
	height: 100px;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	background-color: #c8ac8b;

	
}

#page{
	left: 1%;
	right: 1%;
	background-color:#fefaee;
	width: 779;
	height:447px;
	margin: 0px 0px 0px 0px;
	
}


#globalNav{
	align:left;
	width: 779px;
	height: 25px;
	padding: 0px 6px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/buttonbar.jpg);
	background-repeat:no-repeat;

}

#footer{
	width:100%;
	height: 19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #485458;
	padding: 0px 0px 0px 0px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	background-color: #c8ac8b;
    border-top: 1px solid #5998c8;

	}

#border{
	border-top: 1px solid #5998c8;
}

#image{
	margin: 0px 0px 5px 0px;
	align:center;
    display:block;
	}

.style1 
{			
/*this is for home page text in yellow*/
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;
font-weight: bold;
color: #c78d01;
text-align:left;


}

.style2 
{			
/*this is for home page quote citation text*/
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
font-variant: normal;
text-decoration: none;
font-weight: bold;
color: #5998c8;
text-align:left;


}

.style3 
{			
/*this is for page titles*/
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;
font-weight: bold;
color: #5998c8;
text-align:left;


}

.style4 
{			
/*this is for page text*/
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;

text-decoration: none;
color: #000000;
text-align:left;


}



A
{
/*this is for the document links as well as the nav links*/
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #c78d01;
	font-weight: bold;

}

a:Hover
{
	text-decoration: underline;
	color: #5998c8;
}

A:visited 

{
color:#c78d01;
text-decoration:none;
}

#homeLinks a:link, #homeLinks a:visited {
	font-size: 10px;
	font-weight: bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #fefaee;
	text-decoration: none;
}

#homeLinks a:hover{

	color: #5998c8;
}
#homeLinks a:active, #homeLinks a:focus {
color: #fefaee;

}
