body {
	background:   url(images/bg.gif);
	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: #444;
	margin-top: 10px;
	margin-left: 30px; 
	margin-right: 30px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#006600;
	margin: 0px;
	text-indent: 10px;
	background: #f5f5f5;
	width: 550px;
	padding: 7px 0px 7px 0px;
}

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


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

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

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


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

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

div#container {
	width:754px;
	margin: 0px auto;
	background: #2D4742;
 }
 
 
 
div#indexcontainer {
	width:550px;
	height:400px;
	margin: 0px auto;
	border: 5px solid #fff;
	margin-top: 20px;
 }


div#header { 
	background: url(images/header.jpg);
	width: 754px;
	height: 159px;

 }

div#content {
	background: #ffffcc;
 }

div#pagetext {
	width: 550px;
	background: #fff;
	float: left;
	border-bottom: 1px solid #000;		
}

div#right{
	width: 200px;
	background: #2D4742;
	float: left;
}

  #right p{
	font-size: 11px;
	color: #fff;
	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 {
	width: 550px;
	clear: both;
	margin: 0px auto;
}

 
 div#links {
 	background: #03352B;
 	width: 754px;
 	color: #ffff00;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #fff;
 }
 
 
 div#login{
 	width: 754px;
	text-align: right;
	margin: 0px auto;
	clear: both; 
 }
 
 div#login a:link {
 	color: #009900;
	font-size: 11px;
	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 #ccc;
	float: right
}

 .copyright {
 	background: #000;
 	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 ----------------- */

#nav {
	background: url(images/navbg.jpg);
	width: 754px;
	margin: 0px auto;
	height: 35px;
	clear: both;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#nav li {display: inline; 

}

#nav 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: #000; 
			border-right: 1px solid #808080; 
}

#nav li a:hover { 
			text-decoration: none;
			color: #000;
			background: url(images/navbghot.jpg);
}

#nav .current { 
			text-decoration: none;
			color: #000;
			background: url(images/navbghot.jpg);
}

