body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #FFFFD9;
}
#wrapper {
	text-align: left;
	width: 760px;
	padding: 122px 0 0 0;
	background: url(images/header_image.jpg) no-repeat left top;
	border: 2px solid #722100;
	margin: 10px auto 0px;
}
#content {
	width: 550px;
	float: right;
	padding: 20px 10px 0 0;
	margin-top: 40px;
	}
#content a:link, #content a:visited, #content a:active {
color:#660000;
text-decoration:none;
	border-bottom: 1px dashed #660033;
}

#content a:hover {
	color:#000000;
	background:#91CAF7; 
	text-decoration:none;	
	border-top: 1px dashed #660033;
	border-right: 1px none #660033;
	border-bottom: 1px dashed #660033;
	border-left: 1px none #660033;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #960018;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}
#content img {
	float:right;
	margin: 0px 0px 10px 10px;
	border: 2px solid #74A7E9;
}

#content li {
	font-size:70%;
	line-height:1.2em;
	}

#navigation {
	float: left;
	width: 180px;
	margin-top: -6px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #ED9F9F;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 10px 5px 10px 0.5em;
	border-left: 12px solid #6EB0EA;
	border-right: 1px solid #722100;
	background-color: #960018;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #6294DB;
	color: #FFFFFF;
	border-left-color: #960018;
}
#nav2 a:link, #nav2 a:visited {
	padding: 0;
	border:none;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
	background: #FFFFD9;
	color:#333333;
	font-size:0.7em;
}
#nav2 a:hover  {
text-decoration:underline;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #722100;
	width: 168px;
}
#navigation .subnav a:link, #navigation ul.subnav a:visited {
	background-color: #ED9F9F;
	color: #722100;
}
#nav2 {
	float: left;
	width: 180px;
	padding: 0;
	margin: 0;
	background: #FFFFD9;
}
#nav2 img {
	border-bottom: 3px solid #FFFFD9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#footer {
	clear: both; 
	margin:0;
	padding: 10px ;
	font-size: 70%;
	color: #333;
	background-color: transparent;
	text-align: right;
	text-decoration:none;
	border-top : 1px solid #722100;
}

#footer a {	color : #000; text-decoration:none;}

#footer a:link, #footer a:visited{ border-bottom:  1px dotted #000;}
#footer a:active { border-bottom:  1px solid #000;}
#footer a:hover { border-bottom: 1px solid #000;}

/*   ***** WEBUSEFUL styles *****   */

span.webu, span.webu-r {
font-size: 0.9em;
font-variant:small-caps;
font-weight:bold;
text-decoration:none;
}

span.webu { color:#111; }
span.webu-r {color:red;}

#content ol li {
	margin : 1em;
	}
	
/*Styles for the form on Contact.htm*/	
fieldset {
		color : black;
		border: 1px solid black;
		background-color: white;
		margin: 0 20px; 
		}
	
	label {
		line-height: normal;
		text-align: right;
		font-size: 9pt;	
		margin-right: 10px;
		margin-top: 10px;
		width: 100px;
		display : block;		
		float : left;  
		}
		
	input.formInput, textarea.formInput {
		border : 1px solid black;
		background-color : 	#ffffd9;
		margin-right: 10px;
		margin-top : 10px;
		padding: 2px;
		font-size: 9pt;		
		}	