/* 
Generic 
*/
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	color: White;   
    text-align: center;
    background-color: #C1C2C7;
}

A:LINK, A:ACTIVE, A:VISITED
{
	color: #68A6E3;
	background-color: inherit;
}
A:HOVER
{
	text-decoration: none;
}
table
{
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	color: White;      
}
h4
{
    color: #A2B53F;
    font-size: 16px;
    margin-top: 0px;
    padding-top: 0px;
}
h4 A:LINK, h4 A:VISITED, h4 A:ACTIVE
{
    color: #99cc00;
}
h4 A:HOVER
{
    text-decoration: none;
}
h5
{
    color: #5F6B76;
    font-size: 14px;
    margin-top:28px;
    margin-left: 10px;
}
h6
{
    color:#A2B53F;
    font-size: 14px;
    font-weight: bold;
    
}
h6 A:LINK, h6 A:VISITED, h6 A:ACTIVE
{
    color:#A2B53F;
    text-decoration: underline;
}
h6 A:HOVER
{
    text-decoration: none;
}
select
{
    color:#4D7296;
    font-size: 10px;
    width: 110px;
}
input
{
    color: White;
    font-size: 10px;
    background-color:#4D7296;
}

#container
{
    width: 770px;
    margin:0 auto;
    left:50%;    
    position: absolute;
    margin-left:-385px;  
    vertical-align: top;
    background-color: #5F6B76;   
    padding: 0px;
    border: 0px;   
}

/*
Header Styles and Content
*/

.common_header
{
    border: 0px;
    padding: 0px;

}
.common_pre_title
{
    height: 26px;
    background-color: #00145E;
    color: #97C6F5;
    border: 0px;
    border-top: solid 1px #5F6B76;
    padding: 2px 0px 0px 0px;
}
.common_title
{
    height: 120px;
    border-bottom: solid 3px #7583B8;
    border-top: solid 3px #7583B8;
    padding: 0px;
}
.sidebar_top
{
    height: 45px;
    border-bottom: solid 1px white;
    background-color: #5F6B76;
    vertical-align: bottom;
}
.sidebar
{
    
    vertical-align: top;
    width: 173px;
    color: #4E7296;
    font-size: 12px;
}
.sidebar_back
{
    vertical-align:top;
    background-color:#EAEBED;
    background-image: url(../images/sidebar_background.gif);
    background-position: 0px 45px;
    background-repeat: repeat-x;
    
}
.sidebar_block
{
    margin-top: 24px;
    margin-left: 6px;
    margin-right: 13px;
    margin-bottom: 20px;
    width: 80%;
}
.sidebar_element
{
    background-color: Transparent;
    padding-left: 28px;
    padding-top: 8px;
    padding-bottom: 6px;
    border-top: solid 1px #C5C9D4;
    color: #01155E;
}
.sidebar_element A:LINK, .sidebar_element A:VISITED, .sidebar_element A:ACTIVE
{
    color: #01155E;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
}
.sidebar_element A:HOVER
{
    text-decoration: underline;
}

.sidebar_element_news
{
    background-color: Transparent;
    padding-left: 28px;
    padding-top: 8px;
    padding-bottom: 6px;
    border-top: solid 1px #C5C9D4;
    color: #01155E;
}
.sidebar_element_news A:LINK, .sidebar_element_news A:VISITED, .sidebar_element_news A:ACTIVE
{
    color: #01155E;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
}
.sidebar_element_news A:HOVER
{
    text-decoration: underline;
}

.common_content
{
    width: 597px;
}
.content
{
    padding: 28px;
    font-size: 12px;
    
}
.common_body
{
    vertical-align: top;

}
.project_title
{
    font-size: 16px;
    color: #90C8F8;
}
/*
Navigation Styles
*/   
.ontop_topmenu
{
    padding-top:18px;
    background-color:#00145E;
    border-top: solid 1px black;
    height:45px;
    width:100%
} 
.common_topmenu
{
    border-bottom: solid 1px #e4e4e7;
    background-color: #00145E;
    width: 100%;  
    height: 26px;
    
}
.top_menu_cell
{
    border-left: solid 1px #8F98B8;
    text-align: center;
}
.top_menu_cell A:ACTIVE, .top_menu_cell A:LINK, .top_menu_cell A:VISITED 
{
    color: White;
    text-decoration: none;
}



/*
Footer Styles
*/
.common_footer
{
    background-color: #00145E;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.common_footer A:LINK, .common_footer A:VISITED, .common_footer A:ACTIVE
{
}
.common_footer A:HOVER
{
}

/*
Contact Page
*/
.contact_form
{
    font-size: 12px;
}

.contact_form input
{
    background-color: #e9e9eb;
    border-width: 1px;
    color: #011460;
}
.contact_form textarea
{
    background-color: #e9e9eb;
    border-width: 1px;
    color: #011460;
    font-size: 12px;
    font-family: Arial;
    width: 230px;
}

/*
List in any page
*/
.appart_block
{
    width: 100%;
    border-bottom: dashed 1px #818B94;
    padding-bottom: 9px;
    margin-top: 10px;
    vertical-align: top;
    font-size: 12px;
    font-family: Arial;
}
.appart_block A:LINK, .appart_block A:VISITED, .appart_block A:ACTIVE
{
    text-decoration: none;
}
.appart_block A:HOVER
{
    text-decoration: underline;
}
.appart_cell
{
    vertical-align: top;
}

.appart_cell b
{
    color: #69A5E3;
    font-weight: bold;
}

.appart_cell ul
{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.butt
{

    float: left;
    margin-right: 5px;
    background-image: url(../images/butt_back.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 19px;
    font-size: 11px;
    padding-top: 2px;
}
.butt A:LINK, .butt A:ACTIVE, .butt A:VISITED
{
    color: White;
    text-decoration: none;
    
}
.butt A:HOVER
{
    font-weight: bold;
    text-decoration: none;
}

.FooterCreater
{
    font-size: 10px;
    color: White;
    margin-bottom: 10px;
}
.FooterCreater A:LINK, .FooterCreater A:ACTIVE, .FooterCreater A:VISITED
{
    color: White;
}
.FooterCreater A:HOVER
{
}