body{
background: #ffffff;
margin: 0px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#container {
	position: relative;
	width: 800px;
	top: 0px;
	margin: auto;
	z-index: 1;
}

.navigation {
	position: absolute;
	height: auto;
	top: 430px;
	width: 80px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 25px;
	text-align: left;
	text-transform: uppercase;
	z-index: 7;
}

a.nav:link {
	border-left-color: #9C0000;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 5px;
	color: #9C0000;
	text-decoration: none;
}

a.nav:visited {
	border-left-color: #9C0000;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 5px;
	color: #9C0000;
	text-decoration: none;
}

a.nav:hover {
	border-left-color: #000000;
	border-left-style: dashed;
	border-left-width: 3px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.nav:active {
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 3px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
   
div.contentarea {
	position: absolute;
	width: 664px;
	height: auto;
	left: 125px;
	top: 433px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	z-index: 6;
	color: #000000;
}

div.footer {
	position: relative;
	width: 425px;
	height: 207px;
	left: -150px;
	top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	z-index: 5;
	color: #000000;
	background-image: url(../images/rain.gif);
	background-repeat: no-repeat;
}

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

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

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

a:active {
            text-decoration: line-through;
            color: #9C0000;
}

.title {
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #9C0000;
	letter-spacing: 2px;
	text-align: left;
	text-transform: capitalize;
	border-top: #ADADAD 1px solid;
	border-left: #ADADAD 1px solid;
	border-right: #ADADAD 2px solid;
	border-bottom: #ADADAD 2px solid;
	background-color: #f4f4f4;
	width: 100%;
}

.enthquote {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	text-transform: lowercase;
	background-color: #f4f4f4;
}

h1, h2, h3 {
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #9C0000;
	letter-spacing: 2px;
	text-align: left;
	text-transform: capitalize;
	border-top: #ADADAD 1px solid;
	border-left: #ADADAD 1px solid;
	border-right: #ADADAD 2px solid;
	border-bottom: #ADADAD 2px solid;
	background-color: #f4f4f4;
	width: 100%;
}

input, textarea, selection
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C0000; 
	border-color: #000000;
	border-width: 1px;
	border-style: dotted;
	background-color: #ffffff;
}
