* { 
padding : 0;
margin : 0;
} 
body { 
font-family : Arial, Helvetica, sans-serif;
color : #757575;
font-size : 12px;
} 
#wrapper { 
width : 560px;
margin : 0 auto;
} 

blockquote { 
font-family : serif;
padding-top : 10px;
padding-left : 15px;
padding-bottom : 10px;
padding-right : 15px;
/*background-color : #dcdcdc;*/
background: url(images/bg_blockquote.jpg);
} 
#header { 
margin : 5px 5px 0 5px;
height : 200px;
padding : 0px;
background-color : #fff;
background-image : url(images/head.jpg);
background-repeat : no-repeat;
} 
#header h1 { 
font-size : 1.4em;
font-style : normal;
padding-left : 5px;
padding-top : 5px;
color : #dee066;
} 
#header a { 
color : #50ff2e;
text-decoration : none;
font-size : 11px;
padding-left : 5px;
}
#header_logo { 
margin : 0px 5px 5px 5px;
height : 130px;
padding : 0px;
background-color : #fff;
background-repeat : no-repeat;
} 
#navbar { 
margin : 0 5px 0 5px;
padding : 0px;
background-color : #d3e1f6;
border-top : 1px solid #ccc;
} 
#menu { 
margin-top : 0px;
font-size : 12px;
width : 99%;
height : 32px;
background-color : #d3e1f6;
text-align : center;
text-transform : uppercase;
} 
#menu UL { 
padding-right : 0;
padding-left : 0;
padding-bottom : 0;
margin : 0;
padding-top : 10px;
} 
#menu UL LI { 
padding-right : 6px;
display : inline;
padding-left : 6px;
padding-bottom : 0;
margin : 0;
padding-top : 0;
list-style-type : none;
} 
#menu UL LI A { 
color: #3366CC;
} 
#menu UL LI A:hover { 
border-top-width : 0;
border-left-width : 0;
border-bottom-width : 0;
color: #993300;
border-right-width : 0;
} 
#maintextcolumn { 
margin : 0 5px 5px 5px;
display : inline;
padding : 5px;
width : 96.5%;
float : left;
min-height : 300px;
background-color : #ffffff;
background-image : url(images/bg.jpg);
background-repeat : repeat-x;
border-top : 1px solid #ccc;
text-align : justify;
} 
* html #centercolumn { 
height : 300px;
} 
#maintextcolumn h1 { 
font-size : 1.5em;
text-decoration : none;
padding-top : 5px;
padding-bottom : 10px;
color: #0066CC;
} 
#maintextcolumn h2 { 
font-size : 1.3em;
text-decoration : none;
padding-top : 20px;
padding-bottom : 5px;
color : #0066CC;
} 
#maintextcolumn a { 
color: #003399;
/*background-color: #FFFFFF;*/
padding-left : 3px;
padding-right : 3px;
} 
#footer { 
background-color : #fff;
margin : 0 5px 5px 5px;
display : inline;
color: #003366;
float : left;
width : 98%;
height : 58px;
background-image : url(images/footer.jpg);
background-repeat : no-repeat;
padding-left : 3px;
text-align : center;
padding-top : 15px;
} 
#footer a { 
font-size : 11px;
color : #003366;
} 
