body {
	/*background-color: #666666;*/
	background-color: #ffffff;
    background-image: url(../images/bodyBG.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

#maincontainer{
width: 900px; 
margin: 0 auto; 
border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 8px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}

#topsection{
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	width: auto;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 273px 0 238px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-image: url(../images/homeBG.jpg);
background-repeat: no-repeat;
height: 551px;
width: 389px; 
}
#contentcolumn h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #00415f;
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 15px;
}
#contentcolumn p{
    font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left: 15px;
	padding-right: 15px;
}
#contentcolumn table{
    margin-left: 15px;
	margin-top: 10px;
}
#contentcolumn td{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #00415f;
	text-align: center;
	font-weight: bold;
}
#contentcolumn2{
	margin: 0 273px 0 238px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	width: 389px;
	height:auto;
    background-color: #FFFFFF;
}
#contentcolumn2 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #00415f;
	margin-top: 0px;
	padding-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
#contentcolumn2 p{
    font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left: 15px;
	padding-right: 15px;
}
.homeDivider{
	height:10px;
	width:350px;
	border-bottom: 1px solid #d6dde7;
	margin-left: 16px;

}

#leftcolumn{
width: 238px; /*Width of left column in pixel*/
height:auto;
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
background: #C8FC98;
background-color: #00415f;
float: left;
}

#rightcolumn{
float: left;
width: 273px; /*Width of right column*/
margin-left: -273px; /*Set left margin to -(RightColumnWidth)*/
background: #00415f;
}
#rightcolumn form{
	margin: 0px;
	padding: 0px;
}
#rightcolumn2{
	float: left;
	width: 273px; /*Width of right column*/
	margin-left: -273px;
	height:auto;
	background-color:#FFFFFF;
}
#rightcolumn3{
	float: left;
	width: 273px; /*Width of right column*/
	height:auto;
	margin-left: -273px;
	background-color:#FFFFFF;

		
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #969b9d;
	text-align: center;
	padding: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a{
color: #969b9d;
}
#footerNav{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color:#000066;
margin-top: 5px;
}
#footerNav a{
color:#000066;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
	

#navcontainer { width: 166px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navcontainer li{
position: relative;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #00415f;
border-bottom: 1px solid #416a80;

}

#navcontainer a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #38647a;
color: #fff;
}


.homeContent {
	width:389px;
	padding: 10px;
}

.searchArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 0px;
	
}

.uol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right:10px;
}
.thickstyle{
background:#ECECEC;
}

h1{
	font-size: 18px;
	color: #00415f;
	font-family: Arial, Helvetica, sans-serif;
}
