body {
     color: #666666;
     font-family: Arial,sans-serif;
     font-size: 12px;
     line-height: 1.5em;
	 margin: 3em auto;
}

div { margin: 0; padding: 0; }
a, a:visited, a:hover {
    text-decoration: none;
    color: #345a95;
}

h1 {
    font-weight: normal;
    font-size: 210%;
    margin: 0.5em;
}

h1 a, h1 a:hover, h1 a:visited { color: black; }
h2 { margin-top: 0.2em; }
h3 { color: #0a3a86; }

div#mainWrapper {
    width: 800px;
    margin: 0 auto;
    background: white;
    border: 1px solid #01009a;
}

div#headerWrapper {
    width: 800px;
    height: 270px;
    background-color: #01009a;
}

div#blue {
    width: 770px;
    height: 220px;
    margin-left: 15px;
    background-color: #3433cd;
}

div#lightBlue {
    width: 740px;
    height: 150px;
    margin-left: 15px;
    background-color: #6766ff;
}

div#title {
    width: 700px;
    height: 40px;
    float: left;
    color: white;
    font-size: 25px;
    margin: 120px 0 0 20px;
}

div#contentWrapper {
    width: 770px;
    min-height: 400px; 
    _height: 400px; 
    margin: 10px 0px 0px 10px;
}

div#footer {
    width: 800px;
    height: 60px;
    background-color: #01009a;
    color: #FFF;
    text-align: center;
}

div#menuWrapper {
	background-color: #01009a;
    	height: 38px;
	margin-top: 5px;
	color: #FFF;
}

div#menuWrapper ul li {
    display: block;
    float: left;
    height: 2em;
    text-align: center;
    margin: 8px 5px;
}

div#menuWrapper ul li a { color: white; }

div#footer p { font-size: small; }
