body    {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url("../artwork/background.gif");
	background-color: #ffffff;
	background-repeat: repeat-x;
}
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
div#homebody    {
	width: 718px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url("../artwork/lighthousehome.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: #A60E15 1px solid;
}
div#mainbody    {
	width: 718px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url("../artwork/background.gif");
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: #A60E15 1px solid;
}
/* Header styling */
div#header	{
	width: 718px;
	text-align: center;
	padding: 0 0 0px 0;
	height: 50px;
}
div#homeheader	{
	width: 718px;
	text-align: center;
	padding: 0;
	height: 50px;
}

div#navbuttons    {
	width: 718px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Button bar styling */
#navbuttons     {
	background-image: url("../artwork/navbar.gif");
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-position: top center;
/*	border: 1px solid  #0000ff; */
}

ul#navbar { list-style-type: none; font: normal 14px arial, verdana, sans-serif; text-align: center; padding: 3px 3px 2px 3px; }
ul#navbar li {display: inline; }
ul#navbar li a { padding: 0px 2px 0px 4px; color: #cccccc; text-decoration: none; margin-right: 6px; margin-left: 6px; }
ul#navbar li.selected a {
	background-color: #444444;
	color: #ffffff;
}
ul#navbar a:hover {background-color: #444444; color: #ffffff;}

/* Footer styling */
div#footer    {
	font-size: 10px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
div#copy {
	color: #000000;
	font-size: 10px;
	text-align: center;
	margin-top: 4px;
}
div#cci  { color: #000000; font-size: 10px; text-align: center; margin-top: 18px; background-color: transparent; text-decoration: none; background-image: none }
div#cci a { color: #000000; font-size: 10px; text-align: center; text-decoration: none; background-image: none }
div#cci a:hover  {background-color: #A60E15; color: #ffffff; text-decoration: none; background-image: none }

/* Content styling */
div#homecontent    { 
	font-size: 10pt; 
	padding: 8px 8px 8px 8px; 
	height: 455px; 
}
div#content    { 
	font-size: 10pt; 
	padding: 8px 8px 8px 8px; 
}

/* table cells */
div#content td {
	font-size: 10pt;
	padding: 4px
}

/* headers */
.hometitle1 {
	font-size: 24px;
	color: #ffffff;
	margin-top: 340px;
}

div#content h1 { font-size: 14pt; font-weight: normal; color: #A60E15; }
div#content h2 { font-size: 13pt; font-weight: bold }
div#content h3 { font-size: 13pt; font-weight: normal }
div#content h4 { font-size: 12pt; font-weight: bold }
div#content h5 { font-size: 12pt; font-weight: normal }
/* links */
div#content a { text-decoration: underline; color: #006; }
div#content a:hover { text-decoration: underline; background-color: #A60E15; color: #ffffff; }
/* lists */
div#content ul   { margin: 0; padding: 0 0 0 20px }
div#content li   { font-size: 10pt; margin: 0; padding: 0 }
div#content ul li ul   { margin-top: 10px ; margin-bottom: 10px ; }
div#content ol   { margin: 0; padding: 0 0 0 20px }

div#content td .hangpara { text-indent: -18px ; padding: 0 0 0 20px; }
div#content td .hangpara ul { padding: 0 0 0 20px; }
div#content td .hangpara ul li { padding: 0 0 0 20px; }

/* Form styling */
div#content fieldset {padding: 0.5em; border:1px solid #A60E15; }
div#content legend {color:#A60E15; font-size: 10pt; }
div#content input    { color: black; font-weight: normal; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
div#content textarea { color: black; font-weight: normal; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
div#content option   { color: black; font-weight: normal; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
/* Other styling */
div#content.crpoint	     { cursor: pointer; }
div#content.headrow 	   { font-size: 10pt; font-weight: bold; background-color: #a0bcbc }
div#content.evenrow 	   { font-size: 10pt; background-color: #d2eeee }
div#content.oddrow	  	 { font-size: 10pt; background-color: #b6d2ee }
div#content.evenrowclick { font-size: 10pt; background-color: #d2eeee; cursor: pointer }
div#content.oddrowclick	 { font-size: 10pt; background-color: #b6d2ee; cursor: pointer }
