/* CSS Document */

body
{
background-color:#666666;
text-align:center;
margin:0;
padding:0;
}

#header,#buttons,#content,#footer
{
width:800px;
border-left:medium solid #CCCCCC;
border-right:medium solid #CCCCCC;
margin-left:auto;
margin-right:auto;
background-color:#175592;

}

#header
{
height:200px;
background-image:url("../header3.png");
background-repeat:no-repeat;
border-top:medium solid #CCCCCC;
margin-top:15px;
}

#buttons
{
height:45px;
border-top:medium solid #CCCCCC;
text-align:left;
}

#content
{
height:auto;
border-bottom:medium solid #CCCCCC;
}

#footer
{
height:50px;
background-color:#333333;
border-bottom:medium solid #CCCCCC;
}

#side-bar
{
width:200px;
float:left;
padding-top:10px;
margin-bottom:10px;
margin-left:10px;

border:#CCCCCC medium solid;
}

.cssnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:  url(/images/butthover.png);
	background-repeat: no-repeat;
	float:left;
	display:inline;
	width: 161px;
	height: 44px;
	margin-top: 5px;
	padding: 0;						 
}

.cssnav a {
	display: block;
	color: #5a6b52;
	font-size: 14px;
	font-weight:bold;
	width: 161px;
	height: 44px;
	display:inline;
	float: left;
	color: black; 
	text-decoration: none;
}

.cssnav img { width: 161px; height: 44px; border: 0;}

* html a:hover {visibility:visible}

.cssnav a:hover img{visibility:hidden}

.cssnav span {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	cursor: pointer;
	width: 156px;
	height: 25px;
	text-align: center;
	color:black;
}


.content
{
width:550px;
text-align:center;
float:right;

margin-right:10px;
}

a:link
{
text-decoration:none;
color:#333333;
font-size:22px;
}

a:hover
{
text-decoration:none;
color:#333333;
font-size:22px;
}

a:visited
{
text-decoration:none;
color:#333333;
font-size:22px;
}

.clear
{
clear:both;
}
.textbox
{
width:400px;
margin-right:75px;
margin-top:15px;
float:right;
font:"Lucida Sans";
font-size:48px;
font-weight:bold;
text-align:center;

}



