
/* Begin: #baseLayout
 */

html, body, #baseLayout
{
	width: 100%;
	height: 100%;
	min-height: 100%;
}

html > body, html > body #baseLayout
{
	height: auto;
}

html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	overflow: auto;
}

img
{
	border: 0px;
}

#baseLayout
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	min-width: 900px;
	
	font-family: sans-serif, serif, arial;
}

#baseLayout #topSection
{
	margin-bottom: 135px;
	height: auto;
	overflow: auto;
}

#topSection #headerContainer
{
	width: 100%;
	height: 130px;
}

#headerContainer img
{
	border: 0px;
}

#headerContainer #header
{
	margin-left: auto;
	margin-right: auto;
	
	width: 830px;
	height: 100px;
}

#header .imageContainer
{
	float: right;
	margin-top: 5px;
}

#header #logo
{
	margin-top: 10px;
}

#headerContainer #menu
{
	margin-left: auto;
	margin-right: auto;
	
	height: 20px;
}

#menu .ln
{
	width: 100px;
	text-align: center;
}

#topSection #contentContainer
{
	width: 100%;
	overflow: auto;
}

#contentContainer #contentLayout
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	width: 825px;
}

#contentLayout #contentSpace
{
	width: 650px;
}

#contentSpace #textContainer
{
	margin-top: 15px;
	margin-left: 55px;
	margin-right: 55px;
	margin-bottom: 10px;
	
	color: #fff;
}

#textContainer h1, #textContainer h2, #textContainer h3,
#textContainer h4, #textContainer h5, #textContainer h6
{
	font-size: 14px;
}

#textContainer p, #textContainer ul, #textContainer ol
{
	font-size: 12px;
}

#contentLayout #highlightSpace
{
	padding-left: 5px;
	
	width: 170px;
}

#baseLayout #bottomSection
{
	position: absolute;
	bottom: 0px;
	
	width: 100%;
	height: 135px;
}

#bottomSection .notice
{
	margin-top: 110px;
	
	color: #fff;
	
	text-align: center;
	
	font-size: 10px;
	font-family: sans-serif, serif, arial;
}

#textContainer a, .notice a
{
	color: #fff;
	text-decoration: underline;
}

#textContainer a:hover, .notice a:hover
{
	color: #fff;
	text-decoration: underline;
}

.imageContainer
{
	margin-bottom: 5px;
	
	font-size: 0px;
}

.imageContainer .borderCell
{
	background-color: #fff;
}

.imageContainer .textSpace
{
	background-color: #540000;
}

.imageContainer .textSpace a
{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.textSpace p, .textSpace ul, .textSpace ol
{
	margin: 5px 10px 5px 10px;
	
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

/* End: #baseLayout
 */



