@charset "utf-8";
/* CSS Document */

body { font-size: .95em; /* this ses the font size for the all tags on the page.  Use ems to increase or decrease font size */
	/*font-size: .8em;   if this is set in % (100% is the browser default font size) or in em units (1 em = default size, .8 em is about 11px) the user will be able to change Text Size under the View menu. Setting a pixle size will prevent it */
	font-family: Georgia, "Times New Roman", Times, serif;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../graphics/bg_main.gif);
	margin:0;
	padding:0;
}
/* ********* Set Defaults to Zero ******* */
html, form {
	margin: 0;
	padding: 0; 
	border: 0;
}

/* Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
	margin: 0;
	padding: 0;
}
/* set global paragraph margin */
p { margin:0 0 15px 0;}
/* Apply left margin only to the few elements that need it: */
dd, blockquote { margin-left: 1em; }
li { margin-left: 2.5em; }

input, textarea, select { background-color:#E8F1BB;}

hr { color:#E8F1BB; background-color:#E8F1BB; height:1px;}

table { border-collapse: collapse; }

a:link {color: #FFF;	text-decoration: underline;}
a:visited {color: #FFF; text-decoration: underline;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #FFF; text-decoration: underline;}



input, select, textarea { font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

/*  NOTE - the percentages below will scale off of the font size set in the body selector style above */
/* Header tag styles */
h1 { font-size:160%;color:#5DAE81;}
h2 { font-size:140%;color:#5DAE81;}
h3 { font-size:120%;color:#5DAE81;}

/* for form validation  */
.required { font-weight:bold; color:#fff;}
.alert { font-weight:bold; color:#D8E484;}
/* page classes */
.fineprint { font-size:80%;}
.mediumprint { font-size:85%;}

/* Home styles */

#home-left p { 
	color:#fffaea;
	margin:30px;
} 

#footer {
	background:#FFFFFF; 
	height:50px;
	width:700px;	
	clear:both; 
	border-top:2px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#9B8F76;
	padding-top:10px;
}

#footer a:link{
	color:#9B8F76;
	text-decoration:none;
}
#footer a:visited{
	color:#9B8F76;
	text-decoration:none;
}
#footer a:hover{
	color:#709302;
	text-decoration:none;
}
#footer a:active{
	color:#9B8F76;
	text-decoration:none;
}
