body {
	background-color:#ffffff;
	background-image:url(images/grad.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin:0px;
	margin-bottom:30px;
	font-size:16px;
	font-family:Arial;
	line-height:20px;
}

#container {
	width:740px;
	margin:auto;
	margin-top:40px;
}

#leftcol {
	width:450px;
	float:left;
}

#rightcol {
	margin-left:470px;
}

 a {
	color:#00529c;
	text-decoration:none;
}

 a:hover {
	color:#5ba3e5;
}

#footer {
	background-color:#93a546;
	height:30px;
	margin-top:40px;
	margin-bottom:10px;
}

.banner {
	margin-bottom:15px;
}

h1,h2,h3 {
	color:#00529c;
}

ul.right {
	color:#00529c;
}

ul.right a {
font-size:12px;
	color:#00529c;
	font-weight:bold;
	text-decoration:none;
}

ul.right a:hover {
	color:#5ba3e5;
}

ul {
	list-style-type: square;
}

