@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}
img {
border:none;
}
p {
font-size:11px;
}
body, html {
height:100%;
width:100%;
}
body {
text-align:center;
background:#f8fafc;
font-family:Arial, Helvetica, sans-serif;
scrollbar-base-color:#3C639A;
}
#wrapper_outer {
width:100%;
height:100%;
position:relative;
}
#wrapper {
height:643px;
width:100%;
position:absolute;
left:0;
top:50%;
margin-top:-350px;
text-align:left;
}
#wrapper_inner {
width:638px;
margin:0 auto;
height:580px;
}
#mainnav {
width:638px;
height:37px;
overflow:hidden;
margin-top:23px;
}
#mainnav ul {
list-style:none;
}
#mainnav ul li {
float:left;
}
#mainnav ul li a {
float:left;
color:#fff;
text-decoration:none;
font:11px Verdana, Arial, Helvetica, sans-serif;
height:20px;
display:block;
padding:5px 7px 5px 7px;
}
#section {
width:638px;
height:440px;
overflow:hidden;
}
#left_section {
width:94px;
float:left;
overflow:hidden;
color:#3D649B;
padding-top:380px;
}
	#left_section p {
	}
#middle_section {
width:544px;
overflow:hidden;
float:right;
}
	#middle_section #content {
	color:#3D649B;
	padding:0 10px 0 70px;
	margin-top:57px;
	margin-right:200px;
	width:264px;
	height:340px;
	overflow:auto;
	}
		* html #middle_section #content {
		width:544px;
		}
	#middle_section #content h1 {
	font-size:24px;
	}
	#middle_section #content a {
	color:#3C639A;
	}
	#middle_section #content a:hover {
	text-decoration:none;
	}
	#middle_section #content ul {
	list-style:none;
	}
	#middle_section #content ul li {
	font-size:11px;
	padding-left:15px;
	background:url(../images/dot_square.jpg) left 5px no-repeat;
	}
	#middle_section #content ul li a {
	color:#3C639A;
	display:block;
	padding:2px 0 2px 0;
	}

#footer {
color:#fff;
}

#content #mailform fieldset {
border:none;
}
#content #mailform fieldset label {
width:200px;
display:block;
font-size:12px;
padding:2px 0 2px 0;
}
#content #mailform input, #content #mailform textarea {
width:250px;
border: 1px solid #cdcdcd;
padding:3px 0 3px 0;
color:#3C639A;
}
#content .csc-mailform-label {
font-size:11px;
}
#content #mailform input.csc-mailform-submit {
background:#3C639A;
border:1px solid #3C639A;
margin-top:3px;
color:#fff;
}
