﻿
body
{
	
	margin: 0;
    background-color: #c2c4c9;
    background-image: url(../Images/Background.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

.CenterContent
{
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width:100%;
	min-width:870px;
	max-width:960px;
	

}

.Header
{
	width:100%;
    
    float:left;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 11px;
    padding-top: 20px;
    margin-bottom: 30px;
   
}
.Header .Logo
{
    float: left;
}
.Header .Logo img
{
    border: 0 none;
}
.Header .Search
{
    padding-top: 26px;
    float: right;
    width: 290px;

}
.Header .Search .InputBox
{
    background-image: url(../Images/SearchInput.gif);
    background-repeat: no-repeat;
    width: 203px;
    height: 27px;
    padding: 5px 0 0 10px;
    float: left;
   
}
.Header .Search .InputBox input
{
    width: 200px;
    float: left;
    border-width:0px;
}
.Header .Search .SearchButton
{
    float: left;
    cursor: pointer; cursor: hand;
}

.Header a, .Header a:visited, .Header a:active, .Header a:link
{
    text-decoration: underline;
}
.Header .Search .AdvancedSearch
{
    float: left;
}
.Menu
{  
    float:left;
    width: 210px;
    min-height: 300px;
    _height: 300px;
    background-image: url(../Images/MenuBackgroundLine.gif);
    background-repeat: no-repeat;
    background-position: left -10px;
    text-align: right;
}
.Menu .caMenu
{   
    float:right;
}

.Menu .DefaultMenuItemLook
{
	cursor:pointer; cursor:hand;
}

.BodyArea
{
	float:left;
	width:100%;
}


.MenuArea
{
	width: 210px; 
	padding-right:40px;
}

.ContentArea
{
    float: left;
    width:100%;
   


}
.Content
{    
    background-color: White;
    padding-left:40px;
    padding-right:40px;
    padding-top:35px;
    padding-bottom:35px;
   
}
.Content a, .Content a:visited, .Content a:active, .Content a:link
{
    font-weight: bold;
}
.Footer
{
    width: 100%;
    float:left;
    margin: 20px auto;
    text-align: center;
    vertical-align:bottom;
    font-size: 10px;
    color: #464646;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}