body	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	background: #F5F5F5;
	color: #345;
}

#wrapper {
	text-align: left;
	margin: 5px auto;
	padding: 0px;
	border: double #185787;
	width: 780px;
	background: #FFFDFF;
}
#top	{
	text-align: right;
	font-size: large;
	font-family: "Comic Sans MS";
	margin-top: 45px;
	margin-right: 50px;
	line-height: 175%;
	
}


#right_bullets	{
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	color: Navy;
	font-size: medium;
}
#header {
	height: 90px;
	color: Navy;
	font-family: "Times New Roman", Times, serif;
	font-size: 450%;
	background-repeat: no-repeat;
	position: absolute;
	width: 780px;
	text-align: right;
}
.nametext	{
	font-family: "Comic Sans MS";
	font-size: large;
	color:  navy;
}
#header2 {
	height: 180px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	position: relative; top: 90px; 
}

#header3	{
	height: 15px;
	background-image: url(images/border.gif);
	position: relative; top: 90px;
}

#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#9ab; 
  color:#fff; 
  display:block; 
  width:10em; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.25em;
  margin:0.5em auto;
  }
#navigation	{
		float: right;
}

#menu a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
  }
  #menu a.selecteditem {
	font-weight: bold;
	font-style: italic;
}

#side-a {
	float: left;
	width: 200px;
	padding: 10px;
	margin-right: 5px;
	margin-top: 5px;
	}
#questions	{
	font-style: italic;
	color: Blue;
	text-indent: 15px;
}
#content {
	float: right;
	width: 525px;
	margin: 5px 15px 5px 10px;
	}

#footer {
	clear: both;
	border-top-color: #005B01;
	text-align: center;
	height: 90px;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/footer.jpg);
}

.clearthefloats	{
	clear: both;
	
}

h1	{
	
	font-size: 1em;
	color: Navy;
}

h2	{
	font-size: 1em;
	color: Navy;
	
}
img 
{
	float: none;
	margin: 5px 8px 5px 8px;
		}
	
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
 
 #centrelist	{
 	text-align: center;
	font-size: smaller;
 }
 
   
 form {
 font-size: 1.4em;
 font: 99.5%/1 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  width: 30em;
}


/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
}

/* legend styling */
legend {
  font-weight: bold;
}


/* style for  labels */
label {
  display: block;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
}

input {
  width: 200px;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 300px;
  height: 100px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}
a	{
	color: Navy;
}
.blockquote	{
	width: 400px;
	font-size: .8em;
	border-top: 3px double #666666;
	border-bottom: 2px solid #666666;
	padding: 6px 10px;
	margin: auto;
	background-color: #EEF7FF;
}
