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

p { margin-top: 15px; }

h1 { font-size: 16px; color: #000000; }
h2 { font-size: 14px; color: #cc0000; }
h3 { font-size: 14px; color: #000000; }
h5 { font-size: 12px; color: #cc0000; margin:0; }

/* Text Styles */
.normal {}
.normalSmall { color: #000000; font-size: 10px; }
.normalBold { color: #000000; font-weight:bold; }
.normalRed { color: #ff0000; font-weight:normal; }
.normalBoldRed { color: #ff0000; font-weight:bold; }
.errorMessage { color: #ff0000; font-size: 10px; }

.aboutname { font-size: 14px; color: #000000; border-bottom: 1px solid #333333; font-weight: bold; }
.abouttitle { font-size: 10px; color: #990033; font-weight: bold; font-style: italic; }

/* LINKS */
a, a:visited, a:link, a:active { color: #cc0000; text-decoration: underline; }
a:hover { text-decoration: none; }

#bodyspacer { height: 1px; }
.bodyleft   { width:77px; background-color: #BCB799; }
#bodyfooter { background-color: #DCDCDC; border-right: 1px solid #999999; }

.homebody 
{
	padding: 10px 9px 12px 12px;
	background-color: #ffffff;
	border-right: 1px solid #999999;
	color: #555555; 
	line-height: 1.5em;
}
.homebodybottom 
{
    text-align: center;
    padding: 10px; 
    background-color: #ffffff;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    color: #555555; 
    line-height: 1.5em;
}

.homebodybottom a { margin: 0 10px; }

.pagebody 
{
	padding: 0 9px 12px 12px;
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
	color: #555555; 
	line-height: 1.3em;
}

.bodycontent
{
	margin: 0 10px 0 10px;
	text-align: left;
}

#mainbody { margin-left: auto; margin-right: auto; }

#footer { color: #999999; font-size: 9px; line-height:1.5em; }
a.footer, a.footer:link, a.footer:visited, a.footer:active
{
    font-weight: normal;
    font-size: 9px;
    color: #ff9c00;
}
a.footer:hover { text-decoration: underline; }

#topheader 
{ 
  width:780px;
}

#headerImage { line-height:.8em; }

/* TOP NAVIGATION */

#navlist
{
  margin: 0;
  padding: 5px 0 20px 10px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  background-color: #cccccc;
}

#navlist ul, #navlist li
{
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type:none;
}

#navlist a:link, #navlist a:visited
{
  float: left;
  line-height: 12px;
  font-weight: bold;
  margin: 0 20px 4px 10px;
  text-decoration: none;
  color: #cc0000;
}

#navlist a:hover
{
  border-bottom: 2px solid #efefef;
  padding-bottom: 2px;
  background: transparent;
  color: #ffffff;
}

img { border: 0px; }
input { color: #000000; }

.textbox, .textarea { 
	font-size: 11px;
	border: 1px solid #333333; 
	margin: 0; 
	padding: 1px 2px 1px 3px;
}
.select {
	font-size:11px;
}

.button 
{ 
  font-size: 10px;
  border: 1px solid #333333; 
  padding: 2px; 
  background-color:#cccccc; 
  cursor: hand;
}

ul { margin-left: 25px; margin-bottom: 10px; }

ul.tight-list { margin: 10px 0 }
ul.tight-list li { color: #000; text-align:left }

.tablehead
{
  background-color: #efefef;
  border: 2px solid #cccccc;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 5px 3px 5px;
}

.locationhead 
{
  padding-bottom: 3px;
  border-bottom: 1px solid #333333;
}






