@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
html {
	height: 101%;
}
body {
	font-family:"Trebuchet MS";
	color:#000;
	font-size:14px;
	background:url(../i/bg_top.gif) top repeat-x #E5EDFF;
}
#wrapper {
	width: 1039px;
	margin: 0 auto;
	padding:0px;
}
#searchbox {
	position:relative;
	float:left;
	top: -13px;
	left: 736px;
	color:#E5EDFF;
}
#searchbox #search-form #btnSearch { 
    margin:0 0 -10px 6px;
}
label {
     padding: 0 10px 0 0;
}
#header {
     margin-top:20px;
}
#contentWrapepr {
	padding:0px 30px 0 0;
	margin:-4px 0 0 0px;
	background:url(../i/bg_content_main.gif) top repeat-y;
	min-height:600px;
	height:auto !important;
}
#content {
	margin-left:315px;
	margin-top:-30px;
	width:678px;
	padding-bottom:20px;
}
#content img.alignRight {
	float:right;
	border:1px solid #638DB1;
	margin:0 0 10px 10px;
}
#content img.alignLeft {
	float:right;
	border:1px solid #638DB1;
	margin:0 10px 10px 0px;
}
#content a {
	color:#4B679C;
	text-decoration:none;
}
#content a:hover{
	color:#4B679C;
	text-decoration:unerline;
}
#content li {
margin-left:30px;
margin-bottom:10px;

}

#content ul, ol
 {
margin-bottom:20px;
}
#rightBar {
	position:absolute;
	top:185px;
	margin-left:790px;
	font-size:12px;
}
#footer {
	clear:both;
	width:1039px;
	height:67px;
	background:url(../i/bg_footer.gif) no-repeat;
}

.letterstyle { 
 list-style:lower-alpha;
 }
