body {
	background:   #04256B url(images/backgroung.jpg);
	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-size: 12px;
	color: #444;
	margin: 10px; 
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #fff;
	margin: 0px;
	text-indent: 10px;
	background: #04256B;
	width: 550px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #2929a7;
	margin: 10px;
}	


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

/* 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: #009;
}
a:active {
	text-decoration: none;	
}


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

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

div#container {
	width:755px;
	margin: 0px auto;
	background: #fff;
	
 }
 
 
 
div#indexcontainer { margin: 0 auto; text-align: center; background: #036; border: 2px solid #FFF; width: 900px; vertical-align: middle;}


div#header {
	width: 755px;
	height: 143px;
 }

div#content {
	background: #ffffcc;
 }

div#pagetext {
	width: 550px;
	background: #fff;
	float: left;
	
	
}

div#right{
	width: 190px;
	background: #fff;
	float: right;
	border-left: 1px solid #ccc;	
}

  #right p{
	font-size: 15px;
	font-weight:bold;
	color: #fff;
}

div#address{
	width: 515px;
	margin: 0px auto;
	border: 1px solid #8B8B8B;
	background: #f2f2f2;
	padding: 5px;
}



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

 
 div#links {
 	width: 755px;
	background: #000066;
 	color: #ffff00;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	padding: 10px 0px 10px 0px;
 }
 
 
  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;
	float: right
}

.right{
	float: right;
	margin: 10px;

}

 .copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear:both;
 }
 


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

#nav {
	background: url(images/navbg2.png);
	width: 755px;
	margin: 0px auto;
	height: 47px;
	clear: both;
	border-bottom: 1px solid #fff;
	border-top: 0px solid #fff;
}

#nav li {display: inline; 

}

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

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

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

.boxpic {
	float: right;
}
iframe {
	text-align: center;
	margin: 0px;
}
