/* CSS Document */

html{font-family:Geneva, Arial, Helvetica, sans-serif; font-size:100%}

body{font-size:80%}

h1{font-size:150%; font-weight:bold; color:#006600; background-color:#FFF;}
h2{font-size:110%; font-weight:bold; color:#006600; background-color:#FFF;}

img{border:none;}

a:link{text-decoration:none; color:#000;}
a:visited{text-decoration:none; color:#000;}
a:hover{text-decoration:underline; color:#000;}
a:active{text-decoration:none; color:#000;}


/* DIVS */

#wrapper{width:760px; margin-left:auto; margin-right:auto;}

#header{
height:60px;
width:500px;
color:#FFF;
font-size:300%;
font-weight:bold;
background-color:#006600;
padding: 35px 0 10px 0;
float:left;
}

#mainimage{
width:100%;
height:auto;
clear:none;
}

#date{
height:60px;
padding: 20px 0 25px 0;
color:#FFF;
background-color:#006600;
font-size:100%;
text-align:right;
width:260px;
float:left;
}

#frontcontent{
width:410px;
height:auto;
padding:25px;
float:left;
}

#imageright300{
width:280px;
height:auto;
margin: 0 0 10px 10px;
padding:25px 0 0 0;
float:left;
}

#footer{
width:760px;
text-align:center;
font-size:90%;
clear:both;
padding:20px 0 0 0;
border-top:1px;
border-top-color:#006600;
border-top-style:solid;
}

/* NAVIGATION */

#nav1, #nav5{
width:100px; 
float:left;
padding:6px 2px 6px 2px; 
text-align:center;
font-weight:700; 
color:#FFFF99; 
background-color:#006600; 
border-right:1px;
border-right-style:solid;
border-right-color:#FFF;
clear:none;}

#nav2, #nav3{
width:155px; 
float:left;
padding:6px 2px 6px 2px; 
text-align:center;
font-weight:700; 
color:#FFFF99; 
background-color:#006600; 
border-right:1px;
border-right-style:solid;
border-right-color:#FFF;
clear:none;}

#nav4{
width:225px; 
float:left;
padding:6px 2px 6px 2px; 
text-align:center;
font-weight:700; 
color:#FFFF99; 
background-color:#006600; 
border-right:1px;
border-right-style:solid;
border-right-color:#FFF;
clear:none;}

.tablenavnews{
text-align:center;
font-weight:700; 
color:#FFFF99; 
background-color:#006600; 
border-right:1px;
border-right-style:solid;
border-right-color:#FFF;}
.tablenavnews a:link{color:#FFF; background-color:#006600; text-decoration:none;}
.tablenavnews a:visited{color:#FFF; background-color:#006600; text-decoration:none;}
.tablenavnews a:hover{color:#FFF; background-color:#006600; text-decoration:underline;}
.tablenavnews a:active{color:#FFF; background-color:#006600; text-decoration:none;}

/* Classes */

p a:link{text-decoration:underline; color:#000;}
p a:visited{text-decoration:underline; color:#000;}
p a:hover{text-decoration:underline; color:#000;}
p a:active{text-decoration:none; color:#000;}

.bold{font-weight:bold;}