

body {
	background: #cecece url(images/bg.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, serif
}
#container { 			
	margin: 0 auto;
	width: 760px;
	background: #FFFFFF;
	border: #26a6d6 1px solid;
	padding: 0 5px 0 5px;
}
#header {
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
}
#footer {
	text-align: center;
	font-size: 10px;
	margin: 10px auto;
	clear: both;
}

#menuSpacer {
	width: 130px;
	float: right;
	padding: 30px 10px 10px 10px;
}
#menu{
	border: #26a6d6 1px solid;
	font-size: 20px;
	color: #0c7aa3;
	font-weight: bold;
	padding: 0 15px 0 5px;
}

/*these 3 classes used for text styling in the # classes above*/
.content {				
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px
}
.large_blue {
	background: #FFFFFF;
	color:#0c7aa3;
	margin-top: 0px;
	font-size: 30px;
	font-weight: bold;
}
.clear {
	text-align: center;
	color: #000000;
}
.small_blue {
	text-align: right;
	font-weight: bold;
	color: #0c7aa3;
}


a,a.nav
{
     color:#0c7aa3;
     text-decoration: none;
}
a.nav:hover
{
     color:#26a6d6;
     text-decoration: none;
}
