html, body
{
    margin: 0px;
    padding: 0px;
    font: 12px Arial;
    color: black;     
}
a
{
    cursor: pointer;
    text-decoration: none;
    color: #0066cc;
}
a img 
{
	border:0px;
}
img
{
	margin: 0px; 
	padding: 0px;
}
.clear
{
    font: 9px Arial;
    clear: both;
}
input[type=submit], input[type=reset], input[type=button]
{
    cursor: pointer;
} 


.left_blue_block
{
	padding: 20px;
	margin-left: 75px;
	margin-top: 10px;
	margin-right: 10px;
	background: #2e86df;
}
.left_blue_block a
{
	color: white;
	text-decoration: underline;
}

.page
{
    width: 1200px;
    margin: 0 auto;
}

.subheader
{
    height: 43px;
    background: #2e86df;
    margin-bottom: 15px;
}
.logo
{
    float: left;
    width: 222px;
}
.menu
{
    float: right;
    padding-right: 25px;
}
.menu_item, .menu_delimiter
{
    float: right;
    margin-top: 12px;
}
.menu_item
{
    height: 45px;
}
.menu_item a
{
    color: white;
    font: bold 13px Arial;
}
.menu_delimiter
{
    width: 37px;
    text-align: center;
    margin-top: 14px;
}
.submenu
{
    position: absolute;
    background: #d0e8ff;
    display: none;
    width: 215px;
}
.submenu_item, .submenu_item_selected
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;    
}
div.submenu_item:hover
{
    background: #afd9ff;
}
.submenu_item_selected
{
    background: #afd9ff;
}
.submenu_item a
{
    color: black;
    font-weight: bold;
}

.left_content
{
    float: left;
    width: 315px;
}
.right_content
{
    float: right;
    width: 860px; 
    padding-right: 25px;
}
.right_content .header
{
    padding-left: 35px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #d1ebff;
    font-weight: bold;  
}
.blue_block
{
    padding: 35px;
	padding-top: 20px;
    background: #eaf4fe;
    border: 1px solid #c3e0fe;
    margin-top: 30px;
    margin-bottom: 30px;
}
.text_block
{
    padding-left: 35px;
}
.news_block
{
    margin-bottom: 30px;
}
.blue_button
{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #2e86df;
    color: white;
    font-weight: bold;
    float: right;
}

.footer
{
    margin-top: 65px;
    border-top: 1px solid #d6d6d8;
    padding-top: 18px;
    padding-bottom: 45px;
}
.footer_left, .footer_right
{
    color: #666666;
    float: left;
    width: 400px;
    margin-left: 25px;
}
.footer_right
{
    float: right;
    width: 400px;
    margin-right: 25px;
    text-align: right;
}
.footer a
{
    color: #666666;
    text-decoration: underline;
}
