.alt {
	display:none;
}
#everything {
	position:relative;
	padding: 0px;
	height: auto;
	width: 774px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url("../images/leftcol.jpg");
	background-position:left;
	background-repeat:repeat-y;
}
#header {
	background-color: #FFFFFF;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 175px;
}
#menubar {
	background-image: url("../images/menu.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 29px;
	position:relative;
	
}
#menu {
	position: absolute;
	top: 5px;
	right: 10px;
	color: white;
}
#menu ul li{
	list-style:	none;
	display:	inline;
	margin: 0;
}
#menu ul li a{
	padding:0px 5px 0px 5px;
	color: #ffffff;
}
#menu ul li a:hover{
	padding:0px 5px 0px 5px;
	color: #cccccc;
}
#wrapper {
	background-image: url("../images/wrapper.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#leftbar, #leftbarServices, #leftbarEmpty {
	width:221px;
	float:left;
	padding-top:110px;
	margin-right:31px;

}
#leftbar a, #leftbarServices a {
	color: white;
	background-color: #02356A;
	padding: 5px;
	display: block;
}
#leftbar a, #leftbarServices a:hover {
	color: white;
	background-color: #0058B0;
	text-decoration: none;
}
#leftbar .module, #leftbarServices .module, #leftbarEmpty .module{
	width:80%;
	margin-left:12%;
	color: white;
	
}
.modulemenu {
	width:80%;
	margin-left:12%;
	border-top: 1px solid #00509F;
	border-right: 1px solid #00203F;
	border-bottom: 1px solid #00203F;
	border-left: 1px solid #00509F;
}
#leftbarServices li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #00509F;
	border-right: 1px solid #00203F;
	border-bottom: 1px solid #00203F;
	border-left: 1px solid #00509F;
}
#leftbarServices ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#content{
	width:521px;
	float:left;
	padding-top:30px;
	
}
#content .module{
	width: 450px;
}
#content .module1{
	width:226px;
	float:left;
	
}
#content .module2{
	width:226px;
	float:left;
	margin-left:31px;
	
}

#content .module1 h1,#content .module2 h1, #content .module h1{

	font-size:14px;
	color:#003366;
	font-weight:bold;

}
#content .module1 h2,#content .module2 h2, #content .module h2{

	font-size:12px;
	color:#009933;
	margin-bottom:50px;

}
#content a, #content a:link{
	font-size:12px;
	color:#009933;
	font-weight:bold;
}
#content .module1 p, #content .module2 p, {
	width:220px;
}
#content .module p{
	width: 450px;
}
#footer {
	width: 550px;
	clear: both;
	font-size: 80%;
	text-align: center;
	margin: 20px 0 0 222px;
}
.spacer {
	clear: both;
	height: 25px;
	width: 100%;
}
.details {
	float:right;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	color: white;
	font-size: 1.2em;
}
.details a{
	color: #FFCC00;
}
.divider {
	border-left: 1px solid #cccccc;
	padding: 0 3px;
}
.dottedline {
	width: 70%;
	border-top: 2px dotted #01590F;
	padding: 10px 0;
}
.leftAligned {
	padding: 0 10px 5px 0;
	float: left;
}
.rightAligned {
	padding: 0 0 5px 10px;
	float: right;
}
.button a{
	padding: 5px;
	background-color: #80C2FF;
	border-top: 1px solid #00509F;
	border-right: 1px solid #00203F;
	border-bottom: 1px solid #00203F;
	border-left: 1px solid #00509F;
	color: #333333;
}
.button a:hover {
	background-color: #FF9900;
	text-decoration: none;
	border-top: 1px solid #00203F;
	border-right: 1px solid #00509F;
	border-bottom: 1px solid #00509F;
	border-left: 1px solid #00203F;
}
.caption {
	font-size: 10px;
}
.clear {
	clear: both;
}