@charset "UTF-8";


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;	
	padding-right: 50px;
	padding-left: 75px; 
	color: #000;
}
a img { 
	border: none;
}


a:link {
	color:#006;
	text-decoration: underline; 
	color: #00F;
}
a:visited {
	color:#00F;
	
	text-decoration: underline;
	color: #006;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #00C;
}


.container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; 
}

.searchwrapper {
	position: absolute;
	right: 100px;
	top: 30px;

	
}	


.header {
	position: relative;
	background: #194C98;
}


.sidebar1 {
	float: left;
	width: 190px;
	margin-left: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	margin-top: 15px;
	display:inline;
}

.content {
	padding: 10px 0;
	width: 590px;
	float: left;
	background-color: #FFF;
	
	
	
}
.sidebar2 {
	float: left;
	width: 160px;

}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}	
	
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}


.footer {
	padding: 10px 0;
	text-align:center;
	background: #CCCCCC;
	position: relative;
	clear: both; 
	
	}
	
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

li.bulletlist
{
	list-style:inside;
	list-style-type:square;
	list-style-position:inside;
	margin-top: 1em;
	margin-left: 50px;
}
	
.photo400 {
padding: 10px;
margin: 10px;
 text-align: center;
font-size: 0.8em;
font-style: italic;

}

.photo300 {
	float: right;
padding: 10px;
margin: 10px;
text-align: center;
font-style: italic;
}



ul#navlist { 
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #330066;
	background-color: #FC3; }
	
ul#navlist li { display: inline; }


ul#navlist li a
{
color: #330066;
background-color: #FC3;
padding: 0.2em 1em;
float:left;
text-decoration: none;
border-right: 1px solid #fff;
}

ul#navlist li a:hover
{
	background-color: #3858E2;
	color: #fff;
}

.navrightcontainer
{
	margin: 0;
	padding: 0;
	list-style:square;
}

.sidenavBox {
	display:block;
	background-color:#3858E2;
}


.sidebarHeader {
	width: 160px;
	display:block;
	text-indent: 7px;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FF0;
	background-color: #194C98;
	line-height: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	}
	
p.callout {
	margin-left: 5px;
	margin-right: 5px;
	
}

p.ad {
	float:left;
width:160px;
margin:0 0 5px 5px;
padding:5px;
text-align:left;
}
	

ul#navlistright {
	display:inline-block;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #000099;
	background-color: #FFF;
}
	
ul#navlistright li { 

display:block; 
}


ul#navlistright li a
{
color: #000099;
background-color: #FFF;
display:block; 
padding: 0.2em 1em;
float:left;
text-decoration: none;
border-right: 1px solid #fff;
}

ul#navlistright li a:hover
{
	background-color: #3858E2;
	color: #fff;
	display:block; 
}

.callout

{
float:right;
width:200px;
margin:0 0 5px 5px;
padding:5px;
text-align:left;
}


.adinlineleader
{
float:left;
width:728px;
margin:0 0 15px 20px;
padding:15px;
border:1px solid black;
text-align:center;
}
