body {
     margin: 10px 0 10px 0;
     font-family: verdana, sans-serif;
     font-size: 11px;
}
td {vertical-align: top;
border-color:#FFFFFF}
div#top {
     width: 935px;
     height: 56px;
     margin: auto;
}

div#top #navigation a {
     float: right;
     font-family: verdana,sans-serif;
     font-size: 10px;
     font-weight: bold;
     color: #eaeaea;
     text-decoration: none;
     border-left: 1px solid #CCCDB5;
     padding-top: 21px;
     height: 33px;
     width: 65px;
     text-align: center;
}

div#top #navigation a:hover {
     background: url(images/nav_hover.jpg) bottom center no-repeat;
}

table#main {
     width: 935px;
     margin: auto;


}

table#main td#left {
     background: #CDCDB5;
     width: 200px;
}

table#main td#right {
     background: #eaeaea;
}

#menu ul {
     list-style: none;
     padding: 0px;
     margin: 0px;
}

#menu ul li a {
     display: block;
/*     height: 17px;*/
     width: 180px;
     /*color: #666464;*/
	 color:#6E6E54;
     font-family: verdana,sans-serif;
     font-size: 8t;
     text-decoration: none;
     padding-top: 8px;
     border-bottom: 1px solid #cccdb5;
     padding-left:  20px;
	 font-weight: bold;
}

#menu ul li a:hover {
	color: #0000FF;
}


div#main_content {
     background: white;
     width: 695px;
     margin: 4px auto 4px auto;
     padding: 10px;
     font-size: 12px;
}

h1 {
     font-family: verdana,sans-serif;
     color: gray;
     margin: 0 0 20px 0;
     padding: 0px;
     background: #eaeade;
     font-size: 15px;
     padding-left: 5px;
	 padding-top: 5px;
	 padding-bottom: 5px;
}

div#login_box {
     background: #d1d1bb;
     width: 275px;
     padding: 4px 0 4px 0;
}

table#form_table {
     width: 180px;
     margin: auto;
}
table#form_table td {
vertical-align: middle;
}
table#form_table input {
     width: 100px;
     margin: -0.5px;
     padding: 0px;
     height: 14px;
     font-size: 10px;
     border: 1px solid #bebeaa;
     background: #efefe5;
}

div#footer {
     background: #e7e7dd;
     padding: 4px;
     border: 1px solid white;
     margin: 5px;
     text-align: right;
     font-size: 9px;
     color: #9e9e86;
}

#mainBody
{
  position: absolute;
	top: 200px;
	left: 220px;
	width: 275px;
	text-align: left;
}

.quoteBody
{
  margin: 10px;
	padding: 5px;
              font-size: 9pt;
	text-align:justify;
	border: 1px solid black;
	background-color: #CDCDB5;
}

a:link, a:visited{
color:#0000FF;
text-decoration : none;
font-size: 12px;
}

a:hover{
color : #6E6E54;
text-transform : underline;
}

#footer a
{
/*     height: 17px;*/
     color: #666464;
     font-family: verdana,sans-serif;
     font-size: 9px;
     text-decoration: none;
	 font-weight: normal;
}

#footer a:hover
{
     color: gray;
}

div#topspacer
{
	width:735px;
	background-color:#CDCDB5;
	height:11px;
}

/* The main horizontal menu at the top of the page*/
#topnavmenu
{
	background: #CDCDB5;
	/*color: #666464;*/
	color: #666464;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8t;
	text-decoration: none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
	vertical-align:bottom;
}

#topnavmenu a
{
	padding: 5px;
	color:#6E6E54;
}

#topnavmenu a:hover
{
     color: #0000FF;
}

.notice
{
	padding-top:5px;
	padding-bottom:3px;
	float:left;
	color:#0000FF;
}

/*make fields in forms easier to see*/

input, textarea, select
{
	border:1px solid black;
}

input:hover, textarea:hover, select:hover
{
	border: 1px solid blue;
}

input:focus, textarea:focus, select:focus
{
	border: 1px solid red;
}