* { 
padding : 0;
margin : 0;
} 
body { 
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
font-color : #000000;
}  
 
#wrapper { 
margin : 15px auto 0 auto;
width : 794px;
} 
#leftcolumn { 
color : #333;
margin : 0px;
padding : 0px;
height : 100%;
width : 158px;
float : left;
} 
.logo { 
background-image : url(../images/LeftSideBanner.png);
width : 148px;
height : 411px;
background-repeat : no-repeat;
margin-left : 0px;
margin-top : 7px;
} 

#bottomleft { 
width: 148px;
height: 250px;
background-color: #c9bA93;
}
.EmailNewsletter {
width: 100px;
height: 20px;
margin-left: 24px;
position:relative;
top: 25px;
border-style:dashed;
border-width:2px;;
background-color: #10497c;
font-color: #c9ba93;
}
 
#rightcolumn { 
float : left;
color : #666;
margin : 5px 0 5px 0;
height : 100%;
width : 556px;
display : inline;
position : relative;
background-color : #FFFFFF;
padding-top : 2px;
padding-left : 5px;
padding-bottom : 10px;
padding-right : 10px;
}

#menu {
width: 100%;
background: #FFFFFF;
float: left;
padding-top: 2px;
}
#menu ul {
text-align: center;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
float: left;
}
#menu ul li {
display:inline;
padding: 10.5px;
}
#menu ul li a{
display:inline;
color: #000000;
font-size: 10px;
text-decoration: none;
}
#menu ul li a:hover{
color: #000000;
}

.FlashBanner {
height:400px;
background-image: url(../images/FlashHolder.png);
background-repeat: no-repeat;
}

.ContentText{
padding-top:45px;
}
#footer { 
background-color : #10497c;
display : inline;
float : left;
width : 100%;
text-align : center;
padding-top : 0px;
padding-bottom : 10px;
} 
#footer p { 
padding-top: 10px;
color : #FFFFFF;
font-size: 10px;
} 
#footer a { 
color : #FFFFFF;
font-size: 10px;
} 
