* {
	margin: 0;
	padding: 0;
}

body {
background: #E4EEFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 17px;
color: #333;
}

p {padding-bottom:20px;}

a {
text-decoration: none;
color: #aaa;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
padding-top:20px;
width: 780px;
background: #fff;
}

#header {
height: 90px;
}
#header h1 { 
font-size: 28px;
padding: 23px 0 0 20px;
color: #004990;
font-style:italic;
}

#header h2 {
font-size: 15px;
color: #808080;
padding: 5px 0 0 20px;
letter-spacing: 1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
border-top: 1px dotted #555;
border-bottom: 1px dotted #555;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #004990;
}
#menu ul li a:hover {
color: #004990;
text-decoration: none;
font-weight: 600;
}

#content {
padding: 0 20px 20px 20px;
}

.right {
float: right;
width: 520px;
text-align: justify;
}
.right h2 {
color: #004990;
font-style:italic;
font-size: 16px;
letter-spacing: 1px;
font-weight:bold;
padding: 13px 0 7px 27px;
}


.left {
float: left;
width: 200px;
margin-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 13px;
background: #788BBD;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #788BBD;
}
.left ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.left ul li a:hover {
color: #fff;
font-weight: 600;
}

#footer {
height: 30px;
line-height: 30px;
background: #fff;
padding-left: 240px;
font-size: 11px;
color: #808080;
}
#footer a { color: #aaa; }

.icon			{background:url(images/h2.png) 0 0 no-repeat;}

.info_box		{
				color:#434343;
				margin-bottom:10px;
				padding:10px 10px 10px 115px;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				-khtml-border-radius:3px;
				}

.info_box		{
				border:1px solid #93C3E1;
				background:url(images/icon10.png) 35px center no-repeat #B8E0F9;
				}
