body {
	margin: 0; 
	padding: 0;
	}

div#content {
	margin: 100px 150px 0px 150px; 
    font: 14px Verdana, sans-serif; 
	padding: 10px; 
	border: 3px solid #ffffff;
	}

h1{
	background: #ACE; 
	color: #024;
	margin: -9px -9px 0.5em; 
	padding: 12px 0 5px;
	font: italic bold 12px/12px Arial, sans-serif; 
	letter-spacing: 0.5em; text-align: right; 
	text-transform: lowercase;
	font-size:140%;
	}

h2 {
	margin: 0 0em 0.7em;
	color:#000000;
	font: 120% Verdana, sans-serif;
	font-weight:bold;
	text-align:left;
	}

h3 {
	margin-bottom: 0.25em;
	font: 110% Verdana, sans-serif;
	}

h4 {
	color:#000000;
	font: 100% Verdana, sans-serif;
	font-style:italic;
	font-weight:bold;
	}


p {
	margin: 0 1em 1em; 
	color:#000000;
	font: 90% Verdana, sans-serif;
	line-height:20px;
	}

div#content a:link {
	color: blue;
	font-weight: bold;
	}
div#content a:visited {
	color: blue;
	font-weight: bold;

	}
div#content a:link:hover {
	color: #F93;
	font-weight: bold;
}

div#content a:visited:hover {
	color:  blue;
	font-weight: bold;
	background-color: #ffffff;
}

div#links {
	position: absolute; 
	top: 155px; 
	left: 0; 
	width: 153px; 
	}

div#links a {
	display: block;
	padding: 5px 10px; 
	margin: 0 0 2px; 
	border-width: 0;
	border-right: 3px solid #ffffff; 
	text-align: left; 
	font: bold 17px/17px sans-serif; 
	text-decoration: none; color: #FFC;
	}

div#links a:hover {
	color: #F93; border-color: #F93;
	}

body {
	background: #000 url(images/background.jpg)  
	no-repeat fixed top right;
	}

div#content {
	background: url(images/background-fade.jpg) no-repeat fixed top right;
	}

div#links a {
	background: url(images/background-black.jpg) no-repeat fixed top right;
	}

div#links a:hover span {
	display: block;
	position: absolute; top: 200px; left: 0; width: 125px;
	padding: 5px; margin: 10px; z-index: 100;
	color: #000000;
	font: 13px Verdana, sans-serif; text-align: center;
	font-weight:bold;
	}

div#links a span {
	display: none;
	}

div#content2 {
	margin: 0px 10px 25px 150px;
	font: 100% Verdana, sans-serif; 
	padding: 10px; 
	}




div#google {
	position: absolute; top: 10px; left: 10px; color:#000000;
	}

div#links2 { 
	margin: 10px 150px 25px 145px; 
    font: 90% Verdana, sans-serif; 
	padding: 5px; 
	text-align:left;
	font-weight:bold;
	background:  url(images/background.jpg) no-repeat fixed top right;
	color: #ffffff;
	}

div#links2 a {
	display: inline;
	text-align: center; 
	font: 12px/12px sans-serif; 
	font-weight:bold;
	text-decoration: none; 
	color: #ffffff;
	}

div#links2 a:hover {
	color: #F93; 
	}


/*for the form */


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:80% verdana,arial,sans-serif;
  margin: 0;
  padding: 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  */
	font-weight:bold;
border: 1px solid #ffffff;
padding:5px;
background-color: #345CB4;
color: #ffffff;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 235px; 
	padding: 0; 
	margin: 5px 10px 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	color: #000000;

}

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 5px; /* set margin on left of form elements rather than right of
                      label aligns textarea better in IE */

}



form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
}


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 */
}


form p {
margin-left: 0px;
}


#address span {
color: #ffffff;
text-decoration:underline;
position: absolute; top: 140px; right: 60px;

}

#address a {
font-weight:bold;
color: #000000;

}


ul li {
list-style-type: disc;    font: 12px Verdana, sans-serif; 
line-height:1.5em;

} 

#paragraph1, #paragraph2, #paragraph3, #paragraph4, #paragraph5{
	border-bottom:1px dotted #ffffff;
	margin-bottom:10px;
	width:605px;

}

#paragraph10{
	margin-bottom:10px;
	width:605px;

}

#paragraph11{
	margin-bottom:10px;
	width:590px;

}

#paragraph12{
	margin-bottom:10px;

}


table	{
margin-left:100px;
}

h5 {
	margin-bottom: 0.25em;
	font: 110% Verdana, sans-serif;
	color:#023EC5;
	font-weight:bold;
	}
