/* CSS Document 

COLORS
Brown - dark: 	#330000 
Brown - light: 	#660000
Beige:			#E7E4DC
*/
#page 
{
	width:				800px;
	height:				100%;
	background-color:	#FFFFFF;
	padding:			0px 10px 10px 10px;
	display:			block;
}
body
{
	margin:				0 0 0 0;
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	font-size:			8.5pt;
	line-height:		13pt;
	color:				#660000;
	background-color:	#FFFFFF;
	text-align:			left;
	/*
	background-image:	url(images/page_bkgrd.jpg);
	background-position:top;
	background-repeat:	repeat-x;	
	*/
}
td
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	font-size:			8.5pt;
	line-height:		13pt;
	color:				#000000;
	text-align:			left;	
}
#large
{
	font-weight:		bold;
	font-size:			12pt;
	line-height:		13pt;
}
input, select, textarea 
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	font-size:			8.5pt;
	color:				#000000;
}
h1, h2, h3, h4 {
	font-family:		Arial, Helvetica, sans-serif,Verdana;	
	margin:				5px 0 5px 0;
}
h1
{
	font-weight:		100;
	font-size:			22pt;
	line-height:		24pt;
	color:				#000000;
	
}
h2
{
	font-weight:		bold;
	font-size:			16pt;
	line-height:		18pt;
	color:				#330000;	
}
h3
{
	font-weight:		bold;
	font-size:			11pt;
	line-height:		12pt;
	color:				#660000;	
	background-color:	#E7E4DC;
	margin-top:			5px;
	width:				100%;
	padding:			5px 0 5px 0;
}
h4
{
	font-weight:		normal;
	font-size:			9pt;
	line-height:		12pt;
	color:				#660000;	
	border-bottom:		1px dotted #660000;
	margin-top:			2px;	
}

a {
	text-decoration: 	underline;
	font-weight: 		bold;
	color:				#660000;
}
a:link {
	color:				#660000; 
}
a:visited {
	color: 				#330000;
}
a:hover, a:active {
	color:				#660000; 
	background-color:	#E7E4DC;
	text-decoration:	none;
}
#quote
{
	color:				#999999;
	font-size:			20px;
	line-height:		22px;
	padding:			20px;
	padding-top:		100px;
	font-style: 		italic;	
}
#copyright
{
	color:				#660000;
	font-size:			10px;	
	border-top:			solid 1px #660000;
	padding:			5px 28px 5px 28px;
}
#copyright a
{
	color:				#660000;
}
#copyright a:visited
{
	color:				#330000;
}
#copyright a:hover 
{
	color:				#FFFFFF;
	background-color:	#660000;

}
#listheader {
	letter-spacing:		1px;
	color:				#660000;
	text-transform:		uppercase;
	font-weight:		bold;
	border-bottom:		1px solid #660000;
	border-top:			1px solid #660000;
	background-color:	#E7E4DC;
}
#content {
	padding:			20px 28px 40px 28px;
}

#menu {
	background-color:	#000000;
	padding:			5px 0 5px 0;
	font-size:			13px;
	font-family:		Arial, Helvetica, sans-serif;	
	text-align:			center;
	font-weight:		bold;
}
#menu a:link {
	text-decoration:	none;
	color:				#FFFFFF;
	background-color:	#000000;
	font-variant:		small-caps;	
	letter-spacing:		1px;	
	margin-right:		9px;
	font-weight:		bold;	
}
#menu a:visited {
	text-decoration:	none;
	color:				#FFFFFF;
	background-color:	#000000;
	font-variant:		small-caps;	
	letter-spacing:		1px;	
	margin-right:		10px;
	font-weight:		bold;	
}
#menu a:active {
	text-decoration:	none;
	color:				#FFFFFF;
	background-color:	#000000;
	font-variant:		small-caps;	
	letter-spacing:		1px;	
	margin-right:		10px;
	font-weight:		bold;	
}
#menu a:hover {	
	color:				#666666;
	font-weight:		bold;
}
#menufooter 
{
	width:				800px;
	height:				50px;
	padding:			10px 10px 10px 10px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	font-size:			10px;
	font-weight:		normal;	
	text-align:			center;	
}
#menufooter a,#menufooter a:link,#menufooter a:visited {
	text-decoration:	none;
	color:				#E7E4DC;
	background-color:	transparent;
	font-weight:		normal;	
	margin-right:		10px;	
}
#menufooter a:hover {
	text-decoration:	underline;
	color:				#FFFFCC;
	background-color:	transparent;
	font-weight:		normal;	
	margin-right:		10px;	
}
#dropmenudiv
{
	position:			absolute;
	border:				1px solid #666666;
	border-bottom-width: 0;
	font-size:			13px;
	font-family:		Arial, Helvetica, sans-serif;	
	font-variant:		small-caps;
	z-index:			100;
	background-color:	#000000;
	filter:				alpha(opacity=80);-moz-opacity:.8;opacity:.8;
	color:				#FFFFFF;	
}

#dropmenudiv a
{
	width: 				100%;
	display: 			block;
	text-indent: 		6px;
	border-bottom: 		1px solid #666666;
	padding: 			1px 0;
	text-decoration: 	none;
	color:				#FFFFFF;
	background-color:	#000000;
	font-size:			13px;
	font-family:		Arial, Helvetica, sans-serif;	
	letter-spacing:		1px;
	font-weight:		bold;
}

#dropmenudiv a:hover
{ 
	color:				#FFFFFF;
	background-color:	#666666;
	font-weight:		bold;	
}
#infobox {
	background-color:	#E7E4DC;
	padding:			20px;
	color:				#660000;
	font-size:			14px;
}
#photo {
	border:				#E7E4DC solid 4px;
}
#btn {
     color: 			#FFFFFF;
     background-color: 	#330000; /* #ff6600;*/
     border-top: 		2px solid #660000; /*#ff7700;*/
     border-right: 		2px solid #000000; /*#ee5500;*/
     border-bottom: 	2px solid #000000; /*#ee5500;*/
     border-left: 		2px solid #660000; /*#ff7700;*/
     margin: 			5px 0 0 0;
     padding: 			1px 2px 1px 2px;
     font-weight: 		normal;
	 font-size:			8.5pt;
}
#label {
	color:				#660000;
	font-weight:		bold;
	padding-left:		15px;
}
#field {
	padding-left:		25px;
}

a.small, a.small:link, a.small:visited {
	color: 				#666666;
	font-size:			8pt;
	font-weight:		normal;
}
a.small:hover, a.small:active {
	color:				#660000; 
	background-color:	#FFFFFF;
}
