body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link img, a:visited img { border:none}
a:hover img { border:none}
a:link {text-decoration:none}
a:visited {text-decoration:none}

.wrapper{
	margin: 0 auto;
	width:800px;
}

.top {
	width:800px;
	margin:0 auto;
	height:100px;
}

.left{
	width:200px;
	float:left;
}

.left h1{
	font-size:25px;
	margin:-100px 0 0 150px;
	color:#000033;
}

.right{
	width:600px;
	float:right;
}

.toplinks{
	height:200px;
	float:right;
	width:500px;
	display:inline-block;
	margin:5px;
	font-weight:lighter;
}

.links{
}

.top-red{
	width:120px;
	float:right;
	margin-left:5px;
}

.top-red h1{
	background:#FF0000;
	width:120px;
	height:20px;
	font-size:13px;
	text-align:center;
	color:#FFFFFF;
	padding-top:3px;
}

.top-red li{
	list-style:none;
}
.top-red a{
	color:#FF0001;
}

.top-blue{
	width:120px;
	float:right;
	margin-left:5px;
}

.top-blue h1{
	background-color:#0099FF;
	width:120px;
	height:20px;
	font-size:13px;
	text-align:center;
	color:#FFFFFF;
	padding-top:3px;
}

.top-blue li{
	list-style:none;
}
.top-blue a{
	color:#3366FF;
}


.top-yellow{
	width:120px;
	float:right;
	margin-left:5px;
}

.top-yellow h1{
	background-color:#FFFF00;
	width:120px;
	height:20px;
	font-size:13px;
	text-align:center;
	color:#000000;
	padding-top:3px;
}

.top-yellow li{
	list-style:none;
}
.top-yellow a{
	color:#000000;
}

.logo{
	background:url(images/logo.jpg) no-repeat;
	width:150px;
	height:150px;
	margin-top:20px;
}

.header{
	background:url(images/header.png) no-repeat;
	height:269px;
	width:800px;
}

.header h1{
	font-family: Impact;
	font-size:35px;
	font-weight:lighter;
	color:#FFFFFF;
	padding-top:110px;
	padding-left:20px;
}

.header p{
	width:480px;
	padding-left:20px;
	margin-top:10px;
	color:#FFFFFF;
	text-align:justify;
}

.header a{
	background:#328FB4;
	text-decoration:none;
	height:20px;
	color:#FFFFFF;
	text-align:center;
	margin:5px;
}

.content{
}

.leftcol{
	width:380px;
	float:left;
	text-align:justify;
}

.leftcol h1{
	background:#328FB4;
	width:375px;
	height:20px;
	padding-top:3px;
	padding-left:5px;
	font-size:12px;
	color:#FFFFFF;
}

.rightcol{
	width:200px;
	float:right;
}

.rightcol h1{
	background:#328FB4;
	width:195px;
	height:20px;
	padding-top:3px;
	padding-left:5px;
	font-size:12px;
	color:#FFFFFF;
	margin-bottom:0;
}

.rightcol p{
	background:#CFE8E9;
	width:190px;
	padding:5px;
	margin:0;
}


.main{
	margin-left:390px;
	margin-right:210px;
}

.nav {
	float:left;
	width:180px;
}

.nav li{
	list-style:none;
	width:160px;
	margin-left:-25px;
}

.nav img{
	width:40px;
	height:40px;
}

.nav li a{
	display:block;
	text-decoration:none;
	font-family:"Bookman Old Style", "Book Antiqua";
	font-size:14px;
	color:#333333;
	margin-bottom:20px;
}

.nav li a:hover{
	color:#000000;
}

.footer{
	margin-top:20px;
	background:#328FB4;
	clear:both;
	height:20px;
	color:#FFFFFF;
	padding-top:5px;
	text-align:center;
}

.footer a{
	color:#FFFFFF;
}

