body {
	background:   url(images/bg.gif) repeat-x #dee0db;
	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-size: 12px;
	color: #333;
	margin-top: 10px;
	margin-left: 20px; 
	margin-right: 30px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#990000;
	margin-top: 20px;
	margin-left: 20px;


}

h2 {
	font-size:16px;
	color: #669900;
	margin: 10px;
	margin-left: 30px; 
	text-decoration: underline;
}	


li {
	font-size: 12px;
	color: #333;
}

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

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


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

div#container {
	width:770px;
	margin: 0px auto;
	background: #fff;
	border-bottom: 5px solid #fff;
	border: 0px solid #fff;
 }
 
 

div#indexcontainer {
	width:550px;
	height:469px;
	margin: 0px auto;
	margin-top: 20px;
	border: 3px solid #fff;
 }


div#header { 
	width: 770px;
	height: 182px;
	border-bottom: 0px solid #666;

 }



div#content {
	background: #fff;
    width: 570px;

	float: right;
 }

div#pagetext {
	width: 550px;
	float: left;
	border-left: 1px solid #ccc;
		
}

div#right{
	width: 200px;
	float: left;


}

  #right p{
	font-size: 11px;
	color: #333;
	margin-left: 10px;
}

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

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

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



div#footer {
	background: url(images/footer.jpg);
	width: 770px;
	height:152px;
	clear: both;
	margin: 0px auto;
}

 
 div#links {
 	background:#f8f8f8;
 	width: 770px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	border-top: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
 }
 
  div#indexlinks {
 	width: 550spx;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	border-bottom: 0px solid #000;
 }
 
 
 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;

}
img.right {
	margin: 20px;
	border: 1px solid #fff;
	float: right;
	padding: 3px;
}

 .copyright {
 	background: #ccc;
 	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;

 }
 
 
  .copyrightindex {
 	width: 757px;
 	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 ----------------- */

#mainnav {
	background: url(images/navbg.gif);
	width: 770px;
	margin: 0px auto;
	height: 35px;
	clear: both;

}

#mainnav li {display: inline; 

}

#mainnav li a {
			float: left;
			display: block;
			height: 15px;
			padding: 10px;
			font: bold 11px Arial, Helvetica, sans-serif;
			text-align: center; 
			text-decoration: none; 
			background: url(images/navbg.jpg);
			color: #fff; 
			border-right: 0px solid #000; 
}

#mainnav li a:hover { 
			text-decoration: none;
			color:#fff;
			background: #333;
		
			
}

#mainnav .current { 
			text-decoration: none;
			color:#fff;
			background: #000;	
			
}

