body {
 margin:0px;
 background:#ddd;
 color: #333333;
 text-align:center;
 padding:0px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
}
a {
	text-decoration:none;
	color:#00ADEF;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
img {
	border:none;
}
a:hover {
	text-decoration:none;
	color:#D01C34;
}
.menu1 {
	background-image:url(images/menu1.png);
	background-repeat:no-repeat;
	height:18px;
	padding:20px 0px 0px 25px;
	margin:0px 20px 0px 50px;
	color:#666;
	display:block;
	float:left;
}
.menu1:hover {
	color:#009be3;
}
.menu2 {
	background-image:url(images/menu2.png);
	background-repeat:no-repeat;
	height:18px;
	padding:20px 0px 0px 45px;
	margin:0px 20px 0px 0px;
	color:#666;
	display:block;
	float:left;
}
.menu2:hover {
	color:#008e21;
}
.menu3 {
	background-image:url(images/menu3.png);
	background-repeat:no-repeat;
	height:18px;
	padding:20px 0px 0px 45px;
	margin:0px 20px 0px 0px;
	color:#666;
	display:block;
	float:left;
}
.menu3:hover {
	color:#d01c34;
}
.menu4 {
	background-image:url(images/menu4.png);
	background-repeat:no-repeat;
	height:18px;
	padding:20px 0px 0px 45px;
	margin:0px 20px 0px 0px;
	color:#666;
	display:block;
	float:left;
}
.menu4:hover {
	color:#e19c07;
}
#outer {
 text-align:left;
 width:770px;
 margin:auto;
background-color:#fff;
 }

#hdr {
 color: #333333;
 background-image:url(images/header_back.png);
 background-repeat:repeat-x;
 }

#bar {
 background-image:url(images/menu_back.png);
 background-repeat:repeat-x;
 color: #fff;
 font-size:11px;
 font-weight:bold;
 padding:0px;
 margin:0px;
 height:60px;
 }

#bodyblock {
 position:relative;
 margin-left:0px;
 margin-right:0px;
 color: #333333;
 width:760px;
 padding:3px;
 background-color:#fff;
 }

#l-col {
 float:left;
 color: #333333;
 width:25%;
 margin:15px;
 border-right:4px solid #00adef;
 padding:0px 20px 10px 0px;
 background-color:#fff;
 }

#cont {
 width:60%;
 color: #333;
 text-align:left;
 padding:15px;
 }
#cont p {
	line-height:1.3em;
	margin-bottom:20px;
	text-indent:-14px;
}
#ftr {
 padding:0px 5px 0px 5px;
 margin:0px;
 height:76px;
 width:760px;
 color: #333333;
 background-image:url(images/footer_back.png);
 background-repeat:repeat-x;
 font-size:9px;
 clear:left;
 }