body {
	background:   url(images/bg.gif) repeat-x #fff;
	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:Verdana, 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: 20px;
}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #003366;
	margin: 0px;
	text-indent: 0px;
	width: 550px;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px solid #003366;
}

h2 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background: #CBD4DB;
	
}	


li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	list-style-image:url(images/arrow.gif);
}

address{
	font-style: normal;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#223560;
	text-decoration: none;
}
a:visited {
	color: #223560;
	text-decoration: none;	
}
a:hover {
	color: #223560;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 790px;
	margin: 0px auto;
	z-index: -1;
}

div#container {
	width:770px;
	margin: 0px auto;
	background: #fff;

 }
 
 

div#indexcontainer {
	width:700px;
	height:500px;
	margin: 0px auto;

 }

div#top {
	width: 790px;
	height: 32px;
	background: url(images/top.jpg);
	margin: 0px auto;

}


div#header { 
	width: 790px;
	height: 185px;
	margin-top: -1px;


 }

div#content {
	background: #fff;
	float: right;
 }

div#pagetext {
	width: 550px;
	float: left;
	margin-right: 10px;
		
}


div#pagetext a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0000CC;		
}

div#pagetext a:visited{
	color:#000066;		
}


div#right{
	margin-top: 10px;
	margin-left: 5px;
	width: 180px;
	background: #fff;
	float: left;
	border-right: 1px solid #ccc;
}

  #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: 2px solid #808080;

}

div#address{
	width: 550px;
	margin: 0px auto;
	border-top: 1px solid #000;
}



div#footer {
	width: 550px;
	clear: both;
	margin: 0px auto;
}

 
 div#links {
    font-size:10px;
 	background: #fff;
 	width: 770px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #004C98;
	margin-top: 20px;
 }
 
 
 
  div#bottom{
  	background: url(images/bottom.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: #003366;
	font-weight: bold;

 }
 

  div#indexlinks {
 	width: 700px;
 	color: #fff;
 	clear: both;
 	margin: 0px auto;
	text-align:center;

 }
 
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;

}
img.right {
	margin: 30px;
	border: 2px solid #fff;
	float: right
}

 .copyright {
 	background: #003366;
 	width: 750px;
 	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;
	border-bottom: 5px solid #fff;
 }
 
 
.copyright a:link{
  	color: #fff;
  }
  
  
.copyright a:visited{
  	color: #fff;
  }




/* ----------------- NAVIGATION ----------------- */

#mainnav {
	background:#000066;	
	width: 770px;
	height: 40px;
	margin: 0px auto;
	margin-bottom: 15px;
	height: 35px;
	clear: both;
}

#mainnav li {display: inline; 

}

#mainnav li a {
			float: left;
			display: block;
			height: 15px;
			padding: 8px;
			font: bold 11px Arial;
			text-align: left; 
			text-decoration: none; 
			color: #fff;
			background:#000066;	
	
}

#mainnav li a:hover { 
			text-decoration: none;
			color: #ffff00;
			
			
}

#mainnav .current { 
			text-decoration: none;
			color: #fff;
			background:#000033;	
			
}

