@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	margin:7px 7px 0 7px;
	padding:0;
	background:#f4f2f2;
	font-family: Arial, Helvetica, sans-serif;
}
#level0 {
	background:#CC3333;
	width:773px;
	text-align:left;
	border:0;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#level1 {
	padding-left:0px;
	background:#FFF;
}
#level2 {
	padding-left:0px;
	background-color: #FFF;
}
.small {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.heading1 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.topleft {
	font-size: 0.7em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}


/* Sucker Fish */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	vertical-align: middle;
}

#nav a {
	display: block;
	width: 7em;
	text-align: center;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}

#subnav a {
	display: block;
	width: 8.5em;
	text-align: center;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	margin: 0 auto;
	font-size: 0.7em;
}

#subnav li {
	display: block;
	width: 8.5em;
	text-align: center;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CD3333;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 15px;
}


#nav li { /* all list items */
	float: left;
	width: 8.5em; /* width needed or else Opera goes nuts */
	vertical-align: middle;
}

#nav li ul { /* second-level lists */
	position: absolute;
	color:black;
	width: 8.5em;
	left: -999em;
	/*	padding: 5px; */
	background-color: white;
	background-position: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD3333;
	border-right-color: #CD3333;
	border-bottom-color: #CD3333;
	border-left-color: #CD3333;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #000000;
}

#content {
	width: 8.5em;
	clear: left;
	color: #ccc;
}

.menu-cell {
	vertical-align: middle;
}
#nav-area {
	height: 21px;
	background:#CC3333;
	padding-left:125px;
	vertical-align:middle;
	padding-top: 5px;
}
#flash-box {
	width: 253px;
	height:200px;
	float:left;
	background-color: #666666;
}
#content-area {
	min-height:200px;
	background:white;
	float: right;
	width:505px;
	padding-left:15px;
	color:#666666;
}
#content-area ul{
	padding-top:5px;
	padding-bottom:5px;
	margin: 0px;
}

#content-area p {
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	font-size:0.7em;
}
#content-area h1 {
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	font-size:0.7em;
	font-weight:1000;
}
#content-area li {
	padding-top:2px;
	padding-bottom:0px;
	margin:0;
	font-size:0.7em;
}
