a:link { text-decoration: underline; color: #0C2B66;}
a:visited { text-decoration: underline; color: #0C2B66;}
a:active { text-decoration: underline; color: #0C2B66;}
a:hover { text-decoration: underline; color: #0C2B66;}

body,form {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: arial;
	color: #333333;
	font-size: 12px;
	background-color: #72848C;
	background-image: url('images/bg-grey.gif');
	background-repeat: repeat-x;
}
input, select {
	padding: 3px;
	font-size: 12px;
}
form{
	background-image: none;
	background-color: #fff;
	margin: 0px;
}
h1 {
	font-size: 23px;
	margin-top: 7px;
	margin-bottom: 7px;
}
h2 {
	font-size: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	margin-bottom: 10px;
}
#main {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;

	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #fff;
}
#top {
	position: relative;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
#content {
	padding-left: 10px;
	padding-right: 10px;
	width: 590px;
	position: relative;
	background-color: #fff;
}
#right {
	position: absolute;
	width: 165px;
	padding: 10px;
	margin-top: 10px;
	border-left: 1px solid #cccccc;
	height: 300px;
	margin-left: 610px;
	background-color: #fff;
}
#footer {
	margin-top: 10px;
	text-align: center;
	border-top: 1px solid #cccccc;
	width: 100%;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
