@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	}
	
#contentArea p {
	font-size:12px;
	margin:0 0 10px 0;
	}
	
#contentArea ul {
	font-size:12px;
	margin:0 0 10px 0;
	}
	
#contentArea h1 {
	color:#b00000;
	font-size:24px;
	margin:0 0 10px 0;
	}
	
#contentArea h2 {
	color:#b00000;
	font-size:20px;
	margin:10px 0 10px 0;
	}
	
#contentArea h3 {
	color:#b00000;
	font-size:16px;
	margin:10px 0 10px 0;
	}

	
#contentArea a, #contentArea a:visited {
	color:#b00000;
	text-decoration:underline;
	}
	
#contentArea a:hover {
	color:#b00000;
	text-decoration:none;
	}
	
ul#topNav {
	float: left;
	height: 22px;
	overflow: hidden;
	margin: 0;
	display: block;
	background: url(../images/liTopNav.png) no-repeat right;
	padding:0;
}
ul#topNav li {
	display: block;
	float: left;
	height: 22px;
	background: url(../images/liTopNav.png) left no-repeat;
	padding:0;
}
ul#topNav li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 20px;
	text-align: center;
	font-size: 12px;
	padding: 4px 4px 2px;
	color: #000;
}
ul#topNav li a:hover, ul#topNav li a.active {
	color:#fff;
	background: url(../images/liTopNav.png) repeat-x;
}
	
ul#nav {
	float: left;
	height: 33px;
	overflow: hidden;
	margin: 0;
	display: block;
	background: url(../images/liMainNav.png) no-repeat right;
	padding: 0;
}
ul#nav li {
	display: block;
	float: left;
	height: 33px;
	background: url(../images/liMainNav.png) left no-repeat;
	padding: 0;
}
ul#nav li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 20px;
	text-align: center;
	font-size: 13px;
	padding: 10px 24px 10px;
	color: #FFFFFF;
}
ul#nav li a:hover, ul#nav li a.active {
	color:#f2ab00;
}
	
ul#footMenu {
	float: left;
	width: 930px;
	display: inline;
	list-style-type: none;
	margin: 0;
}
ul#footMenu li{
	border-right: 1px solid #fff;
	float:left;
	height: 16px;
}
ul#footMenu li.last {
	border-right: none;
}
ul#footMenu a{
	display: block;
	font-size: 11px;
	padding: 2px 6px;
	margin: 0;
	color: #fff;
	float: left;
	text-decoration: none;
	height: 12px;
	line-height: normal;
}
ul#footMenu a:hover {
	color: #b00000;
	background: #fff;
}
ul#footMenu li.copy{
	float: right;
	margin:0;
	border-right:none;
}

ul#footMenu2 {
	float: left;
	width: 930px;
	display: inline;
	list-style-type: none;
	margin: 5px 0 0 0;
}
ul#footMenu2 li{
	border: none;
	float:left;
	height: 16px;
}
ul#footMenu2 a{
	display: block;
	font-size: 11px;
	padding: 2px 6px;
	margin: 0;
	color: #fff;
	float: left;
	text-decoration: none;
	height: 12px;
	line-height: normal;
}
ul#footMenu2 a:hover {
	color: #b00000;
	background: #fff;
}
