@charset "utf-8";
/* CSS Document */

html {

background-image:url(background.jpg);
	background-color: #fff;
	background-repeat:repeat-x;
	
}

body {
	margin: 0;
	background-image:url(backgroundtop.jpg);	
	background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;

}
#header {
	margin-left:auto;
	margin-right:auto;
	width:910px;
	height:200px;
	background-image:url(pattietopblackntan.jpg);	
}


#nav a:link {
	color: #E7F4AF;
	text-decoration: none;
}
#nav a:visited {
	color: #E7F4AF;
	text-decoration: none;
}
#nav a:hover {
	color:#3CF;
	text-decoration: none;
}
#nav a:active {
	color: #E7F4AF;
	text-decoration: none;
}
#mainnav{
	margin-left:auto;
	margin-right:auto;
	width:895px;
	height:42px;
	background-color:#bfc755;
	background-image:url(navbar.gif);

}
#nav li {float:left;
	padding-left:.8em;
	padding-right:.8em;
	
	text-decoration:none;
	list-style:none;
	color:292523;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
		}
#mainbody2 a:link {
 color:#69F;
 text-decoration: none;
 }
 
#mainbody2 a:visited {
 color:#69F;
 text-decoration: none;
 }
#mainbody2  a:hover {
color: #D02909;
 text-decoration: none;
 }
#contactpanel  a:link {
 color:#69F;
 text-decoration: none;
 }
 
.roundedtop {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width:892px;
	height:36px;
	background-image:url(roundedtop.gif);
}
ul {
	padding-top:10px;
	margin:0;
	
}
#mainbody2 {
	width:891px;
	height:auto;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	
	background-repeat:no-repeat;
	margin-bottom:25px;
	border:#333 solid;
	border-width:1px;
	border-top:none;
}
#footer {
	height:auto;
	width:auto;
	text-align:center;
	margin-top:10px;
	color:#666;
	font-size:11pt;
}
