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

body {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: #4f9af9 url(../images/body_bg.jpg) fixed;
}
#header {
	float:left;
	margin:0px;
	padding:0px;
	width: 800px;
	height: 250px;
	top: 161px;
}

#menu {
	height: 34px;
	line-height: 34px;
	background: url(../images/menu.gif);
	text-align: center;
}
#menu ul {
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0 0 0 0;	
	text-align: center;
}
#menu li {
	display: block;
	float: right;
	padding: 0 14px 0 17px;
	margin: 0;
	color: #FFFFFF;
	background: url(../images/menu-bg.gif);
	
}
#menu li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#content {
	background: #d6ecf9;
	padding: 40px 25px;
}
#sidenav1 {
	background: url(../images/sidenav.gif) 0 0 no-repeat;
	padding: 30px;
}
#sidenav2 {
	background: #ffffff url(../images/VShadowBack.gif);
	background-position:right;
	background-repeat:repeat-y;
}

#btnmenu {
	font-family:;
	font-size:11px;
	color:#FFFFFF;
	background: url(../images/footer.gif);
	height: 25px;
	text-align: center;
	line-height: 25px;
}

#btnmenu a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer {
	color: #000000;
	text-align: center;
	background: url(../images/footer-shade.gif);
	line-height: 50px;
	height: 50px
}
#footer a{
	color: #333;
	text-decoration:none;
}

.img-left {
	margin-right: 10px;
}

.img-right {
	margin-left: 10px;
}

.title {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: none;
}

.sub-title1 {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}
.sub-title2 {
	color: :#3366CC;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

a.readmore {
	color: #CC0000;
	text-decoration: none;
}
a:hover.readmore {
	color:#0000FF;
	text-decoration:none;	
}
.hr {
	background: url(../images/hr.gif) 0 50% repeat-x;
	height: 30px;
}

#box {
	background: #f1f1f1;
	border: 1px solid #999;
}
#sidemenu{
	border-bottom: 1px solid #999;
	padding-left: 30px;
	line-height: 20px;
	height: 20px;
	background: url(../images/arr1.gif) 0 0 no-repeat;
}
#sidemenu a{
	color: #333333;
	text-decoration: none;
}
#sidemenu-top {
	background: url(../images/sidemenu-bg.gif) no-repeat;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.list {
	line-height:15px;
}