html, body
{ 
	min-height: 100%;
	height:100%;
    text-align: center; 
    background-color: #C0C0C0;
    overflow: auto;
}
div, p
{
	text-align: left;
}
#container
{
	text-align: left;
    width: 1000px;
    position: relative;
    margin: 0 auto;
    background: #BCC7DC; /*#B0C0D0;*/
    display: table;
    border-left: 1px solid #D0E0FF;
    border-right: 1px solid #708090;
}
#top_container
{
	background: url(/img/website_top.png);
	height: 220px;
    width: 1000px;
    color: white;
	text-align:right;
}
#top_content
{
	color: #97A6BD;
    height: 100%;
    padding: 5px;
	text-align:right;
    vertical-align: middle;
}
#top_content a:link, #top_content a:active, #top_content a:visited, #top_content a:hover
{
	font-size: 11px;
	color: #97A6BD;
    text-decoration: none;
}
#top_content a:hover
{
    text-decoration: underline;
}
#main_container
{
	float: left;
    width: 1000px;
    background-color: #FFFFFF;
}
#left_container
{
    width: 227px;
    height: 100%;
    position: relative;
    float: left;
}
#middle_container
{
	height: auto !important;
	min-height: 700px;
    height: 100%;
    width: 772px;
    bottom: 0px;
    margin-left: 227px;
    background: #FFFFFF;
    position: relative;
    border-left: 1px solid #708090;   
}
.main_content
{
	padding: 5px;
}
#footer
{
	clear: both;
    background: #394151;
    height: 30px;
}
#footer_left
{
	background: #31394A;
    float: left;
    width: 227px;
    height: 30px;
    border-right: 1px solid #2C3240;
}
.left_menu, .left_menu li, .left_menu li a
{
	width: auto !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.left_menu li a
{
    background: #C2CFE2; /*#DFE4EB; /*#B0C0D4; /*#AFBFCF; /*#394151; /*#657B9B; /*#586677; */
    margin-top: 5px;
    padding: 5px;
    display: block;
    border-bottom: 1px solid #A0B0C0; /*#C0D0F8;*/
    border-top: 1px solid #A0B0C0; /*#405060;*/
		font-size: 14px;
}
.left_menu li a:link, .left_menu li a:visited, .left_menu li a:active, .left_menu li a:hover
{
	color: #000000;
    text-decoration: none;
	font-size: 14px;
}
.left_menu li a:hover
{
/*    text-decoration: underline;*/
    background: #DFE4EB; /*#BCCADF; /*#758BAB;*/
}
.left_menu li a img
{
	border: 0;
}
.right_block
{
	float: right;
    border: 1px solid #DFE4EB;
    width: 230px;
    font-size: 12px;
}
.right_block_head
{
	width: 100%;
    background: #5E779A;
    color: white;
}
.right_block_head div
{
	padding: 5px;
}
.right_block_content
{
	width: 100%;
}
.right_block_content div
{
    padding: 5px;
}