/* Presentation Stylesheet */ 

body, html, p, div {
	font-family: verdana, helvetica, sans-serif;
}
p, td, div, ul, li {
	font-size: 11px;
	line-height: 17px;
}

dt { margin-top: 1em; font-weight: bold; }
dd { margin:0; padding:0;}
#sidebar dd { margin-left: 1em; }

h1, h2, h3, h4, h5 { margin-top: 2em; }
h1, h2, h3 { color: #94A1E2; }
h4, h5, h6 { color: #9FAF58; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h5 { font-size: 12px; }

a, a:link, a:visited {
	color: #88993d;
}
a:hover, a:active {
	color: #94a1e2;
}
img, a img {
	border: none;
}

#email_privacy {
	color: #999;
	font-size: 85%;
}

#footer {
	border-top: 2px solid #bfc7ee;
	color: #999;
}
p.nopad {
	margin: 0;
	padding: 0;
}
td table {
	margin-bottom: 2em;
}
td.contrast {
	background-color: #eee;
	height: 50px;
}
form#regform td{
	height: 50px;
}
input.textbox, input.button, textarea, select.textbox, select.menu    {
	font-size: 11px; 
	font-family: verdana, arial, sans-serif;
 }
input.textbox, textarea, select.textbox, select.menu    {
	border-style:solid;
	border-color: #94A1E2;
	background-color: #FFF; 
	color: #000;
}
input.button     { 
	font-weight: bold;	
	background-color: #94A1E2; 
	color: #fff;
	border-style : outset;
}
select, optgroup, option { 
	font-size: 11px; 
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFF; color: #000;
}
select, optgroup {
	border-color: #94A1E2; border-style:solid;
}
option {
	border: none;
}