body {
	background:  #808080; 
	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: 11px;
	line-height: 15px;
	margin: 10px;
	color: #333;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	width: 630px;
	background: #003366;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	text-indent: 20px;

}	

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size:14px;
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size:18px;
	font-weight: bold;
	margin-left: 0px;
	text-align: left;
	text-indent: 5px;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	color: #ff9900;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
a:active {
}
li {
	color:#333;
	font-size: 11px;

}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



div#container {
	width:770px;
	margin: 0px auto;
	background: #003399;
	position: relative;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
 }

div#main{	
	
}

div#containerindex {
	width:550px;
	margin: 0px auto;
	position: relative;
	border: 5px solid #fff;
 }

	
	

div#top{
	background: url("images/topbg.jpg");
	width: 770px;
	height: 76px;
	border-bottom: 1px solid #fff;
}

div#header{
	background: url("images/header.jpg");
	width: 630px;
	height: 126px;
	margin: 0px auto;

}

div#content {
	width: 630px;
	background: #fff;
	color: #fff;
	float: left;
	margin: 0px;
	border-left: 1px solid #fff;
 }

div#content ul{
}

div#content li{
margin-bottom: 10px;
}
 
 div#left{
	float: left;
	width: 139px;
 }
 
 div#address{
 width: 630px;
 background: #fff;
 clear: both;
 border-top: 1px solid #ccc;
 }
 
 
 div#left p{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin-left: 5px;

 }

 div#links {
 width: 770px;
 background: #003366;
 color: #000;
 clear: both;
 margin: 0px auto;
 border-top: 1px solid #ccc;
 }


 div#linksindex {
 width: 770px;
 background: #000;
 color: #fff;
 clear: both;
 margin: 0px auto;
 }
 
div#links p {
 font-size: 11px;
 color:#fff;
 text-align: center;
}
/*
div#linksindex p {
 font-size: 11px;
 color:#006600;
 text-align: center;
}
*/

 
div#footer {
 height:25px;
 width: 770px;
 color: #000;
 padding-top: 30px;
 margin: 0px auto;
}


 
 .copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	text-align: right;
	clear:both;
 }
 
 
 /* ----------------- IMAGE ELEMENTS ----------------- */

#top .imgleft{
float: left;
}

#top .imgright{
float: right;
}


img.left {
	float: left;
	margin:10px;
	border: 1px solid #000033;
	
}

img.right {
	float: right;
	margin: 10px;
	border: 1px solid #000033;
	
	
}

.right {
 float: right;
 margin: 20px;
}

clear {
	clear: both;
}
 
 /* ----------------- PAGE NAVIGATION ELEMENTS ----------------- */
 
div#navigation{
	width: 139px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li{
	border-bottom: 1px solid #fff;
	font-size: 10px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	
	

}

#navigation li a {
	width: 139px;
	display: block;
	padding: 5px 0px;
	background: #003399;
	color:#fff;
	text-decoration: none;
	border-left: 0px solid #fff;
	text-align: center;
	
}


#navigation li a:hover{
	background: #666699;
	color:#fff;
	border-left: 0px solid #ff9900;
}

#navigation .current {
	background:#000033;
	color: #fff;
} 

/*-------------------Custom Classes--------------------*/
.caption{
	margin-top: -17px;
	}img.rightnoborder {

	float: right;
	margin: 0px 0px 5px 10px;
}

div#video {
	width: 130px;
	height: 150px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #fff;
 }
