body {
	background:   #EFEE81;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 10px; 
	margin-right: 10px;
	margin-left: 10px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #fff;
	background:#336699;
	margin: 0px;
	margin-left: 10px;
	text-indent: 10px;
	width: 520px;
	padding: 5px 0px 5px 0px;
}

h2 {
	font-size:18px;
	color: #009900;
	margin: 10px;
}	


li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;	
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 790px;
	margin: 0px auto;
	background: url(images/wrapperbg.gif);
	z-index: -1;
}

div#top{
	background: url(images/topbg.gif);
	width: 790px;
	height: 32px;	
	margin: 0px auto;
	clear: both;
}

div#container {
	width:770px;
	margin: 0px auto;
	background: #fff;

 }
 
 
/*
div#indexcontainer {
	width:700px;
	height:500px;
	margin: 0px auto;

 }

*/
div#header { 
	background: url(images/header.jpg);
	width: 770px;
	height: 182px;

 }


div#content {
	background: #fff;
	float: left;
 }

div#pagetext {
	width: 540px;
	background: #f9f9f9;
	float: left;
	border-right: 2px solid #006699;
	margin-left: 8px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}


div#pagetext a:link{
	color:#0000CC;		
}

div#pagetext a:visited{
	text-decoration: underline;
	color: #0000cc;
}


div#right{
	margin-top: 20px;
	margin-left: 10px;
	width: 190px;
	background: #fff;
	float: left;
	

}

  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-left: 20px;
	text-align:left;
	
}

.right {
	margin: 15px;
	float: right
}

.right img{
	border: 1px solid #ccc;
	padding: 2px;
}

div#address{
	width: 520px;
	margin: 0px auto;
	border-top: 1px solid #000;
}



div#footer {
	width: 550px;
	clear: both;
	margin: 0px auto;
}

 
 div#links {
 	background: #003399;
 	width: 770px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	padding: 6px 0px 6px 0px;
	border-top: 1px solid #808080;
	margin-top: 20px;
 }
 
 
 
  div#bottom{
  	background: url(images/bottombg.gif);
	background-repeat: no-repeat;
 	width: 790px;
	height: 36px;
	margin: 0px auto;
	clear: both; 
 }
 
 
 div#login{
 	width: 770px;
	text-align: right;
	margin: 0px auto;
	clear: both; 
	font-size: 10px;
 }
 
 div#login a:link {
 	color: #009900;
	font-weight: bold;

 }
 

  div#indexlinks {
 	width: 550px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;

 }
 
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;

}
img.right {
	margin: 30px;
	border: 2px solid #fff;
	float: right
}

 .copyright {
 	background:#336699;
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear:both;
	padding: 10px 0px 10px 0px;
 }
 


 /* ----------------- NAVIGATION ----------------- */

/* ----------------- NAVIGATION ----------------- */

#mainnav {
	background: url(images/nav.gif) repeat;
	width: 761px;
	height: 35px;
	clear: both;
	margin: 0px auto;
	margin-bottom: 15px;
	border-top: 1px solid #fff;

}

#mainnav li {display: inline; 

}

#mainnav li a {
			float: left;
			display: block;
			height: 15px;
			padding: 10px;
			font: bold 11px Tahoma, Helvetica, san-serif;
			text-align: center; 
			text-decoration: none; 
			background: url(images/nav.gif);
			color: #fff; 
			border-right: 1px solid #fff; 
}

#mainnav li a:hover { 
			text-decoration: none;
			color:#000;
			background: url(images/navhot.gif);
		
			
}

#mainnav .current { 
			text-decoration: none;
			color:#000099;
			background: url(images/navhot.gif);	
			
}

