body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin:0px;
  font-size:10px;
}

.divetable td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:Silver;
}

.divetable th{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:110%;
	background-color:#000000;
	color:#ffffff;
}
.divetable
{
    padding:10px;
    background-color:#eaeaea;
    width:100%;
    }

h1{font-size:12px;}
h2{font-size:10px;}
h3{font-size:10px;}
#pageHolder
{
width:778px;

  
}
#header
{
top:0px;
left:0px;
}
#mainContent
{
position:relative;
top:-5px;
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
width:778px;
height:auto;
min-height: 600px;
}
#navigation
{

width:150px;
float:left;
padding:3px;
}
#content
{

width:610px;
height:auto;
min-height: 600px;
float:left;
background-color:#FFFFFF;
padding:3px;
}

#footer
{
bottom:1px;
left:0px;
}
.footerText
{
font-size:x-small;}
.navHeader
{
font-size:10px;}
.navItem
{
font-size:10px;}
#headlines
{
top:15px;
left:25px;
position:relative;
width:500px;
float:left;
}
.headline
{
font-size:13px;
font-weight:bold;
color:#2A0000;
padding:4px;
margin:2px 1px 3px 0px;

}
.story
{
font-size:12px;
color:#000000;
padding:20px;
line-height:15px;
}
#navBar{position:relative;
 width:150px;
 height:auto;
 padding:0px 0px 0px 0px;

}
.navLinkSelected
{
padding:1px 3px 3px 3px;
color:red;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.navLink
{
padding:1px 3px 3px 3px;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.navLink:hover
{
text-decoration:underline;}
.box{
background: #fff;
}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 
input{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
background-color:#eaeaea;
border:1px solid black;}
img {border: 0px;}
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
/* FORMS  
----------------------------------------------------------*/
#fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
fieldset {padding:0 20px 20px 20px;border:1px solid #e3e3e3;}
legend {font-size:1.6em;padding:0 10px 20px 10px;color:#000;}
label {display:block;float:left;width:120px; text-align:right;margin:0 10px 0 0;}
p.submit, p.checkbox {padding-left:130px;}
p.checkbox label {display:inline;float:none;}
