/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	background-color: #CCC;
	background-image: url(images/back.jpg);
	background-position: center;
}

.hidden {
	display: none;
}

.clear {overflow:hidden; clear:both; height:0; margin:0; padding:0; font-size:1px; font-size:0.01em; display:block;}

A:link {
	border: none;
}




#page-container {
	width: 985px;
	margin: auto;
	background-color: #FFF;
}


#banner {
	float: left;
	background-image: url(/images/headerbackground.png);
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 985px;
	height: 151px;
	margin: 0px;
	
}

#banner .padding {
	padding-left: 30px;
	padding-top: 30px;
}



#navbar {
	clear: both;
	background-color: #4a779d;
	height: 35px;
}


#leftside {
	float: left;
	width: 300px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 10px;
}

#leftside .padding {
	padding-left: 20px;
	padding-right: 10px;
}


#leftside a {
	font-size: 11px;
	color: #8DC63F;
	text-decoration: none;
}

#leftside a:hover {
	font-size: 11px;
	color: #8DC63F;
	text-decoration: underline;
}

#rightside {
	float: right;
	width: 270px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-left: thin;
	border-left-color: #999;
	border-left-style: solid;
}

#rightside .righttitle {
	font-size: 16px;
}

#rightside .righttext {
	font-size: 10px;
}


#rightside a {
	font-size: 11px;
	color: #927FC5;
	text-decoration: none;
}

#rightside a:hover {
	font-size: 11px;
	color: #8DC63F;
	text-decoration: underline;
}


#content {
	background-color: #FFF;
	margin-left: 0px;
	margin-right: 300px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 10px;

}


#content .text {
	font-size: 12px;
}



#content-inside-pages {
	background-color: #FFF;
	margin-right: 270px;
	border-right: thin;
	border-right-color: #808080;
	border-right-style: solid;
}

#content-inside-pages .padding {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 12px;
	line-height: 17px;
}


a.body:link {
	font-size: 12px;
	font-weight: 400;
	color: #003478;
	text-decoration: none;
	margin-top: 0em;
	margin-bottom: 0.01em;	
}

a.body:visited {
	font-size: 12px;
	color: #003478;
	text-decoration: none;
	margin-top: 0em;
	margin-bottom: 0.01em;	

}

a.body:active {
	font-size: 12px;
	color: #003478;
	text-decoration: underline;
	margin-top: 0em;
	margin-bottom: 0.01em;	

}

a.body:hover {
	font-size: 12px;
	color: #003478;
	text-decoration: underline;
	margin-top: 0em;
	margin-bottom: 0.01em;	
}


#bottom {
	clear: both;
	background-color: #FFF;
	height: 100px;
	margin: 0px;
	border-top: solid;
	border-top-width: thin;
	border-top-color: #999;
}


#bottom .padding {
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	margin: 0px;
}

#bottom a {
	color: #666;
	text-decoration: none;
}

#bottom a:hover {
	color: #666;
	text-decoration: underline;
}

#bottom .address {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #666;
	padding-top: 10px;
	padding-left: 52px;
	letter-spacing: 0.02em;
}
