﻿/* CSS Document */
body {
	background-color: #b2b19e;
	margin-top: 0px;
	behavior: url(/csshover.htc);
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
.style5 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #666666; }
.style7 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #45030F; }
.style8 {
	text-align: left;
}
.style9 {
	text-align: center;
}
.style10 {
	text-align: center;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.style13 {
	font-family: Arial, Helvetica, sans-serif;
}
.style14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.style15 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #45030F;
	text-align: left;
}
.style16 {
	text-align: left;
}
.style17 {
	text-align: right;
}

.styleSpacingB {
	font-size: 12px;
	font-weight:bold;
	color: #45030F;
	line-height:25px;
	}
.styleSpacingL {
	font-size: 12px; 
	color: #45030F;
	padding-left:35px;
	line-height:25px;
	}
.styleSpacingL2 {
	font-size: 12px; 
	color: #45030F;
	padding-left:35px;
	line-height:13px;
	}

/*Links */

a:link {
	color: #000;
	text-decoration:none;
	font-size: 12px;
}
a:visited {
	color: #000;
	text-decoration:none;
	font-size: 12px;
}
a:hover {
	color: #71081b;
	text-decoration:underline;
	font-size: 12px;
}
a:active {
	color: #000;
	text-decoration:none;
	font-size: 12px;
}
a footer:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	font-size: 12px;
}
a.footer:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	font-size: 12px;
}
a.footer:hover {
	color: #71081b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration:underline;
	font-size: 12px;
}
a.footer:active {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration:none;
	font-size: 12px;
}
/*Menu */

.menu a {
	color: #ffffff;
	text-decoration: none;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	width:216px;
	
}
.menu ul li {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	background:#45030F;
	border-bottom:1px;
	position: relative;
	float:left;
	width:100%;
	color: #ffffff;
}
.menu ul li ul li{
	background:#e9e7d8;
	width:290px;
	color:#660033;	
}
.menu ul li ul li a{
	color: maroon;
	font-size: 11px;
	padding: 4px 4px 9px 5px;	
	text-decoration: none;
}

.menu ul li a{
	display:block;
	padding: 2px 0px 5px 0px;
	color: #ffffff;
		text-decoration: none;

}
.menu ul li a:hover {
	color: #ffffff;
	background: transparent url(/images/bgr_menuover.jpg) repeat-x scroll 0 0;
	border-right:0;
	border-left:0;
		text-decoration: none;

}
.menu ul li ul li a:hover{
	background: transparent url(/images/bgr_menuover.jpg) repeat-x scroll 0 0;
	border-left:0;
		text-decoration: none;

}
.menu ul ul {
	position: absolute;
	top: 0;
	display:none;
		text-decoration: none;

}
.menu ul li:hover ul{
	display: block;
	left:216px;
		text-decoration: none;

}