/* CSS Document */

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

a:hover {
	color: #AF1B80;
	text-decoration: none;
}

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

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

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: #1B5FA5;
	margin-top: 0px;
	line-height: 12px;
	border-bottom: 1px solid #4B97EF;
}

input, select, textarea {
	background-color: #AFDBF8;
	border-style: double;
	border-width: 3px;
	border-color: #18627E;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #18627E;
}

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

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

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

.date {
	color: #AF1B80;
}

#content {
	width: 361px;
	position: relative;
	/*overflow: auto;*/
	/*top: 395px;*/
	top: -95px;
	left: 226px;
	border: 0px solid #000;
}

/*#content {
	width: 361px;
	position: absolute;
	overflow: auto;
	top: 395px;
	margin-left: 226px;
	border: 0px solid #000;
}*/

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

#nav {
	width: 85px;
	position: absolute;
	top: 385px;
	margin-left: 594px;
	border: 0px solid #000;
}

#nav .header{
	font-family: small fonts;
	font-weight: normal;
	font-size: 9px;
	text-align: left;
	color: #1B5FA5;
	margin-top: 0px;
	margin-bottom: -7px;
	line-height: 10px;
	border-bottom: 1px solid #4B97EF;
}