body {
	background-color: #ffffff;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	margin-right: 20px;
	margin-left: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	line-height: 1.5em;
}
#footer {
	font-size: 11px;
}



h1 {
	color: #009933;
	font-family: "Times New Roman", Times, serif;
}

h2,h3,h4,h6 {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	
}
h5 {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

 
a:link {
	color: #0000FF;
}
a:hover {
	color: #009933;
}
a:active {
	color: #33CCFF;
}

a:visited {
	color: #666666;
}
.blue {
	color: #003399;
}
.imgwborder {
	display: block;
	border: thick solid #FFFFFF;
}

.style1green {
	color: #73BE21;
	font-weight: bold;
}
.style3hotpink {
	color: #FF0084;
	font-weight: bold;
}
.style4orange {
	color: #FF8608;
	font-weight: bold;
}
.style5blu {
	color: #2969CE;
	font-weight: bold;
}
.style6fuschia {
    color: #D600C6;
    font-weight: bold;
}

#navlist li {
	margin: 0;
	list-style-image: url('images/screwhead3tiny.gif');
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	line-height: 1.5em;
	font-size: 11px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* for main form wrapping div */
div#gb_form_div { 
  /* not styled on demo page */
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 14px; 
  color : #666; 
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap {
	background-color : #E9E9E9;
	font-size: 12px;
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
  background-color : #fafafa; 
}

/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #666;
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 12px;
  color : #000; 
}

/* form label text */
label { 
  color : #009999;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox {
	font : 12px 'Trebuchet MS', sans-serif;
	color : #00CC66;
	padding : 2px;
	border : 1px solid #B9E9FF;
	background-color : #fffffa;
	margin-bottom: 2px;
}

/* to make focus stable in IE 6 */
* html input.button { 
  color : #990000;  
  border : 1px solid #669900;
  background-color : #FF99CC;
}
* html input.button.hover { 
  color : #000;  
  border : 1px solid #000;
  background-color : #cc9900;
}
* html input.button.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #cc9900;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 
}

/* success heading color */
span.success { 
  color : #669900; 
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 12px;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #fafafa; 
  background-color : #fafafa; 
  padding : 0 4px 0 4px; 
  color : #fafafa;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #000; 
  background-color : #33CC99; 
  color : #000;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}

/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #669900;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #cc9900;
}

#wrapper {
	width: 55%;
	margin: auto;
	font-size: 12pt;
}
.adsenseborder {
	border: 1px solid #000099;
}