* { padding: 0; margin: 0; border: 0; }

html
{ 
    height: 100%;
    width: 100% !important;
    min-width: 1000px;
    border: 0px solid green;
}


body, html
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

body
{
    min-width: 1000px;
    border: 0px solid red;
}
body { min-height: 100%; height: auto !important; height: 100%; position: relative; }

/*---------------Footer classes------------------------------*/

div.footer
{
    background-image: url('/images/footer_bg.jpg');
    background-position: bottom left;
    background-repeat: repeat-x;

    height: 237px;
    
    position: absolute;
    bottom: 0px;
    
    width: 100%;
    clear: both;
}

div.footer .footer_text
{
    float: left;
    margin-top: 176px;
    margin-left: 0px;
    
    color: #c2c0c0;
    text-align: justify;
    font-family: verdana;
    font-size: 11px;
}

div.shturval
{
    background: url('/images/shturval.png') no-repeat;   
    background-image: expression('none');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shturval.png', sizingMethod='crop');
    
    width: 232px;
    height: 237px;
    
    float: right;
}

/*-----------Main menu classes----------------------------*/

div.menu
{
    width: 180px;
    position: relative;
    z-index: 3;
}

div.top_corner
{
    background: url('/images/menu_top_corner.gif') right top no-repeat;   
    border-left:solid white 1px;
  
    height: 10px;
  	width:100%;  
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  
    font-size: 1px;
}

div.menu_items
{
    background: url('/images/menu_bg.gif') top right;
    border-left:solid white 1px;
	border-right:solid white 1px;    
    margin: 0 0 0 0;
	white-space: nowrap;

    width: 179px;
    text-align: left;
}

div.menu_items a
{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;

    color: #1e4782;
    text-decoration: none;
    
    padding: 0 0 0 0;
    margin-top: 0px;
    
    padding-left: 12px;
}
div.menu_items a:hover
{
    text-decoration: underline;
}

div.white_line
{
    padding: 0px 0px 0px 0px;
    
    height: 1px;
    
    border-top: 1px solid #ffffff;
    
    font-size: 0px;
    line-height: 0px;
    
    margin: 5px 0px 5px 13px;
}

div.bottom_corner
{
    background: url('/images/menu_bottom_corner.gif') right top no-repeat;
  border-left:solid white 1px;  
    height: 11px;
     font-size: 1px;   
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


/*---------------------Content setup classes------------------*/

.content
{
    color: #c2c0c0;
    text-align: justify;
    font-family: verdana;
    font-size: 11px;
    width: 100%;
    
    padding-bottom: 200px;
}

.content h1, content h2
{
    margin-top: 0px;
    margin-bottom: 30px;
    
    font-size: 20px;
    color: #ffffff;
    font-weight: lighter;
    text-align: left; 
}

.content h2
{
    margin-top: 20px;
    margin-bottom: 5px;
    
    font-size: 14px;
    color: #ffffff;
}

.content p
{
    margin-bottom: 10px;
}

.content a
{
    color: #ffffff;
    font-weight : bold; 
}

.content table.content_tbl
{
    color: #c2c0c0;
    text-align: justify;
    font-family: verdana;
    font-size: 12px;
    width: 100%;
}
 
.content table.content_tbl th
{
    background-color: #1571a7;
    padding: 8px 20px 8px 13px; 
}

.content table.content_tbl td, .content table.content_tbl td.top
{
    border-bottom: 1px solid #1571a7;
    padding: 5px 20px 5px 13px;
}

.content table.content_tbl td.top
{
    padding-top: 18px;
}

.content div.img_container
{
    float: right;
    margin-left: 20px;
    padding: 0px 0px 0px 0px;
}

.content div.img_container img
{
    border: 1px solid #c2c0c0;
    margin: 0px 0px 10px 0px;
}

div.spacer
{
    width: 100%;
    clear: both;
    
}

textarea
{
    border: 1px solid #c2c0c0;
    margin-bottom: 10px;
    width: 100%;
}

form
{
    margin-bottom: 20px;
}

div.counters
{
    padding-top: 174px;
    padding-left: 60px;
    float: left;
}

input.submit
{
    cursor: pointer;
}
div.menu_items  A.active{
	font-weight:700;
	color:#FF0000;
}