/************************** GENERAL *********************/
html {
/*	background-color: #AAB9D1; */
	background-color: #FFFFFF;
}

body {
	font-size: 9pt;
	font-family: helvetica, sans-serif, lucida grande, tahoma;
}

body, html {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	text-align: center;
	color: #391D09;
	line-height: 1.8;
}

a, a:link {
	text-decoration: none;
/*	color: #B9D7D4;
	float: left;	*/
	display: inline;
}
a.cms {
	color: black;
	float: left;
	display: inline;
}
a.cms:hover {
	color: black;
	float: left;
	display: inline;
	color: red;
}

a.roundButton, a.roundButton:hover {
	float: left;
	display: inline;
	background: url(images/circle.jpg);
	background-repeat: no-repeat;
	width: 17px;
	color: #FFFFFF;
	height: 19px;
	text-align: center;
	margin: 0 7px 7px 0;
}



a:hover {
	text-decoration: none;
/*	color: #616262;
	float: right; */
	display: inline;
}



p { line-height: 1.5; color: #36608C; }

ul, li {
	margin: 0px 0 3px 0;
}

img { border:0; }

div#wrapper {
	height:auto !important;
	min-height: 600px;
	height: 600px;
	width: 700px;
	text-align:left;
	margin:0 auto 10px auto;
	background-color: white;
}

div#mainpage {
	height:auto !important;
	min-height: 600px;
	height: 600px;
	width: 700px;
	float: left;
	display: inline;
	text-align: left;
	margin: 0px 0px 10px 0px;
	background-color: white;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
}

div#infoBar {
	float: left;
	display: inline;
	width: 700px;
	height: 66px;
	margin-top: 42px;
}
div#leftSpacer {
	float: left;
	display: inline;
	width: 15px;
	height: 65px;
	background-color: #A8AE89;
}
img#thumbHolder {
	float: left;
	display: inline;
	margin-left: 4px;
}
div#pageTitle {
	float: left;
	display: inline;
	width: 408px;
	height:auto !important;
	min-height: 65px;
	height: 65px;
	background-color: #B0BAB9;
	margin-left: 4px;
}
div#title {
	float: left;
	display: inline;
	margin: 20px 0 0 16px;
	color: white;
	font-size: 10pt;
}
/***************************** USED ON SUB-PAGES ***************************/

div#leftcolumn {
	float: left;
	display: inline;
	width: 230px;
	height:auto !important;
	min-height: 200px;
	height: 200px;
	text-align: right;
	margin: 26px 0 0 22px;
	color: #B9D7D4;
	font-weight: bold;
}
div#menuOn {
	float: right;
	display: inline;
	width: 100%;
	margin-bottom: 26px;
	line-height: 1.0;
}
div#menuTextOn {
	float: right;
	display: inline;
	width: 200px;
	color: #616262;
	line-height: 1.0;
}
div#menu {
	float: right;
	display: inline;
	width: 100%;
	margin-bottom: 26px;
	line-height: 1.0;
}

div#rightcolumn {
	float: left;
	display: inline;
	width: 380px;
	height:auto !important;
	min-height: 200px;
	height: 200px;
	text-align: left;
	margin: 16px 0px 0 18px;
	padding: 6px 0 20px 35px;
	border-left: 1px solid #3F3F3F;
	color: #737474;
	font-size: 8pt;
}

div#roundButton {
	float: left;
	display: inline;
	background: url(images/circle.jpg);
	background-repeat: no-repeat;
	width: 17px;
	color: #FFFFFF;
	height: 19px;
	text-align: center;
	margin: 0 7px 7px 0;
}
/****************** FOOTER ****************************/
div#footer {
	float: left;
	display: inline;
	width: 700px;
	margin: 25px 0 0 0px;
	color: #666666;
}
div#footertext {
	float: left;
	display: inline;
	height: 22px;
	border-right: 1px solid #666666;
	padding: 1px 4px 0 3px;
}
/*********************************************/
