/* CSS Document */
BODY {
	background-color: #222725;
	border-color: #999999;
	background-image: url(images/bkgd.jpg);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #CCCCCC;	
}

a:link {
	color: #6699CC;
	text-decoration: none;
}
a:visited {
	color: #669999;
	text-decoration: none;

}
a:hover {
	color:#003366;
	text-decoration:underline;
	}
	
div.container
{
width:100%;
margin:0px;
}

#header {
clear:left;
height: 130px;
margin: 0px;
}

#header_gallery {
clear:left;
height: 55px;
padding: 10px;
}

div.left
{
float:left;
width:210px;
margin:0;
}

div.content
{
margin-left: 211px;
padding: 15px;
background-color:#f2f6f4;
width: 688px;
}


div.left2
{
float:left;
width:219px;
margin:0px;
padding:0px;
}


div.middlelinks
{
float: left;
margin-top:135px;
width: 212px;
}

div.content2
{
background-color: #83a8be;
float: left;
margin-top: 128px;
padding: 10px;
width: 500px;
}

div.content_gallery {
background-color: #83a8b3;
float: left;
margin-top: 128px;
padding: 8px;
width: 650px;
}

div.content_gallery2 {
background-color: #83a8b3;
float: left;
margin-top: 128px;
padding: 8px;
width: 780px;
}

.text_on_white
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: small;
}

.border_text
{
	border-bottom: thin solid #CCCCCC;
	font-size: small;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
}

div.footer {
clear:left;
width: 950px;
margin-left:215px;
font-size: 10px;
}


div.horiz_links {
margin-left: 219px;
}