

HTML,
BODY {
	background-color: #FFFFFF;
	border: 0;
	height: 100%; /* needed for container min-height */
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

A,
A:visited {
	color: #19598A;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A IMG {
	border: none;
}

FORM {
	margin: 0;
	padding: 0;
}

H1 {
	font-size: 1.2em;
	font-weight: bold;
}

H2 {
	font-size: 1.1em;
	font-weight: bold;
}

P {
	margin: 0 0 12px;
	padding: 0;
}

.clear {
	clear: both;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

DIV#wrapper {
	background: url('../images/wrapper-bg.gif') repeat-y;
	background-position: top center;
	position: relative; /* needed for footer positioning*/
	margin: 10px auto 20px; /* center, not in IE5 */
	padding: 0;
	text-align: center;
	width: 802px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

DIV#header {
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

DIV#header IMG.banner {
	width: 0 auto;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

DIV#menu {
	background: url('../images/menu-bg.gif') no-repeat;
	height: 40px;
	margin: 0 9px 0 10px;
	overflow: visible;
	padding: 0;
	width: 783px;
}

DIV#menu UL.main,
DIV#menu UL.sub {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

DIV#menu UL.main LI,
DIV#menu UL.sub LI {
	float: left;
}

DIV#menu UL.main {
	color: #000000;
	height: 30px;
	line-height: 30px;
	padding-left: 14px;
	position: relative;
	text-transform: uppercase;
}

DIV#menu UL.main LI {
	padding: 0 14px;
}

DIV#menu UL.main LI.first {
}

DIV#menu UL.main LI.last {
}

DIV#menu UL.main LI.current {
	background: url('../images/menu-current-bg.gif') repeat-x;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

DIV#menu UL.main LI A,
DIV#menu UL.main LI A:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

DIV#menu UL.main LI A:hover {
/*	text-decoration: none; */
}

DIV#menu UL.sub {
	color: #FFFFFF;
	height: auto;
	left: 10px;
	line-height: 1em;
	position: absolute;
	padding: 6px 0 0;
	text-transform: none;
	top: 30px;
}

DIV#menu UL.sub LI {
	background: none !important;
	border-left: 1px solid #FFFFFF;
	margin: 0;
	padding: 0 8px;
}

DIV#menu UL.sub LI.title {
	border: 0;
	color: #CCCCCC;
	font-weight: bold;
}

DIV#menu UL.sub LI.first {
	border-left: 0 !important;
}

DIV#menu UL.sub LI.last {
}

DIV#menu UL.sub LI.current {
	border-left: 1px solid #FFFFFF;
	font-weight: bold;
}

DIV#menu UL.sub LI A,
DIV#menu UL.sub LI A:visited {
	color: #FFFFFF;
	font-weight: normal;
}

DIV#menu UL.sub LI.current A {
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

DIV#content-container {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	clear: both;
	margin: 18px 21px 30px 24px;
	padding: 6px;
	text-align: left;
}

DIV#left-column-ad {
	float: left;
	width: 244px;
}

DIV#left-column-ad IMG {
	border: 1px solid #CCCCCC;
}

DIV#content-container DIV.content {
	border: 1px solid #999999;
	padding: 8px;
}

DIV#content-container DIV.ad-blocks {
	margin-top: 20px;
	text-align: center;
}

DIV#content-container DIV.ad-blocks IMG {
	margin: 0 auto;
}

DIV#content-container DIV.ad-blocks IMG.left {
	float: left;
}

DIV#content-container DIV.ad-blocks IMG.right {
	float: right;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

DIV#footer {
	background: url('../images/footer-bg.gif') 0 100% no-repeat;
	clear: both;
	margin: 0 9px 0 10px;
	padding-bottom: 17px;
}

DIV#footer HR {
	margin: 0;
	margin: 0px 12px 0px 14px;
}

DIV#footer DIV.content {
	background-color: #FFFFFF;
	color: #F03E23;
	clear: both;
	font-weight: bold;
	margin: 14px 12px 0px 14px;
	padding: 12px 5px 5px;
	text-align: left;
}

DIV#footer DIV.content .small {
	color: #888888;
	float: right;
	font-size: 0.8em;
	font-weight: normal;
}

DIV#by_summit {
	background-color: #FFFFFF;
	text-align: right;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

DL.form {
}

DL.form DT {
	font-weight: bold;
}

DL.form DD {
	margin: 2px 0 14px 14px;
	padding: 0;
}

