html {overflow-y: scroll;}<!--  /* add scrollbar to short pages */  -->

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #8a8a8a;
  background-image: url("images/blue_roc.jpg");
 
  color: #000;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 0 0;
  margin-top: 8px;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #768299;
  font-family: 'Calligraffitti', arial, serif;
  padding-top: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}
h2 {
  color: #768299;
  font-family: 'Calligraffitti', arial, serif;
  font-size: 18px;
  font-weight: bold;
  }
h3 {
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  color: #720303;
  font-weight: bold;
  }
a,  a:link {
  color: #720303;  
  text-decoration: none;
}
a:visited {
  color: #720303;
  text-decoration: none;
}
a:hover {
  color: #720303;
  text-decoration: underline;
}
#footer a:link {
  color: #f8f9e0;
  text-decoration: none;
}
#footer a:visited {
  color: #f8f9e0;
  text-decoration: none;
}
#footer a:hover {
  color: #f8f9e0;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
 border-left: 2px solid #778399;
  border-right: 2px solid #778399;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 760px;
}
#outerWrapper #header {
  background-color: transparent;  
  font-size: 18px;
  font-weight: bold;
  height: 150px;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
  border-bottom: 5px solid #cedad0;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: transparent;
  float: left;
  margin-left: 20px;
  padding: 0px 0px 0px 0px;
  width: 180px;
}
#nav
{
margin-top: 20px;
	
	height: 300px;
	padding-top: 1px;
}

#outerWrapper #contentWrapper #content {
  margin: 0 0 0 203px;
  padding: 40px 30px 10px 30px;
  min-height: 580px;
  border-bottom: #c0c1c3;
}
#content li
{
list-style-type: none;
padding-bottom: 6px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {

  background: #6f7691;

  color: #000;
  text-align: center;
  padding: 10px 0 20px 0;
}

.right
{
float: right;
margin: 0 0 20px 20px;
padding: 10px;
background-color: #C0C0C0;
border: 1px solid #000;
}
/*------------form styling----------------*/


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  width: 520px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form radio
{
width: 10px;
}

form input#submit  {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
	width: 100px;
	text-align: center;
}

textarea { overflow: auto; }


form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
label.left	{
	float: left;
	width: 30%;
}


.none
{
list-style-type: none;
}
