BODY { background: url(images/lightgrey01.jpg); font-family:arial, sans-serif, font-size:10pt; }

span.navbar {position:relative; top:-3; left:0; margin:0; padding:0; }

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}



p.menuside {
	font-family:arial, sans-serif;
	font-size:9pt;
}


p.side {
	font-family:arial, sans-serif;
	font-size:9pt;
}


p.quote {
	font-family:arial, sans-serif;
	font-size:10pt;
	font-style:italic;
	font-weight:Bold;
	color:#999999;
}


td { font-family:arial, sans-serif; font-size:8pt; }

a:link {color: Blue; text-decoration: none}
a:visited {color: #0033FF; text-decoration: none}
a:hover {color: #FF3300; text-decoration:underline}
a:active {color: #FF3300; text-decoration:underline}

H1 { font-family:arial, sans-serif; font-size:12pt; }

H2 { font-family:arial, sans-serif; font-size:11pt; }

H3 { font-family:arial, sans-serif; font-size:10pt; }

H4 { font-family:arial, sans-serif; font-size:9pt; font-weight:Bold; }

LI {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

span.highlight {background-color:yellow; }




table.navigbar {margin:0; padding:0;}

table.optin { border-style:dashed; border-color:#000000;
		border-top-width:2pt;
		border-bottom-width:2pt;
		border-left-width:2pt;
		border-right-width:2pt; } 
#searchbox {
	margin-bottom: -50px;
	position: relative;
	left: 400px;
	top: -50px;
	right: 0px;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: -10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

#container { 
	width: 725px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} .featurebox {
	width: 300px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
.gbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 150px;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	text-align: center;
	left: 15px;
	position: relative;
}
