/* CSS Document */
body{
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #000000;
}

.header{
	height:110px;
	background-color:#180698;
	width: 100%;
	background-image: url(../images/headerbackground.png);
}

.header_interior{
margin-left:auto;
margin-right:auto;
width:760px;
margin-top:10px;
}


/*Styles for the main header menus. */
/*-------------------------------------------------------------------------------------*/
.bbsmenu{
	height: 35px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:855px;
}

div#mainMenu {
  background:#6699CC;
  text-align: center;
 /* width: 883px;*/
  height: 20px;
}

div#mainMenu a {
  background: #6699CC;
  text-align: center;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
  margin-left: 10px;
  margin-right: 10px;
  font: bold 14px Arial;
  color: #FFF;
  text-decoration: none; 
  text-transform: uppercase;
}

div#mainMenu a:hover {
  color: #E6B452;
  position: relative;
  top: 5px;
  border-top: solid #180698 5px;
}
/*-------------------------------------------------------------------------------------*/

.content_body{
	background-color:#EEEFFA;
}

.content_interior{
width:760px;
margin-left:auto;
margin-right:auto;
}

.title{
color:#FFFFFF;
font-size:25px;
margin:0px;
padding-top:3px;}

.subtitle{
color:#FFFFFF;
font-size:20px;
margin:0px;
padding-top:3px;}

.moto{
	color:#FFFFFF;
	font-size:14px;
	margin:0px;
	padding-top:3px;
}

.left_column{
width:196px;
float:left;
margin-top:25px;
clear:both;
border-right: solid 1px #6699CC;
padding-right: 6px;
}

.right_column{
	width:545px;
	float:right;
	margin-top:25px;
	margin-bottom:25px;
/*	border-left: solid 1px #6699CC;
	padding-left: 10px; */
}

.hr{
	width: 100%;
	height:8px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position:center;
	background-color:#EEEFFA;
}

a:link, a:visited {
	color: #268CCD;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


h2 {
	margin: 0;
	color: #006699;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left:25px;
	background-repeat:no-repeat;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #180698;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #000;
}
	
h4 {
	margin: 0;
	color: #180698;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #6699CC;
	border-bottom:1px solid #6699CC;
}

h3 {
	margin: 0;
	color: #180698;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0;
	color: #180698;
	font-size: 12px;
	font-weight: normal;
}
