body {
     color: #333333;
     font-family:Arial,sans-serif;
     font-size: 12px;
     line-height: 1.5em;
}

div { margin: 0; padding: 0; }

a, a:visited, a:hover {
    text-decoration: none;
    color: #345a95;
}
a img { border: none; }

h1 {
    font-weight: normal;
    font-size: 210%;
    margin: 0.5em;
    color: #76b1f5;
}

h1 a, h1 a:hover, h1 a:visited { color: black; }
h2 { color: #4173a8; margin-top: 0.2em;}
h3 { color: #0a3a86; }

div#top {
	background-image: url(../images/top.jpg);
	height: 38px;
	background-color: #FFF;
	background-position: left top;
	background-repeat: no-repeat;
}

div#headerWrapper {
    width: 770px;
    height: 210px;
	background-color: #4173a8;
}

div#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin: 3px 0px 0px 0px;
	float: left;
	height: 88px;
	width: 770px;
	border-bottom: 1px solid white;
	background-position: 15px; 
	padding-bottom: 5px;
}

div#menuWrapper {
	width: 170px;
	min-height: 580px;
	float: left;
	background-color: #4173a8;
}

div#menu {
	width: 170px;
	height: 250px;
	float: left;
        margin-top: 60px;
}

div#mainImages {
	width: 770px;
	height: 88px;
	margin: 13px 0px 0px;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

div#title {
    width: 482px;
	height: 83px; 
	float: left;
	font-size: 20px;
	color: #96c4f6;
	padding-top: 20px;
       font-weight: bold;
	background-color: #FFF;
}

div#contentWrapper {
    width: 600px;
	min-height: 390px; 
	_height: 390px;
	float: left;
	background-color: #FFF;
}

div#content {
    width: 550px;
	min-height: 390px; 
	_height: 390px;
	padding: 0 21px;
	float: left;
}


div#bottomLinks {
	width: 500px;
	height: 87px;
	line-height: 1px;
	clear: both;
        margin-left: 20px;
}

div#clear {
	width: 100%;
	height: 1px;
	line-height: 1px;
	clear: both;
}

div#footer {
    width: 770px;
    height: 18px;
    background-color: #4173a8;
    float: left;
    padding: 10px;
    text-align: right;
    color: white;
}

div#contentfoot {
    width: 856px;
    height: 28px;
	background-color: #4a4c4b;
	color: #FFF;
	text-align: center;	
}

div#image1 {
	width: 278px;
	height: 88px;
	float: left;
}

div#image2 {
	width: 208px;
	height: 88px;
	float: left;
}

div#image3 {
	width: 284px;
	height: 88px;
	float: left;
}

div#curve {
	background-image:url(../images/curve.jpg);
	float: left;
	width: 118px;
	height: 103px;
}

div#mainWrapper {
    width: 770px;
    margin: 0em auto;
    padding: 0;
    background: #4173A8;
}

div#menuWrapper ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

div#menuWrapper ul li {
    display: block;
    width: 32%;
    height: 3.3em;
}

div#menuWrapper ul li a {
    background-image: url(../images/menu.jpg);
    height: 24px;
    width: 140px;
    display: block;
    color: #000;
    text-align: left;
    padding: 5px 0 0 20px;
}

div#footer p {
    font-size: small;
}

div.full {
    float: left;
    margin: 0 1% 5px 0;
    min-height: 20px;
    width: 99%;
}

div.tb {
    float: left;
    text-align: right;
    width: 150px;
    color: #4173A8;
}

div.otb {
    float: left;
    margin: 0 0 10px 5px;
    width: 70%;
}

.bold { font-weight: bold; }