@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #12284b;
	text-align: center;
	margin-bottom: 10px;
}

img {
	border: 0 none;
}

#pageWrap {
	width: 800px;
	margin: 0 auto;
	text-align: justify;
}

#links {
	height: 62px;
}

#nav {
	height: 42px;
}

#header {
	width: 800px;
	height: 178px;
	background: url(images/header.jpg);
}

#banner {
	width: 800px;
	height: 57px;
	background: url(images/banner.jpg);
}

#contentWrap {
	width: 800px;
	background: url(images/contentBg.gif) repeat-y;
}

#content {
	padding: 0 20px;
	min-height: 400px;
}

#leftcontent {
	width: 530px;
	float:left
}
#leftcontentcontact {
	width: 550px;
	float:left
}
#rightcontent {
	width: 200px;
	float:right;
	background-color:#AAD9A8;
}
#footWrap {
	width: 800px;
	height: 69px;
	background: url(images/footerBg.jpg);
}

#footer {
	padding-top: 18px;
	text-align: center;
	font-size: 100%;
}
.clr {
	clear:both;
}
ul {
	padding-left:25px;
}