/*-----------------------------------------------------
	html body
-----------------------------------------------------*/

body {
	text-align: center;
	background-color: #D1D2C8;
}

/*-----------------------------------------------------
	container
-----------------------------------------------------*/

div#container {
	text-align: left;
	width: 766px;
	margin: 0 auto;
	background-color: #BCBDAE;
	padding-bottom: 3px;
} 

/*-----------------------------------------------------
	header
-----------------------------------------------------*/

div#header {
	height: 150px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #357EA1;
	background-image: url(../images/header_background.jpg);
	position: relative;
} 

div#logo {
	position: absolute;
	top: 20px;
	left: 25px;
	height: 50px;
	width: 710px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFDEC4;
}

div#title {
	position: absolute;
	top: 46px;
	left: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EBEADA;
}

div#mainMenu {
	position: absolute;
	top: 85px;
	right: 25px;
	color: #C6C595;
	text-align: right;
}

div#mainMenu td {
	text-align: right;
	color: #C6C595;
}

div#subMenu {
	position: absolute;
	top: 105px;
	left: 358px;
	color: #C6C595;
	background-color: #265A80;
	padding: 2px;
}

div.hMenu a {
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

div.hMenu a:hover {
	color: #FFCC00;
}

div.hMenu a#active_menu {
	color: #FFCC00;
}


/*-----------------------------------------------------
	body
-----------------------------------------------------*/

div#body {
	margin-left: 3px;
	margin-right: 3px;
	background-color: #F5F5EB;
} 

/*-----------------------------------------------------
	2 columns with non floated content
-----------------------------------------------------*/

div#body div#content {
	width: 560px;
	float: left;
	background-color: #fff;
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px");
}

div#body div#contentInner {
	margin: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#body div#rightColumn {
	margin-left: 560px;
	margin-right: 0px;
	padding: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
}

/*-----------------------------------------------------
	right column content
-----------------------------------------------------*/

div#rightColumn .moduletable {
	width: 100%;
}

div#rightColumn .moduletable th,
div#rightColumn div.rightHeader {
	color: #5C5B4B;
	font-weight: bold;
	border-bottom: 1px solid #BABBAE;
	padding-bottom: 6px;
	text-align: left;
	padding-top: 20px;
}

div#rightColumn div.rightHeader {
	margin-bottom: 10px;
}

div#rightColumn ul li {
	background-image: none;
	padding-left: 0px;
}

div#rightColumn ul li a {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	margin-bottom: 0px;
	color: #5C5B4B;
	display: block;
}

div#rightColumn ul li a:hover {
	background-position: 0px -88px;
	color: #000;
}

/*-----------------------------------------------------
	right column: login
-----------------------------------------------------*/

div.login {
	margin-top: 10px;
}

table.loginTable td {
	height: 25px;
	vertical-align: top;
}

/*-----------------------------------------------------
	footer
-----------------------------------------------------*/

div#footer {
	margin-left: 3px;
	margin-right: 3px;
	background-color: #5C5B4B;
	text-align: right;
	padding: 3px;
	padding-right: 10px;
	padding-top: 2px;
	color: #fff;
} 

div#footer a {
	color: #fff;
	/*color: #E7E6D1;*/
}

div#footer a:hover {
	color: #fff;
} 