BODY {
	background: url('../images/layout/body-bg.gif');
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

A, A:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

P {
	margin: 12px 0px;
}

H1 {
/*	border-left: 8px solid #666666;
*/	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 18px;
	padding-left: 10px;
}

H2 {
/*	border-left: 8px solid #666666;
*/	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 6px;
	padding-left: 10px;
}

H3 {
/*	border-left: 8px solid #666666;
*/	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 4px;
	padding-left: 10px;
}

/* --------------------------------------------------------------------- */

#header {
	background: url('../images/layout/header.gif') no-repeat bottom;
	height: 103px;
	margin: 0px auto;
	overflow: visible;
	padding-top: 11px;
	text-align: left;
	width: 760px;
}

#header #logo {
	float: left;
	margin: 0px;
}

#main-home-link {
	color: #999999;
	float: right;
	margin-top: -8px;
	z-index: 100;
}

#header #menu {
	float: right;
	font-weight: bold;
	margin: 45px 14px 0px 0px;
	_margin-right: 10px; /* IE always likes to do things differently */
	padding: 0px;
	text-align: center;
	width: 526px;
	_width: 520px;  /* IE always likes to do things differently: it seems LI padding/margin affects this, annoying! */
}

#header #menu UL {
	margin: 0px auto;
	padding: 0px;
}

#header #menu UL LI {
	background: url('../images/layout/menu-separator.gif') no-repeat;
	display: block;
	color: #333333;
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 12px; /* the bg is 4px wide */
}

#header #menu UL LI.first {
	background: none;
	padding: 0px;
}

#header #menu UL LI.last {
	margin: 0px;
}

#header #menu UL LI A {
	color: #333333;
}

#header #menu UL LI A:hover {
	color: #000000;
}

#header #menu UL LI.current A {
	color: #FF0000;
	text-decoration: underline;
}

#header #menu UL#main-menu {
	width: 100%;
}

#header #menu UL#sub-menu {
	border-top: 1px solid #333333;
	float: right;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 6px;
	padding: 6px 8px 0px 40px;
	text-align: right;
}

#header #menu UL#sub-menu LI.current A {
	text-decoration: none;
}

/* --------------------------------------------------------------------- */

#content {
	background: url('../images/layout/container-bg.gif') repeat-y;
	margin: 0px auto;
	padding: 0px 25px 10px 15px;
	text-align: left;
	width: 720px; /* IE may need 760px */
	_width: 760px;
}

/* --------------------------------------------------------------------- */

.one-column {
}

.two-columns-left {
	float: left;
	padding: 6px;
	width: 48%;
}

.two-columns-right {
	float: right;
	padding: 6px;
	width: 48%;
}

/* --------------------------------------------------------------------- */

#footer {
	background: url('../images/layout/footer.gif') no-repeat top left;
	color: #999999;
	font-size: 10px;
	height: 20px;
	margin: 0px auto 10px;
	padding: 26px 20px 0px;
	text-align: right;
	width: 720px; /* IE may need 760px */
	_width: 760px;
}

#footer A {
	color: #CCCCCC;
}

/* --------------------------------------------------------------------- */

#related-links {
	background-color: #999999;
	border: 1px solid #333333;
	float: right;
	margin: 4px 0px 8px 8px;
	padding: 6px;
	width: 140px;
}

#related-links H1 {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 12px;
	padding-left: 6px;
}

#related-links B {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin-top: 8px;
}

#related-links UL {
	list-style-type: none;
	margin: 4px 0px 0px 12px;
	padding: 0px;
}

#related-links A {
	color: #CC0000;
	font-weight: normal;
}

/* --------------------------------------------------------------------- */

.clear {
	clear: both;
}

#bannerads {
	clear: both;
	margin: 20px auto 0px;
	text-align: center;
}

#bannerads IMG {
	margin: 0px 9px;
}

/* --------------------------------------------------------------------- */

DIV.home .two-columns-left {
	padding: 0px;
}

DIV.home .two-columns-right {
	background-color: #CCCCCC;
	border: 1px solid #333333;
}

/* --------------------------------------------------------------------- */

.body {
	color: #000000;
}

.body TR {
	color #FFFFFF;
}

/* --------------------------------------------------------------------- */

A#letrabb {
	color: #666666;
	float: left;
	font-weight: normal;
}

