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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #e5e6e2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul {
	margin:0 0 0 15px;
	padding:0;
}
#shell {
	width:750px;
	margin: 0 auto 50px auto;
}
#content {
	background:#FFFFFF;
	padding: 50px 25px;
	border-bottom: 10px solid #4D4948;
	clear:both;
}
#header {
	background:url(images/header.jpg) no-repeat;
	height:97px;
	width:750px;
	text-indent: -99999px;
	overflow: hidden;
}
#headDisplay {
	height:182px;
	width:750px;
}
#menu2 {
	background:url(images/button_bg.jpg) repeat-x;
	height:99px;
	overflow:hidden;
	clear:both;
}
a:link {
	color: #DA251D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #E95B54;
}
a:hover {
	text-decoration: none;
	color: #4D4948;
}
a:active {
	text-decoration: underline;
	color: #DA251D;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 17px;
	color: #72706F;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #666666;
	margin:0;
	padding:0;
}
.description {
	margin:0;
	padding:0;
	margin-bottom:12px;
}
#twoColA {
	width: 200px;
	border-right: 2px solid #4D4948;
	padding-right: 15px;
	float:left;
}
#twoColB {
	width:458px;
	padding-left: 25px;
	float:left;
}
#twoColC {
	width: 458px;
	border-right: 2px solid #4D4948;
	padding-right: 15px;
	float:left;
}
#twoColD {
	width: 200px;
	padding-left: 25px;
	float:left;
}
#twoColE {
	width: 200px;
	padding-right: 15px;
	float:left;
}
#twoColF {
	width:485px;
	float:left;
}
.testBy {
	font-style:italic;
}
label {
	display:block;
	width:75px;
	text-align:right;
	float:left;
}
input, textarea, select {
	float:left;
	margin-left:15px;
}
form p {
	clear:both;
	padding:10px;
}
/* MAIN NAVIGATION */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	float:right;
}
.menu li{
	float:left;
	position:relative;
	z-index:100;
}
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:17px;
}
.menu a, .menu a:visited{
	display:block;
	width:104px;
	height:13px;
	font-size:14px;
	padding:10px 10px;
	color:#FFFFFF;
	background: #4D4948;
	text-decoration:none;
	text-align:left;
	border-right: 1px solid #FFFFFF;
}
.menu ul li ul li a, .menu ul li ul li a:visited{
	width:99px;
	height:100%;
	display:block;
	font-size:12px;
	color: #CCCCCC;
	background:#4D4948;
	border: none;
	text-align: left;
	margin-left: 0px;
	padding-left: 15px;
}
.menu a:hover, .menu ul li ul li a:hover {
	color:#FFFFFF;
	background:#DA251D;
}
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:125px;
	height:0;
}
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
.menu a.last {
	width:105px;
	border:none;
}
/* END NAVIGATION */

/* Buttons Nav */
#buttons {
	margin:0;
	padding:0;
	list-style:none;
	font-family:"Arial Narrow", Arial, Helvetica;
}
#buttons li {
	margin: 0;
	padding: 0;
	float:left;
}
#buttons a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background:url(images/button_up.jpg) no-repeat;
	width:225px;
	height:76px;
	margin-left: 5px;
	padding-top: 25px;
	padding-left: 15px;
}
#buttons a:hover {
	background:url(images/button_over.jpg) no-repeat;
}
.line1 {
	font-size:25px;
	line-height:24px;
	font-weight:bold;
}
.line2 {
	font-size: 14px;
	line-height:10px;
}

