@charset "utf-8";
/* CSS Document */
body 
{
	background: #6c94bb url(images/background.jpg) repeat-x top;
}
#container {
	background-color: #FFFFFF;
	padding: 0px;
	height: auto;
	width: 770px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: auto;
	border-right-color: #666666;
	border-right-style: outset;
	border-bottom-color: #666666;
	border-bottom-style: outset;
	border-left-color: #CCCCCC;
	border-left-style: inset;
	border-top-color: #CCCCCC;
	border-top-style: inset;
}
#container #header {
	background-color: #000000;
	height: auto;
	width: 770px;
}
#container #menubar
{
	background-color: #FD0100;
	height: 38px;
	width: 100%;
	display: block;
	border-bottom:double medium #000066 ;
	border-top:solid thin #ffffff ;
}
#container #content {
	padding: 20px;
}
#container #content p {
	padding: 5px;
}


h1 {color:#003399;}

.blueheading
{
background:#003399;
color:#FFFFFF;
padding:5px;
font-weight:bold;
width:99%;
display:block;

}
.blueheading a
{
	text-decoration:underline;
	color:#FFFFFF;
}
.redtext
{
	color: #FD0100;
}
.whitetext
{
	color: #FFFFFF;
}
.bluetext {
	color: #003399;
}

.bluebox
{
	
	
	display: block;
	background-color: #A6BEEC;
	padding: 5px 5px 5px 15px;
	border-right: inset #cccccc 5px;
	border-bottom: inset #cccccc 5px;
	border-left: outset #cccccc 2px;
	border-top: outset  #cccccc 2px;
}
.contactbox {
	width: 35%;
	border: thin double #333333;
	background-color: #FFFFCC;
	color: #333333;
	display: block;
	margin-right: 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}




.clearfloat
{
clear:both;
}
.padit10 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
}
