body {
margin: 0px;
padding: 0px;
background-color: #484848;
background: url(images/bkg2.jpg) repeat;
}
#frame {
margin: 0px auto;
padding: 0px;
width: 900px;
background: url(images/bkg.jpg) repeat-y;
}
#header {
width: 100%;
height: 408px;
background: url(images/header.jpg) no-repeat;
}
#navigation {
width: 403px;
background: url(images/navigation.jpg) no-repeat;
float: left;
}
#content{
width: 497px;
float: right;
background:  url(images/content.jpg) no-repeat;
}
#footer {
width: 100%;
height: 126px;
clear: both;
background: url(images/footer.jpg) no-repeat;
}

/*-----CONTENT------*/

p{
text-align: justify;
color: #594c46;
font-family: arial;
font-size: 12px;
padding-left: 20px;
}

.content{
margin-left: 5px;
margin-right: 15px;
padding-top: 5px;
background: url(images/side.jpg) no-repeat;
}

.title{
color: #a00f12;
font-family: arial;
font-size: 30px;
padding-left: 20px;
}
.subtitle{
color: #594c46;
font-family: arial;
font-size: 16px;
padding-left: 20px;
font-weight: bold;
}

/*-----SIDEBAR-----*/

.sidenav{
padding-top: 130px;
margin-left: 50px;
}

.side{
margin-right: 25px;
text-align: justify;
color: #4e3b0c;
font-family: arial;
font-size: 12px;
}
.sideimages{
margin-left: 50px;
margin-right: 60px;
padding-top: 20px;
}
.sidefont{
text-align: justify;
color: #594c46;
font-family: arial;
font-size: 12px;
border-left: solid 5px #9e0b0e;
padding: 5px;
padding-left: 15px;
}
.sidetext{
margin-left: 30px;
margin-right: 30px;
text-align: justify;
color: #594c46;
font-family: arial;
font-size: 12px;
padding: 5px;
padding-left: 15px;
}
.sidetitle{
color: #a72224;
font-family: arial;
font-size: 15px;
font-weight: bold;
padding-bottom: 5px;
}
/*----FOOTER----*/

.footer{
padding-top: 70px;
text-align: center;
color: #333333;
font-family: arial;
font-size: 12px;
}

/*-----LINKS-----*/

a:link, a:active, a:visited {
font-size: 13px; 
color: #313131;
font-family: arial;
font-weight: bold;
text-decoration: none;
}
a:hover{
font-size: 13px; 
color: #ad1b11; 
font-family: arial; 
font-weight: bold;
text-decoration: none;
}

a.side:link, a.side:active, a.side:visited {
font-size: 13px; 
color: #fffffe;
font-family: arial; 
text-decoration: none;
padding-left: 15px;
font-weight: bold;
background: url(images/dot.png) no-repeat;
}
a.side:hover{
font-size: 13px; 
color: #333333; 
font-family: arial; 
text-decoration: none;
padding-left: 15px;
font-weight: bold;
background: url(images/dot.png) no-repeat;
}

/*-----FORM CSS-----*/
input {
font-family: arial;
font-size: 13px;
color: #594c46;
border: 1px solid #9e0c0f;
padding: 3px;
background-color: #f9f7f7;
   }
input:focus { 
background: #e0e0e0;
border: 1px solid #9e0c0f;
color: #594c46;
 }

textarea {
font-family: arial;
font-size: 13px;
color: #594c46;
border: 1px solid #9e0c0f;
padding: 3px;
background-color: #f9f7f7;
   }
   
textarea:focus { 
background: #e0e0e0;
border: 1px solid #9e0c0f;
color: #594c46;
 }
 
/*-----IMAGE CSS-----*/
img.recycle{
padding-left: 15px;
}

img.sideimage{
padding: 15px;
border: 1px solid #d2d2d2;
background: #f6f6f6;
}
.imageinfo{
color: #594c46;
font-family: arial;
font-size: 11px;
text-align: center;
padding-top: 5px;
}
/*-----TABLE CSS-----*/
td{
color: #99180f;
font-family: arial;
font-size: 12px;

padding: 3px;

}

td.empty{
text-align: center;
border: solid 1px #594c46;
background: #f3f3f3;
padding: 3px;
}

td.headcal{
text-align: center;
border: solid 1px #594c46;
background: #594c46;
padding: 3px;
color: #ffffff;
}


td.active{
text-align: center;
border: solid 1px #594c46;
background: #99180f;
font-weight: bold;
padding: 3px;
color: #ffffff;
}

td.calendar{
text-align: center;
color: #99180f;
font-family: arial;
font-size: 12px;
font-weight: bold;
border: solid 1px #594c46;
padding: 3px;
}
td.officials{
background: #ffffff;
color: #594c46;
padding: 3px;
}
