@charset "utf-8";
/* CSS Document */

body { 
	margin: 0px; 
	height:100%;
	background:url(../images/bg.jpg) repeat-x #eceff8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366;
	}
	
#container {width: 970px; position: relative; margin:0 auto;}
#header {
	margin:0;
	height: 122px;
	padding-top:15px;
	margin-top:20px;
	background-color:#FFFFFF;
	border-bottom:2px solid #0099FF;
	}
#logo {
margin-left:50px;
	float:left;
	height:66px;
}
#spacer {
	height: 128px;
	}
#content {
	/*height: 360px;*/
	padding-top:20px;
	padding-left:60px;
	background-color:#FFFFFF;
	 border-left:2px solid #0099FF;
	}
#image {
position:absolute;
float:right;
margin-top:70px;
margin-left:750px;
z-index:999;

	}
#menu{
margin-top:33px;
margin-left:60px;
float:left;
display:block;
}
#menu a { color:#0f2763; text-decoration:none; font-weight:bold;}
#menu a:hover { color:#000; text-decoration: underline;  }
#menu a.active { color:#44b0ed; font-weight:bold; }

#footer{
padding-left:60px;
margin-top:33px;
height: 210px;
background:url(../images/footerbg.png) repeat-x;
}

iv.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
}

div.info, span.info {
	background: #f4f5f6 url(images/box_info.png) 3px 5px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #fff5eb url(../images/box_alert.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.download, span.download {
	background: #f5faeb url(../images/box_download.png) 3px 5px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip, span.tip {
	background: #fffdeb url(../images/box_tip.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}


ul.checkbox,
ul.check{
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}


ul.checkbox li,
ul.check li{
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	/*font-weight: bold;*/
	line-height: 26px;  
}

ul.checkbox li { background: url(../images/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(../images/list_check.png) 0 0 no-repeat; }