body {
	background:  url(images/background.gif) repeat-x #e9eafd; 
	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: #333366;
	margin: 20px; 
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #333366;
	margin-bottom: -5px;
	text-indent: 10px;
	margin-top: 20px;
}


li {
	font-size: 12px;
	color: #333;
	margin-left: 20px;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#333366;
	text-decoration: none;
}
a:visited {
	color: #333366;
	text-decoration: none;	
}
a:hover {
	color: #ff9900;
}
a:active {
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#container {
	width:770px;
	margin: 0px auto;
	background: #f2f2f2;
	border: 0px solid #333366;
	
 }
 
 
 
div#containerindex {
	width:550px;
	height:500px;
	margin: 0px auto;
	border: 5px solid #333366;
	margin-top: 20px;
	margin-bottom: 20px;
 }


div#header { 
	background: url(images/header.gif);
	width: 770px;
	height:148px;

 }

div#content {
	background: #ffffcc;
	border: 0px #333366 solid;
 }

div#pagetext {
	width: 600px;
	background: #fff;
	float: left;		
}

div#right{
	width: 150px;
	background: #f2f2f2;
	float: right;

}

div#address{
	width: 450px;
	margin: 0px auto;
	border-top: 1px solid #cc6600;
}



div#footer {
	background: #fff;
	width: 450px;
	clear: both;
}

#copyright{
 	width: 770px;
	clear: both;
	text-align: center;
}

 .copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	text-align: center;
	clear:both;
 }
 
 div#links {
 	width: 100%;
 	color: #fff;
 	text-align: center;
 	clear: both;
	border-top: 4px solid #333366;
 }
 
 
  div#indexlinks {
 	width: 754px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;

 }
  
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-right: 20px;
	border: 1px solid #cc6600;
	padding: 5px;

}
img.right {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}

 .copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear:both;
 }
 


 /* ----------------- NAVIGATION ----------------- */

#nav {
	background: #333366;
	width: 770px;
	margin: 0px auto;
	height: 38px;
	clear: both;
}

#nav li {display: inline; 

}

#nav li a {
			float: left;
			display: block;
			width: 90px;
			height: 33px;
			padding-top: 5px;
			font: bold 11px Arial, Helvetica, sans-serif;
			text-align: center; 
			text-decoration: none; 
			background: #333366;
			color: #fff; 
			border-left: 0px solid #fff; 
}

#nav li a:hover { 
			text-decoration: none;
			color: #ffff00;
			background: #000033;
}

#nav .current { 
			text-decoration: none;
			color: #ffff00;
			background: #000033;
}


