body 
{
    background-color: white;
    color: black;
    font-family: 'Arial', serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.Header
{
    background-color: white;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    height: 325px;
    width: 900px;    
}

.MainBlock
{
    display: inline-block;
    background-color: #FFCC99;
    width: 900px;      
}

.MainMenu
{
    display: inline-block;
    background-color: White;
    width: 900px;      
}

.MainText
{
    display: inline-block;
    text-align: left;
    background-color: #CC9933;
    width: 880px;      
    height: auto;
    margin-right:10px;
    margin-left: 10px;
}

.Columns
{
    display: inline-block;
    text-align: left;
    background-color: #FFCC99;
    width: 880px;      
    height: auto;
    padding-bottom: 20px;

}

.LeftColumn
{
    display: inline-block;
    float: left;
    background-color: #EEBB88;
    height: 40px;
    width: 400px;      
    min-height: 200px;     
    height: auto; 
    margin: 14px 0px 14px 14px;
    padding: 10px 10px 10px 10px;
}

.RightColumn
{
    display: inline-block;
    float: right;
    background-color: #EEBB88;
    height: 40px;
    width: 400px;      
    min-height: 200px;
    height: auto;
    margin: 14px 14px 14px 0px;
    padding: 10px 10px 10px 10px;
}

.Bottom
{   
    display: inline-block;
    margin: 12px 12px 12px 12px;
}

.Footer
{
    display: inline-block;
    background-color:White;
    background-image: url(../images/footer.jpg); 
    background-repeat: no-repeat;
    width: 900px;
    height: 100px;
    margin-top: 30px;
}

h1
{
    color: #FFAA00;
    font-size: x-large;
    margin: 10px 10px 30px 10px;
}

h1 a
{
    text-decoration: none;
    color: #FFAA00;
    
}
h1 a:hover
{
    color: #996600;
}

h2
{
    color: white;
    font-size: x-large;
    margin: 20px 10px 20px 10px;
}

h3
{
    color: #333333;
    margin: 10px 10px 10px 10px;
}

h4
{
    color: white;
    margin: 8px 10px 8px 10px;
}

h4 a
{
    text-decoration: none;
    color: white;
    
}
h4 a:hover
{
    color: #FFCCAA;
}

h5{
	color: #335;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 16px;
	padding-top:12px;
	margin-bottom:0px;
}		
h6{
	color: #533;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	line-height: 14px;
	margin-top:6px;
	padding-left:12px;
	margin-bottom:0px;
}
.h7{
	display: inline;
	color: #553333;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 14px;
	margin-top:6px;
	padding-left:12px;
	margin-bottom:0px;
	float: left;
}
.h8{
	display: inline;
	color: #553333;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 14px;
	margin-top:6px;
	padding-left:12px;
	margin-bottom:0px;
	padding-bottom:0px;
	float: right;
}
.h9{
	display: block;
	color: #777777;
	font-size: 12px;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	line-height: 14px;
	margin-top:22px;
	padding-left:12px;
	margin-bottom:0px;
	float: none;
}		
a {
	text-decoration: none;
	color: #000071;
	font: bold;
}
p {
	padding-left: 12px;
	margin-top: 8px;
	padding-bottom: 12px;
	margin-bottom: 0px;				
}

ul {
	padding-left: 34px;
	margin-top: 8px;
	padding-bottom: 12px;
	margin-bottom: 0px;						
}	