/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #003366;
}

#center {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
}

#main {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}

#footer a:hover {
	color: #0066FF;
}

.side {
	width:200px;
	color:#FFFFFF;
	padding-left:2px;
	text-align:left;
	vertical-align: text-top;
}

.side a {
	color: #0099FF;
}

.smaller {
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
}

.side a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.content table {
	width:500px;
}

#dots {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0066FF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;	
}

i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.content {
	width:600px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:0.9em;
	color:#FFFFFF;
	padding-left:8px;
	padding-right:10px;
	text-align:justify;
	vertical-align: text-top;
}

.content a {
	text-align:underline;
	color:#FFFFFF;
}

.content a:hover {
	text-align:none;
	color:#FFFFFF;
}
