/* CSS RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px 0px 0px 0px;padding:0px;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:80%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
}table{
	font-size:100%;
	font-size:100%;
	line-height: normal;
}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:left;
	color:#000;
}
a {
	text-decoration:none;
	color:#FFFFFF; 
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF
}
#wrap {
	width:800px;
	text-align:center;
	margin:0 auto;
	/*background:url(images/bg.jpg);*/
	line-height: normal;
}

.fl{ float:none}
.fr{ float:right}
.clearfix{ clear:both}


/* header */
#header { position:relative;height:111px;  /*background:url(images/hd.jpg)*/;  }

#logo {
	position:absolute;
	top:31px;
	left:66px;
	width: 270px;
	height: 62px;
	background-color: #FFFFFF;
}
#logo h1 {
	font-size:20px;
	color: #9B3535
}
#logo div {
	padding-left:100px
}
#nav {
	position:absolute;
	top:33px;
	left:416px;
	background:url(images/nav.jpg);
	width:113px;
	height:30px;
	line-height:30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}
#nav li {float:left;  font-weight:700; width:80px; padding:0 5px }
#nav a {text-decoration:none; display:block; text-align:center; color:#fff}
#nav a:hover {background: #006600; color:#003399}
/* content */

.img { margin:5px 0 0 0px}
.main {width:800px;  font-family:Arial, Helvetica, Verdana,  sans-serif; /*background:url(images/box.jpg)*/; color:#666666;}
#text {margin:0px 0 0 0}
#text p {
	margin:0 auto;
	width:500px;
	line-height: normal;
	color: #333333;
	font-weight: normal;
}
#text h2 {color:#FFFFFF; font-size:20px; padding:2px 0 2px 0}
#text h1 {font-size:20px; padding:20px 0 20px 0}

#text img {margin:10px 0  0 0}
#col {margin:30px 0  10px 65px ;width:300px; /*background:url(images/col.jpg)*/; width: 419px; height:161px ; }

#col div {width: 150px; margin: 20px 0 0  10px; display:inline}
#col .first  {margin: 20px 30px 0 20px;}
#col li{line-height:20px; list-style:inside disc;color:#003466;}
#col a { color:#003466; text-decoration:underline;}
.side { width:250px;display: inline;}
.side h2 {font-size:22px}
.side li {line-height:20px; list-style:inside disc; color:#666666; }
.side ul {margin:20px  0 30px 20px}
#top {
	margin-top:20px;
	width: 250px;
}
/* footer */
#footer { /*background:url(images/ft.jpg)*/; height:50px; position:fixed}
#footer1 { background-color:#003399; height:20px; width: 800px; position:fixed; margin-left:0px}
#ftinner{
	position:absolute;
	bottom:20px;
	width:680px;
	margin-left:80px;
	color:#E98383;
	left: 94px;
}
#ftinner a {color:#FFFFFF}
.ftlink {width:700px;}
