body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#f7fcff url(../img/bg_pt.png) top left repeat-x;
}
a, a img{
	outline:none;
	border:none;
}
table, table tr td{
	text-align:center;
	vertical-align:middle;
	border:none;
	font-size:12px;
}

.wrapper{
	margin:0 auto;
	width:950px;
}

#header{
	height:100px;
	background:url(../img/logo_bg.png) repeat-x;
}
a#logo{
	display:block;
	float:left;
	outline:0px;
	height:100px;
}
#header_table{
	float:right;
	padding-top:10px;
}

#nav{
	height:35px;
	background:url(../img/menu.png) repeat-x;
	border-bottom:1px solid #1c73b5;
	border-top:1px solid #1c73b5;
}
#nav .wrapper{

}
#nav .wrapper a:link, #nav .wrapper a:visited{
	margin:0;
	display:block;
	padding:10px 10px 0px;
	height:25px;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	
}
#nav .wrapper a:hover{
	background:url(../img/menu_on.png) repeat-x;
}
ul#menu{
	list-style:none;
	margin:0;
	padding:0;
}
ul#menu li{
	display:block;
	float:left;
	padding-left:2px;
	padding-right:1px;
	background:url(../img/div.png) no-repeat 0px 0px;
}

#title{
	margin:0 auto;
	margin-top:10px;
	padding:20px 20px 15px;
	width:910px;
	height:35px;
	background:url(../img/title_bg.png) repeat-x;
}
#title h1{
	margin:0;
	padding:0;
	font-weight:700;
	font-size:26px;
	color:#fff;
}

#content{
	background:#fff;
	border:1px solid #9bc9e8;
	border-top:none;
	width:948px;
	margin:0 auto;
}
#content #left{
	float:right;
	padding:10px 18px 10px 10px;
	width:620px;
}
#content #left p, #content #left ul li{
	font-size:13px;
	line-height:20px;
	color:#444;
}
#content #left h2{
	color:#111;
	font-size:20px;
	line-height:24px;
	font-weight:400;
}
#cont_table{
	float:left;
	padding:10px 20px 10px 0px;
}

#content #right{
	padding-top:23px;
	padding-left:18px;
	float:left;
}
#content #right .box, #content #right .box_title{
	border:1px dotted #cdd2d4;
}
#content #right .box{
	background:#f7fcff;
	border-top:none;
	width:250px;
	padding:10px;
	margin-bottom:20px;
}
#content #right .box_title{
	border-bottom:none;
	height:15px;
	background:#459de1;
	font-size:12px;
	line-height:15px;
	font-weight:700;
	padding:5px;
	color:#fff;
}
#content #right .lighter{
	background:#9bc9e8;
}
#content #right .box ul{
	margin:0;
	padding:0;
}
#content #right .box ul li{
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	list-style:none;
}
#content #right .box ul li a{
	background:url(../img/arrow_off.png) 0px 1px no-repeat;
	padding-left:20px;
}
#content #right .box ul li a:hover{
	background:url(../img/arrow_on.png) 0px 1px no-repeat;
}
#content #right .box ul li a:link, #content #right .box ul li a:visited, a#toplink:link, a#toplink:visited{
	color:#052341;
}
#content #right .box ul li a:hover, a#toplink:hover{
	color:#3c99e0;
	text-decoration:none;
}

#footer{
	background:url(../img/footer.png) repeat-x;
	margin-top:10px;
	color:#555555;
	font-size:13px;
	line-height:20px;
}
#footer a:link, #footer a:visited{
	color:#555555;
}
#footer a:hover{
	color:#3c99e0;
}
#footer .wrapper{
	text-align:center;
	padding:20px;
}
#footer a:link, #footer a:visited{
	padding:10px;
}
