body {
	/*background-color:#A0A0A3;*/
	background-color:#1e5294;
	padding:0px;margin:0px;
	text-align:center;
	font-family: Arial;
	font-size:12px;
}
h1 {
	font-size:18px;
}
#main-column {
	position:relative;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	width:750px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#left-column {
	width:500px;
	float:left;
	padding:10px 10px 50px 10px;
}
#right-column {
	margin-top:10px;
	padding:10px 10px 50px 10px;
	float:right;
}
#contact-us-form td {
	font-family: Arial;
	font-size:12px;
	padding-bottom:4px;
	text-align:right;
}
#contact-us-form input {
	width:200px;
}
#contact-us-form textarea {
	width:200px;
	height:100px;
}
.greyline {
	border-top: 1px solid #AAAAAA;
	margin: 0px 15px 15px 0px;
}
#navigation {
	position:relative;
	height:25px;
	background-color:#92A4BB;
	font-size:15px;
	text-align:left;
	padding:5px 0px 0px 10px;
}
#site-header {
	text-align:center;
	background-color: #AAAAAA;
	position:relative;
}
#site-header #shadow-line {
	height:5px;
	background-image: url('/images/shadow_bg.gif'); 
	background-repeat: repeat-x;
	background-position-y:bottom;
}
.links-list li {
	padding:5px;
}

#navigation A:link { text-decoration: none; color:#000000; }
#navigation A:visited {text-decoration: none; color:#000000; }
#navigation A:active {text-decoration: none; color:#000000; }
#navigation A:hover {text-decoration: underline;color:#000000; }