﻿/* CSS Document */
body{
	background-color:#003399;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
h3{margin-top:10px; margin-bottom:0; color:#003399; text-align:center;}
h4{margin:5px; color:#003399;}
p{margin:0;}
a{color:#FFFFFF; text-decoration:none;}
a:hover{color:#000000; text-decoration:underline;}
#center{margin-left:auto; margin-right:auto; margin-bottom:0; margin-top:0; width:800px; border: thin solid black;}
#topline{background-color:#3368D0; height:8px; width:800px; margin:0;}
#footer{
	background-color: #0030A0;
	margin: 0;
	font-family: Verdana;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	width: 800px;
	height: 25px;
}
#header{
	background-color: #00309C;
	height: 40px;
	width: 800px;
	font-family: verdana;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
#nav{background-color:#3368D0; height:30px; width:800px; margin:0;}
#mainbody{
	background-color: #FFFFFF;
	width: 800px;
	height: auto;
	margin: 0;
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	position: relative;
	top: 1px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.buttons{text-align:center; padding-top:6px; color:#FFFFFF; font-size:14px; font-weight:bold; word-spacing:25px;}
.text{margin-top:5px; margin-bottom:0; margin-left:2px; margin-right:2px;}
.text2{margin-top:5px; margin-bottom:0; margin-left:8px; margin-right:2px;}