body{
        background-color:#707070;
        font-family: Verdana, serif;
}

a:link {
        color: #00487D; 
        text-decoration: underline;
        font-size: 12px;
}
a:visited {
        color: #00487D;
        text-decoration:none;
}
a:hover {
        color: #336699;
        text-decoration:underline;
        border-bottom:1px solid #B30000;
}
a:active {
        color: #336699; 
        text-decoration:underline; 
        border-bottom:1px solid #B30000;
}

#header {
        background-image: url(images/bluegradient.jpg);
        background-repeat: no-repeat;
        height: 200px;
        width: 760px;
        font-family: Georgia, Verdana, serif;
        font-size: 24px;
        color: #FFFFFF;
        font-weight: bold;
        margin-top: 0px;
        padding-left: 265px;                
}

#maincontent {
	background-color:#FFFFFF;
}

#maincontent p {
	font-family: Verdana, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
}
#maincontent h1 {
	padding-left:10px;
	font-family: Georgia, Verdana, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
                text-weight: bold;
	padding-top: 10px;
}
#maincontent h2 {
	padding-left:8px;
	font-family: Verdana, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
                text-weight: bold;
	padding-top: 5px;
}

#details {
                font-family: Verdana, serif;
                font-size: 10px;
}

#ads {
           width: 160px;
}
#footerline {
	background-color:#D8E2EE;
                text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#spacer {
	background-color:#B30000;
                height: 12px;
}
#menu {
         background-color: #D8E2EE;
         padding-left: 360px;
}
#menu a:link {
         font-size: 12px;
         color: #00487D;
         text-decoration: none;
  
}
#menu a:visited {
         font-size: 12px;
         color: #00487D;
         text-decoration: none;
}
#menu a:hover {
        font-size: 12px;
        color: #B30000;
        text-decoration: none;
}
#menu a:active {
        font-size: 12px;
        color: #B30000;
        text-decoration: none; 
}



.form {
   padding: 5px 0px 5px 100px;
}

pre {
	font-family: Verdana, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
