@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #040707;
}
#nav {
	text-align: center;
	height: 24px;
}
#mainContent #contentLeft {
	background-color: #FFFFFF;
	width: 670px;
	border: 3px solid #939598;
	margin-top: 18px;
	margin-left: 11px;
	float: left;
	padding: 15px;
	
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ED1C24;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
#mainContent #contentRight {
	float: right;
	width: 227px;
	margin-top: 18px;
}
.oneColFixCtr #container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtr #mainContent {
}
.submenu {
	background-color: #ED1C24;
	position: absolute;
	z-index: 999;
	top: 193px;
	visibility: hidden;
}
#submenu1 {
	width: 140px;
	left: 187px;
}
#submenu2 {
	width: 157px;
	left: 503px;
}
#submenu3 {
	width: 164px;
	left: 674px;
}
#submenu4 {
	width: 111px;
	left: 845px;
}
#submenu5 {
	width: 180px;
	left: 663px;
}
#submenu6 {
	width: 110px;
	left: 880px;
}
.submenu ul {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.submenu li {
	font-size: 12px;
	list-style-type: none;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 4px;
}
.submenu li a {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu li a:hover {
	color: #000000;
	text-decoration: underline;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.boldGray {
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#contentRight img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

