body {
	margin: 0px;
	padding: 0px;
	background: #fff url('../img/mainBg.gif') repeat-x;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	color: #666;
	font-size: 12px;
	}

a {
	color: #596883;
	}

a:hover {
	color: #cc9900;
	}

#container {
	display: block;
	width: 750px;
	margin: 0px auto;
	}

#header {
	display: block;
	position: relative;
	height: 132px;
	background: url('../img/header.jpg') no-repeat top right;
	}

#header h1 {
	display: block;
	width: 313px;
	height: 46px;
	overflow: hidden;
	margin: 0px;
	position: absolute;
	top: 35px;
	left: 20px;
	cursor: pointer;
	text-indent: -10000px;
	background-image: url('../img/logo.gif');
	}

#content {
	display: block;
	background: url('../img/contentBg.gif');
	}

#content #col1 {
	float: left;
	width: 175px;
	}

#content #col1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 26px;
	margin-top: 20px;
	}

#content #col1 ul li {
	display: block;
	float: left;
	width: 150px;
	}

#content #col1 ul li a {
	padding: 4px 0px;
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 4px;
	width: 144px;
	}

#content #col1 ul li a:hover {
	background-color: #D8DDE7;
	}

#content #col3 {
	float: right;
	width: 226px;
	display: block;
	height: 149px;
	background: url('../img/rightColumn.jpg') no-repeat top right;
	}

#content #col2 {
	display: block;
	margin: 0px 226px 0px 175px;
	padding: 15px;
	width: 312px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-serif;
	font-size: 13px;
	}

h2 {
	font-size: 16px;
	border-bottom: 1px solid #777;
	text-align: center;
	line-height: 16px;
	padding-bottom: 3px;
	}

h3 {
	text-align: center;
	font-size: 14px;
	}

#footer {
	display: block;
	height: 25px;
	background-color: #5a6f94;
	border-top: 1px solid #495c7e;
	border-bottom: 1px solid #6b81a7;
	}

#footer ul {
	padding: 0px;
	list-style-type: none;
	width: 710px;
	display: block;
	margin: 0px auto;
	text-align: left;
	margin-top: 5px;
	border-left: 1px solid #e9eef6;
	}

#footer ul li {	
	display: inline;
	font-size: 11px;
	}

#footer ul li a {
	color: #e9eef6;
	border-right: 1px solid #e9eef6;
	padding: 0px 10px 0px 9px;
	text-decoration: none;
	}

#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}

#webaffairs {
	margin: 0px;
	padding: 10px 0px;
	display: block;
	text-align: center;
	}

.map {
	text-align: center;
	}

.map img {
	border: 1px solid #5a6f94;
	}

ol li {
	padding-bottom: 10px;
	}

.copyright {
	font: 11px Tahoma;
	color: #999;
	}