body { 
	padding: 0; 
	margin: 0; 
	font-size: 12px; 
	font-family: tahoma, sans-serif; 
	letter-spacing: 1px; 
	line-height: 160%; 
	background: #cdcdcd; 
	color: #454545; 
}
div { text-align: left;position:relative;}
img { border: 0; }
h1,h1 a{
	color:  #5F5F5F;
	font-weight: normal;
	font-size: 40px;
	height: auto;
	margin-top: 10px;
}
h1 span{
	color: #ABD6F1;
}
h2,h3 { margin: 0px; margin-bottom: 10px; padding: 0; font-weight: normal; font-size: 25px; }
h2 { margin: 10px 0px 35px 0px; color: #505050; }
h3{
	font-size: 20px;
	padding: 5px 0px 5px 0px;
}
p {	margin: 0; margin-bottom: 5px; }
p.right { text-align: right; }
a{ 
	text-decoration: none; 
	color: #0080c0; 
}
ul { margin: 0; padding : 0; list-style : none; }
form { margin: 0; }
fieldset { padding: 0; border: 0; }
input { border: 1px solid #c0c0c0; color: #454545; font-size: 11px; letter-spacing: 0px; }

#container { width: 730px; padding: 25px; background: #fff; margin-left: auto; margin-right: auto; }
#header { height: 45px; }
#logo {	width: 186px; float: left; }
#search { 
	float: right; padding: 8px 10px 0px 0px; text-align: right; width: 225px; }
#bar { clear: both; background: #cdcdcd; height: 25px; }

#top { background: url("../images/top.gif") 100% 0 no-repeat #505050; height: 200px; clear: both; }
#top p { 
	width: 400px;
	font-size: 30px; 
	color: #fff; 
	padding: 65px 0px 0px 25px; 
	line-height: 110%;
}


#body { 
	width: 530px; 
	padding: 15px 0px 15px 0px;
}
#menu{
	background: #505050;
	border-top: 10px white solid;
	color: White;
	float: right;
	width: 190px;
	text-align: center;
}
#menu a{
	display: block;
	width: 180px;
	border-top:  1px white solid;
	padding: 5px;
	color: #ABD6F1;
	line-height: 14px;
}
#menu p{
	padding: 5px 5px 5px 5px;
	border-top: 1px white solid;
}
#menu-title{
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0px 5px 0px;
}
#menu a:hover{
	background: #ABD6F1;
	color: #505050;
}
#footer { clear: both; padding-top: 5px; }

div.block, div.blockDistinct { padding: 10px; padding-bottom: 3px; padding-top: 8px; }
div.blockDistinct { background: url("../images/corner.gif") no-repeat 100% 100% #E4F2F8; }
#footer p {	clear: both; color: #c0c0c0; font-size: 11px; }
input.searchText { width: 150px; height: 13px; }
input.searchSubmit { color: #0080c0; background: #fff; letter-spacing: 1px;	border: 1px solid #fff;	font-size: 12px; height: 19px; margin: 0; padding: 0; }
#bar li { margin: 0; padding: 0; padding-top: 3px; padding-bottom: 4px;	padding-left: 10px;	padding-right: 10px; border-right: 1px solid #fff; float: left; }
#bar li.active { background: #505050; color: #fff; padding-bottom: 4px; }
#footer li { float: left; padding: 0; height: 15px;	vertical-align: middle;	padding-right: 25px;	font-size: 11px; }

#bar a:link, #bar a:active, #bar a:visited { color: #000; } 
span.highlight { color: #abd6f1; }
span.hide { display: none; }
span.underline { text-decoration: underline; }