/* CSS Document */

a:link, a:visited, a:active {
	color: #125981;
	text-decoration: none;
}

a:hover {
	color: #125981;
	text-decoration: none;
	font-weight: bold;
}

body {
	margin-top: 2px !important;
	margin-top: 0px;
	margin-left: 0px;	
	background-color: #83C5EA;
}

h1 {
	font-family: "Monotype Corsiva", cursive, "Times New Roman", serif;
	font-weight: normal;
	font-size: 30px;
	text-align: left;
	letter-spacing: 6px;
	color: #72E0FB;
	margin-top: 3px;
	line-height: 20px;
	border-bottom: 1px solid #000;
}

h2 {
	font-family: "Monotype Corsiva", cursive, "Times New Roman", serif;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 6px;
	color: #72E0FB;
	margin-top: 0px;
	line-height: 12px;
	border-bottom: 1px solid #000;
}

input, select, textarea {
	background-color: #83C5EA;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #000;
}

p {
	margin-left: 4px;
	margin-right: 4px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000;
}

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000;
}

ul {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000;
}

.date {
	color: #550909;
}

#content {
	width: 340px;
	position: relative;
	top: -510px;
	left: 300px;
	border: 0px solid #000;
}

#footer {
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
}

#nav {
	width: 95px;
	position: absolute;
	top: 190px;
	margin-left: 200px;
	border: 0px solid #000;
}

#nav .header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	color: #550909;
	margin-top: 0px;
	margin-bottom: -7px;
	line-height: 10px;
	border-bottom: 1px solid #000;
}