﻿*
{
	margin:0px;
	padding:0px;	
	font-size:14px;
    font-family: "Open Sans", Verdana;
}
html,body
{	
    height:100%;
      background-image:url(../images/bg.jpg);
      background-repeat:repeat;
}
.header_container
{   
    background-color:#fff;    
    width:100%;
    border-bottom:1px solid #eaeaea;    
    -webkit-box-shadow: 0px 0px 8px 2px #b3b3b3;
    -moz-box-shadow: 0px 0px 8px 2px #b3b3b3;
    box-shadow: 0px 0px 8px 2px #b3b3b3;   
}
.headerContainer
{
    padding:30px;
}
.headerContainer a img{border:none;}
.outer
{
    width:100%;     
     background-image:url(../images/lc.png);
    background-repeat:repeat-y;
    height:100%;
}
.outer_container
{
	width:100%;     
}
.outer_container a
{
    color:#000;
}
.clear
{
	font-size: 1px;
	height:1px;
	overflow:hidden;
	clear:both;    
}
.LeftColumn
{
    float:left;
    padding:40px 20px 20px 20px;
    width:300px;
    line-height:21px;
}
.LeftColumn b
{
    font-weight:600;
}
.RightColumn
{
    float:left;
    padding: 82px 20px 20px 80px;
}
.RightColumn a 
{
    text-decoration:none;
    color:#000;
    display:block;
    margin-bottom:20px;
    padding-left:30px;
    background-image:url(../images/dw.png);
    background-repeat:no-repeat;
    background-position:left center;
    line-height:21px;
    font-weight:600;
}
.RightColumn a:hover, .outer_container a:hover
{
    color:#636262;
}
h1{

font-size:19px;
font-weight:600;
}
h2{

font-size:15px;
font-weight:600;
}
