/* CSS Document */
html, body
{
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	background-image: url(images/backgroundrepeat.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #FFFFFF;
	text-align: center;
}

.left
{
	float: left;
}

img 
{
	border: none;
}


#main_page
{
	float: none; 
	text-align: center; 
	margin: 0 auto -39px; 
	width: 955px; 
	height:auto !important; 
	height: 100%; 
	min-height:100%;
}

#container
{
	margin:0 auto -39px;
	width:955px;
	height: auto !important;
	min-height: 100%;
	float:left;
	overflow:auto;
	
}

*html div #container
{
	height:95%;
}

/* HEADER */

#header
{
	width:955px;
	height:232px;
	/*background-image: url(images/header.jpg);
	background-repeat: no-repeat;*/
	overflow:hidden;
	float: left;
}


/* MAIN CONTENT AREAS - LEFT MENU AND RIGHT CONTENT */

#menu_1 
{
	color:#2c5c74;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.7em;
	font-weight: bold;
	padding-top: 20px;
	padding-left:16px;
	padding-right:7px;
	text-align:right;
	text-decoration:none;
	width: 189px;
	float: none;
}

#menu_1 a:hover 
{
	color:#2c5c74;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
}
#menu_1 a, a:active, a:visited 
{
	color:#2c5c74;
	text-decoration:none;
}

#menublock 
{
	display:block;
	float:left;
	min-height:100%;
	text-align:right;
	text-decoration:none;
	width:189px;
	margin-top: -2px;
	height: 330px;
}

#rightblock
{
	width: 172px;
	min-height: 100%;
	height: 300px;
	text-align: center;
	text-decoration: none;
	margin-top: -2px;
	float: left;
}

#left_section_header
{
	height:53px;
	overflow: auto;
	background-image: url(images/left_section_header_background.jpg); 
	background-repeat: no-repeat; 
	background-color: #e6e2d4;
	width: 189px;
	text-align: right;
}

#right_section_header
{
	height:53px;
	overflow: auto;
	background-image: url(images/right_section_header_background.jpg); 
	background-repeat: no-repeat; 
	background-color: #e6e2d4;
	width: 172px;
}

#left_menu
{
	background-image: url(images/left_menu_background.jpg); 
	background-repeat: no-repeat;
	overflow: auto;
	margin-top: 4px;
	min-height: 273px;
	height: 100%;
	width: 189px;
	vertical-align: top;
}

#right_menu
{
	background-image: url(images/left_menu_background.jpg); 
	background-repeat: no-repeat;
	overflow: auto;
	margin-top: 4px;
	min-height: 273px;
	width: 172px;
	height: 100%;
	vertical-align: top;
	text-align: center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
}	

hr
{
	float: left;
}

#menu1
{
	width: 100%;
	vertical-align: top;
}

#content
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	padding-left: 10px;
	padding-bottom: 50px;
	padding-top: 10px;
	overflow: auto;
	height: auto;
	min-height: 100%;
	color: #5b5b5b;
	vertical-align: top;
	display: block;
	text-align: left;
}

*html #content
{
	padding-bottom: 90px;
	padding-top: 20px;
}

#contenttext 
{
	display:inline;
	float:left;
	height:auto;
	min-height:100%;
	width:591px;
	overflow: auto;
	vertical-align: top;
}

h1
{
	color: #296394;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 28pt;
	font-weight: bold;	
	padding-bottom: 0px;
	margin: 0px;
}

h2
{
	color: #296394;
	padding-bottom: 0px;
	padding-right: 7px;
	margin: 0px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
	text-align:right;
}

/* FOOTER */

.push
{
	height: 39px;
}

#footer
{
	width: 100%;
	height: 39px;
	overflow:hidden;
	float:left;
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
}




