/*HTML Tags*/

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	background-color: #249FBC;
	margin-left: 15%;
	margin-right: 15%;
}


a:link, a:visited, a:hover {
	text-decoration: none;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	text-decoration: underline;
	font-style: oblique;
	font-weight: bold;
	
}

h1, h2, h3 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*Site Layout*/

#header{
	height: 340px;
	width:850px;
	background-image:url(images/site_banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;

}

#navbar{
	background-color: #006699;
	text-align:center;
	height:30px;
	font:normal 14px Impact;
	line-height:25px;
	width:850px;
	background-image:url(images/Top_Nav_Test.jpg);

}

#content{
	background-color: #FFFFFF;
	font-size:14px;	
	width:850px;

}

#footer{
	height: 75px;
	background-color: #006699;
	color:#000000;
	font:normal 12px Verdana;
	line-height:25px;
	text-align:left;
	width:850px;
	background-image:url(images/Bottom_Nav_Test.gif);

}