body {
	background:  url(images/bg.gif) repeat-x #00113A; 
	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;
	color: #333;
}


p span  { 
	font-size: 13px;
	color: #00113A;
	font-weight: bold;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	color:#00113A;
	text-indent: 10px;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;

}	

h2 {
	font-family: Tahoma;
	color: #333;
	font-size:11px;
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:16px;
	font-weight: bold;
	margin: 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: #ff0000;
	text-decoration: underline;
}
a:active {
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



div#container {
	width:770px;
	margin: 0px auto;
	position: relative;
 }
 
 
 div#indexcontainer {
	width:550px;
	height: 400px;
	margin: 0px auto;
	position: relative;
	border: 1px solid #fff;
	margin-top: 19px;
 }

div#main{	
	
}


div#header{
	background: url("images/header.jpg");
	width: 542px;
	height: 245px;
	margin: 0px auto;

}



div#content {
	width: 542px;
	background: #F5F5F5;
	color: #fff;
	float: left;
	margin: 0px;
	border-bottom: 10px solid #00113A;
 }
 
 div#pagetext{
 width: 503px;
margin-left: 20px
 
 }
 
 

 
 
  div#right p{
	color: #fff;
	margin: 3px;
 }

div#content ul{
}

div#content li{
	padding-bottom:20px;
	margin-left: 10px;
	color:#333;
	font-size: 11px;
	margin: 0px;
	text-decoration: underline;
}
 
 div#left{
 	background: url(images/leftbg.jpg) repeat-x #993300;
	float: left;
	width: 204px;
	height: 634px;
 }
 
 div#address{
 width: 503px;
 background: #f5f5f5;
 clear: both;
 margin: 0px;
 }
 
 
 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;
	 color: #000;
	 clear: both;
	 text-align: right;
	 margin: 0px auto;

 }


 div#indexlinks{
	 width: 600px;
	 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: 600px;
	 color: #000;
	 padding-top: 30px;
	 margin: 0px auto;
}


 
 .copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	text-align: center;
	margin: 0px auto;
	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: 20px;
	border: 5px solid #006600;		
}

img.nav{
	margin-left: 20px;

}

.right {
 	float: right;
	 margin: 20px;
}


.right img {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px;	
}

clear {
	clear: both;
}
 
 /* ----------------- PAGE NAVIGATION ELEMENTS ----------------- */
 
div#navigation{
	width: 204px;
	height: 437px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li{
	
	font-family: Tahoma;
	border-bottom: 0px solid #fff;
	font-size: 10px;
	height: 25px;
	margin: 0px;
	text-indent: 25px;
	vertical-align: middle;
	
	

}

#navigation li a {
	background: url(images/navbghot.gif);
	width: 204px;
	height: 25px;
	display: block;
	padding: 0px 0px 5px 0px;
	color:#fff;
	text-decoration: none;
	border-left: 0px solid #fff;
	
}


#navigation li a:hover{
	background: url(images/navbg.gif);
	height: 25px;
	width: 204px;
	color:#fff;
	border-left: 0px solid #ff9900;
}

#navigation .current {
	color: #FFFF00;
	background: url(images/navbg.gif);
	height: 25px;
	width: 204px;
} 

div#link a:link, a:visited, a:hover, a:active {color: #ff9900;}

/*-------------------Custom Classes--------------------*/
.caption{
	margin-top: -17px;
	}