html, body {
/*height: 100%;*/
margin: 0;
padding: 0;
background:#dedede;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
}
 
* {
margin:0px auto;
padding:0;
}
 
p{
	margin-bottom:15px;
}

div#wrapper {
width: 1000px;
clear: both;
background:#ffffff;
position: relative;
padding:10px;
margin-top:10px;
overflow:hidden;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
}

div#top-header{
	width:100%;
	height:110px;
	/*border:#000 solid 1px;*/
}
div#content-center{
	width:100%;
	text-align:left;
	margin-top:10px;
	overflow:hidden;
	/*border:#F00 solid 1px;*/
}
div#content{
	width:700px;
	/*margin-left:246px;*/
	text-align:justify;
	margin-top:10px;
	margin-right:20px;
	/*border:#000 solid 1px;*/
	float:right;
}

div#footer{
	width:980px;
	font-size:11px;
	color:#6b6b6b;
	background:#d5d5d5;
	text-align:right;
	padding: 10px;
}
div#logo{
	width:224px;
	height:110px;
	float:left;
}
div#top-navigator{
	width:764px;
	height:110px;
	background:url(images/top-bg.jpg) no-repeat;
	float:right;
}
div#top-navigator div{
	color:#1e2c7e;
	text-align:right;
	padding-right:15px;
	padding-top:90px;
	font-weight:bold;
}

div#left-navigator {
	width:222px;
	float:left;
}
.box{
	background:url(images/box-bg.gif) no-repeat;
	width:222px;
	margin-bottom:20px;
}
.box h2{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:15px;
	color:#FFF;
	text-transform: uppercase;
	margin-left:10px;
}
.box li{
	margin-left: 15px;
	list-style-type:none;
	background:url(images/dot1.gif) no-repeat;
	background-position: 0 12px;
}
.box li a:link, .box li a:visited{
	margin-left: 15px;
	font-family:Arial;
	color:#535353;
	font-size:12px;
	font-weight:bold;
	line-height:250%;
	text-decoration:none;
}
.box li a:hover{
	color:#1E2C7E;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#1e2c7e;
	margin-bottom:10px;
}
a:link, a:visited, a:active {
	color: #1E2C7E;
	text-decoration: none;
}
a:hover {
	color: #c01e24;
	text-decoration: none;
}


.table5 td{
	padding:5px;
}
.linedot-1 {
	background-image: url(images/linedot-1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.img-v {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

li{
	margin-left:20px;
	margin-top:5px;
}