body
{
	text-align: center;
	color:#333333;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	background-color:#666666;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;

}
a:visited {
	text-decoration: none;
	color:#ff6600;
}
a:link {
	text-decoration: none;
	color:#ff6600;
}
a:active {
	text-decoration: none;
}
a:hover {
	color:#ff6600;
	text-decoration: underline;
}
#container {
	 width: 760px;
	 	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	 margin: 10px auto;
	 background-color: #FFFFFF;

text-align: left;
}
#top
{

	border-bottom-width: 5px;
	border-bottom-color: white;
	border-bottom-style: solid;

}
		#navcontainer { margin-left: 0px;
		float: left;
		border-top-width: 1px;
border-top-color: #CDD1D0;
border-top-style: solid; }
		
		#navcontainer ul
		{
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#navcontainer li { margin: 0 0 1px 0;
		 }
		
		#navcontainer a
		{
			display: block;
			padding: 4px 10px;
			width: 100px;
			color: #ff6600;
			background-color: #F5F7F6;
			text-decoration: none;
			border-bottom:solid 1px #CDD1D0;
			font-weight:600;
		}
		
		#navcontainer a:hover
		{
	color: white;
	background-color:#ff6600;
			text-decoration: none;
		}
		
		#navcontainer ul ul li { margin: 0 0 1px 0; }
		
		#navcontainer ul ul a
		{
			display: block;
			padding: 4px 5px 4px 20px;
			width: 95px;
			font-size: 85%;
			color: #ff6600;
			background-color: #F5F7F6;
			text-decoration: none;
		}
		
		#navcontainer ul ul a:hover
		{
	color: white;
	background-color:#ff6600;
			text-decoration: none;
		}
 #leftnav
 {
 	padding: 0;
	margin: 0;
 float: left;
 width: 120px;
 background-color: #F5F7F6;
border-top-width: 1px;
border-top-color: #CDD1D0;
border-top-style: solid;
 }

#leftnav ul
{
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

#leftnav ul a{

	margin: 0;
	color:#ff6600;
	display:block;
	font-weight:bold;
	padding:4px 6px 4px 10px;
	text-decoration:none;
	text-align:left;
	border-bottom:solid 1px #CDD1D0;
	}
#leftnav a:hover
{

	color: white;
	background-color:#ff6600;
	text-decoration: none;

}

#leftnav ul ul a
{
font-size: 85%;
font-weight:normal;
	padding:4px 6px 4px 20px;

}



 #content
 {
 margin-left: 120px;
 margin-top: 0px;
 margin-bottom: 10px;
 padding: 0px 10px 0px 10px;


 }
 #content p { margin: 0 0 .5em 0; }
 #content h1 
 {
 	color: #7299D6;
 	margin: 0 0 .5em 0;
 }
 
 #content h2 { 
  color:#7299D6;
margin: 0 0 .5em 0;
}
 #content h3 { margin: 0 0 .5em 0; }
 #content h4 { margin: 0 0 .5em 0; }
 
 .imageright { margin:0px 0px 5px 10px; float:right; }
 .imgrightwcaption { 
 margin:0px 0px 5px 10px; 
 width: 200px;
 float:right; 
  font-size: 75%;

 }
 
 .imageleft { margin:0px 10px 5px 0px; float:left; }
 .imageleftcaption { 
 margin:0px 10px 5px 0px; 
 float:left; 
 width: 200px;
 font-size: 75%;
 }
 .smalltext { 
 font-size: 75%;
 }
 #footer 
 {
 	clear: both;
 	margin: 0;
 	font-size: 70%;
 	padding: 2px 10px 2px 0px;
 	text-align: right;
 		background-color: #7299D6;
 		color: #FFFFFF;
border-top-width: 1px;
border-top-color: #CDD1D0;
border-top-style: solid;

 }
.thumblandscape
{

float: left;
width: 300px;
height: 50px;
padding: 0px 0px 10px 0px;
margin: 0px 0px 0px 0px;
}
div.thumblandscape a img{ 

margin-right: 10px; 
border: 3px solid #7299D6 ;
}



.clearboth { clear: both; }
