body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center; /*needed to center text for IE */
padding:0;   /* reset padding on browser */
margin:0;   /* reset margin on browser */
background: #474646 url(images/bg_maintopfade.jpg) repeat-x top;
}
#wrapper {
width: 700px;
margin: 0 auto;

}
.main_content{
background: #DCDDDE url(images/content_background_top.gif) repeat-y top left;
}
.content {
text-align:left;
padding: 5px;
background-color: #FFFFFF;
}
#navigation{
font: 11.5px Arial, Helvetica, sans-serif;
float:left;
padding: 5px 0 5px 5px;
text-align:left;
}
* html navigation a {
height:1%;
}
#navigation ul {
list-style-type:none;
margin:0;
padding:0 4px;
}
#navigation li {
display:inline;
}
#navigation a{
display:block;
text-decoration:none;
text-indent:3px;
padding-top:2px;
padding-bottom: 2px;
color: #333333;
}
#navigation a:hover {
color: #fff;
background-color:#92CC2A;
}
.forms {
font: 11.5px Arial, Helvetica, sans-serif;
text-align:left;
}
.forms a {
color:#000000;
}
.forms a:hover{
color:#92CC2A;
}


.footer {
color:#FFFFFF;
font: 10px Arial, Helvetica, sans-serif;
background-color: #92CC2A;
}
.footer a{
color:#FFFFFF;
}
.footer a:hover{
color:#325B9D;
text-decoration:none;
}
.bold{
font-weight:bold;
}
.subtitles {
font-size: 16px;
font-weight: bold;
color: #87C467;
}
ul {
list-style-image: url(images/bullets.gif);
}