body {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size: 12pt;
	background-color : #ffffff;
	margin: 0px; 
	color: #000000;
	text-align: center;
} 

div#body_section1 {
	text-align: center;
	width: 920px;
	min-width: 920px;
	margin: 0px auto 0px auto;
}
div#body_section2 {
	text-align: left;
	border: solid #ae2112;
	width: 920px;
	min-width: 920px;
	border-width: 3px;
 	margin: 0px auto 0px auto;
}
.header_background {
background-image: url('images/header_repeat1.jpg');
}
.body_background {
background-image: url('images/background_repeat.jpg');
}
.menu_background {
background-image: url('images/menu_repeat.jpg');
}
footer_background {
background-image: url('images/footer_repeat.jpg');
}

h1 {
 	font-size: 18pt;
 	color: #ae2112;
	margin: 15px 0px 0px 0px ;
}
h2 {
 	font-size: 16pt;
 	color: #ae2112;
	margin: 15px 0px 0px 0px ;
} 
h3 {
 	font-size: 14pt;
 	color: #ae2112;
	margin: 15px 0px 0px 0px ;
}
h4 {
 	font-size: 12pt;
 	color: #ae2112;
}

div#sidebar {
 	font-size: 12pt;
	margin: 10px 0px 10px 10px ;
	width: 180px;
	color: #990000;
	line-height: 1.6;
	}
div#sidebar a {
 	font-family:  Papyrus, Arial, Helvetica, sans-serif;
	color: #990000;
}

div#sidebar_links {
	margin: 5px;
}
div#sidebar_links a {color: #ae2112;}


div#footer {
	margin: 15px;
 	font-size: 11pt;
	color: #ffffff;
}
div#footer a {color: #ffffff;}

div#footer2 {
	margin: 8px;
 	font-size: 9pt;
	color: #cccccc;
}
div#footer2 a {color: #cccccc;}

div#footer3 {
	margin: 6px;
 	font-size: 8pt;
	color: #666666;
}
div#footer3 a {color: #666666};

a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}

/* top  navigation...................................*/
#nav, #nav ul  {
	float: left;
	background: #ae2112;
	list-style: none;
	line-height: 1.25em;
	font-weight: bold;
	padding: 0;
	border: solid #2f613b;
	border-width: 0px 0;
	margin: 0 0 1em 0;
 	font-size: 11pt;
	text-align: left;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.8em;
	w\idth: 11.8em;
	font-weight: normal;
	margin: 0;
}

#nav li li {
	background: #fefeef;
	padding-right: 1em;
	width: 14.8em;
	w\idth: 11.8em;
	border: 1px solid #ae2112;
}

#nav li ul a {
	line-height : 1.25em;
	color: #000000;
	text-decoration: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #f4e7a1;
}
