/* CSS Document */

body 								{
	background-color: #324600;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Headers */
h1 									{
	margin: 0;
	font-size: 200%;
} 
h2  								{
	color: #666666;
	font-size: 18px;
}
h3									{}
h4									{}
h5									{}

/* Linkage */
a:link 								{}
a:visited 							{}
a:hover								{}
a:focus								{}
a:active							{} 

a.no-hov							{ text-decoration: none !important; background-color: transparent !important; border: 0 !important; }

/* Misc. */
img									{ border: 0; }
acronym 							{ cursor: help; }
.clear								{ clear: both; }
::-moz-selection					{ background: #; color: #; }
::selection							{ background: #; color: #; }

/* Text Styles */

/* Spans */

/* List Styles */
ul.standard							{}
ul.standard li						{}

/* Navigation */
#nav								{}

#nav a:link							{}
#nav a:visited						{}
#nav a:hover						{}
#nav a:focus						{}
#nav a:active						{} 

ul#nav-list							{}
ul#nav-list li						{}

/* Content */
#container							{
	width: 820px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(/assets/images/mid.gif);
}
#content							{
	margin: 0 20px;
	width: 550px;
}

ul.home-list						{ }
ul.home-list li						{
	margin: 4px 0;
	display: block;
	padding: 2px;
	list-style-type: none;
	background-color: #F7FFE1;
	border: 1px solid #324600;
}
ul.home-list li	li					{
	list-style-type: circle;
	border: none;
}
.home-list div 						{ width: 400px; display:block;  } 
.home-list a 						{
	color: #006600;
	font-size: 16px;
	font-weight: bold;
}

/* Footer */
#footer								{
	width: 820px;
	margin: 0 auto;
	background-image: url(/assets/images/footer.gif);
	background-repeat: no-repeat;
}

#footer a:link						{}
#footer a:visited					{}
#footer a:hover						{}
#footer a:focus						{}
#footer a:active					{}

ul#footer-list						{ margin: 0; padding: 0; }
ul#footer-list li					{}

/* Form Styles */
#form								{ width: 200px; margin: 0; }
.row								{ width: 200px; margin: 0 0 4px 0; }
.fieldbox 							{ font-size: 16px; width: 90%; margin: 0; padding: 0; background-repeat: repeat-x; border: solid #B1B1B1 1px; }
.comments							{ font-size: 12px; font-family: Arial, Helvetica, sans-serif; width: 307px; margin: 0 0 0 10px; padding: 0; border: solid #B1B1B1 1px; }
p.message							{ margin: 2px 0 0 3px; font-size: 9px; color: #999; font-family: Arial, Helvetica, sans-serif; }
span.field							{ color: #999 !important; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
#full_name, #email					{ color: #999; }
.submit								{ font-size: 11px; }
