body {
	text-align: center;
	background-color: #c0d8ef;
}

table#main {
	margin-top: 15px;
	margin-left: 18%;
	margin-right: 18%;
	text-align: left;
	width: 64%;
	background-color: #FFFFFF;
	border-width: 5px 5px 5px 5px;
	border-color: #044178;
	border-style: solid;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius: 20px;
}

table#rsidebar {
	border-color: #044178;
	border-width: 0 0 0 5px;
	border-style: solid;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #222222;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #a1c5e7;
}

a:hover {
	text-decoration: underline;
	color: #6ba5db;
}

a.noborder {
	color: #FFFFFF;
}

p {
	font-family: Verdana, sans-serif;
	color: #444444;
	font-size: 14px;
	vertical-align: top;
}

p.maillink {
	font-family: Rage Italic, Arial;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
}

p.footnote {
	font-size: 10px;
	text-align:center;
}

p.validator {
	text-align: center;
}

p.rsidebar {
	text-align: center;
	vertical-align: top;
}

h1 {
	font-family: Rage Italic, Arial;
	color: #044178;
	font-size: 48px;
	text-align: center;
}

h2 {
	color: #044178;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	font-size: 20px;
}

td.body {
	width: 80%;
}

td.rsidebar {
	width: 20%;
}

hr {
	border: none;
	background-color: #044178;
	color: #044178;
	height: 5px;
	width: 85%
}

img {
	border: 0;
}