* {margin: 0 auto;
padding: 0;}

body 
{
margin-top:30px;
}

#container 
{
width:1000px;
background-image: url(images/bg_tile.png);
background-repeat: repeat-y;
}

#header
{
background-image: url(images/bg_top.png);
width:1000px;
height:53px;
}

#leftheader
{
    float:left;    
    width:200px;
    height:30px;
    margin-left:48px;
    margin-top:20px;    
    font-family:"Trebuchet MS";
    font-size:17px;
    color:#26100b;
}

#rightheader
{
float:right;
width:112px;
height:30px;
margin-right:40px;
margin-top:20px;
}

.subscribe
{
    margin-top:-20px;
    margin-left:32px;
    font-style:italic;
    font-weight:500;
    font-family:Georgia;
}

#topmenu 
{
margin-left:178px;
width: 770px;
height:29px;
}

#leftColumn 
{
float:left;
width: 170px;
margin:15px 0 0 24px;
}

#address 
{
width:98px;	
background-color: #fff;
margin-top: 30px;
margin-bottom: 0px;
margin-left:15px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom:15px;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;	
}

#address p
{
font-family:Verdana, sans-serif; 
text-align:center;
font-style:normal;	
font-size:11px;
color:#CC3300; 
line-height:1.6em;
}

#content
{
width:749px;
margin-left:225px;
}

#content p 
{
margin-left:0px; 
margin-bottom:0px; 
margin-right:20px; 
padding-bottom:10px; 
padding-top:10px; 
font-family:Verdana, sans-serif; 
color:#000000; 
font-size:0.8em;
line-height:1.45em;
text-align: justify;
}

#content p span
{
font-size:1em;
letter-spacing:0.2em;
font-family:Arial;
font-weight:600;
}

#content td 
{
margin-left:0px; 
margin-bottom:0px; 
font-family:Verdana, sans-serif; 
color:#000000; 
font-size:0.8em;
text-align: justify;
}


.newsimages
{
float:right;
padding:0 0 8px 8px;
}

/*Small headline*/
h3{
font-family: "Gill Sans", Verdana;
font-size: 10px;
line-height: 10px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
color:#006600;
}

h3 span { color: #CC3300; } /* Orange for the span in h3 */


/* Large Headline */
h2{
font-family: times, "Times New Roman", times-roman, georgia, serif;
color: #444;
margin: 0;
padding: 0px 0px 0px 0px;
font-size: 22px;
line-height: 15px;
letter-spacing: 1px;
font-weight: bold;
}

#footer
{
clear: both;
background-image: url(images/bg_bottom.png);
height: 50px;
}

#footer p
{
text-align:center;  padding-top:30px; font-family:"trebuchet ms", sans-serif; color:#666; font-size:0.8em;
}

a:link {color: #006600; text-decoration:none;}
a:visited {color: #006600; text-decoration:none;}
a:hover {color: #006600; text-decoration:none;}
a:active {color: #006600; text-decoration:none;}

img{ border:none;}

ul.leftmenu 
{    
list-style: none; 
margin: 10; 
padding:0; 
width:110px; 
}

ul.leftmenu a, ul.leftmenu a:visited, ul.leftmenu a:active {
text-decoration:none; 
display:block; 
width:110px; 
text-indent:5px; 
padding:5px 0 5px 0;
background:#f1edec; 
color:#666; 
border-bottom:1px solid #ccc; 
font-family: Verdana,Arial,sans-serif; 
font-size: 12px;
}
ul.leftmenu a:hover {
background:#fff; 
}


