body 
{
    font-family: Sans-Serif;
    font-size: 12px;
    margin: 0;
    padding: 0px;
    background-image: url(images/bg4.jpg);
    background-repeat: repeat-y;
}

hr
{
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    background-color: #bbbbbb;
}

#header
{
    border-style: none;
    border-width: 1px;
    border-color: #777777;

    background-color: #ffffff;
    text-align: left;
    width: 100%;
}

#menu
{
    /*font-size: 90%;*/
    font-size: 11px;
    border-style: solid;
    border-width: 1px;
    border-color: #777777;
    background-color: #f7f9fc;
    position: relative;
    z-index: 2;
    float: right;
    width: 140px;
    height: auto;
    padding: 12px;
    margin-left: 18px;
    margin-bottom: 12px;
    margin-top: 0px;
    margin-right: 9px;
}

#menu a:link, #menu a:visited
{
    color: #335533;
    text-decoration: none;
}

#menu a:hover
{
    background-color: #dddddd;
}

#main
{
    position: relative;
    max-width: 700px;
    width: auto;
    /* the following line is a workaround for one of the many IE bugs. */
    /* width: expression(document.body.clientWidth > 938? "700px" : "auto"); */
    /* padding: 12px; */
    padding: 0px;
    margin-left: 92px;
    margin-right: 24px;
    z-index: 1;
}

#footer
{
    background-color: #f7f9fc;
    width: auto;
    text-align: center;
    padding: 8px;
    clear: both;
    background-image: url(images/bg4.jpg);
    background-repeat: repeat-y;
}
        
.home_image
{
    float: none;
    padding-right: 10px; 
    margin-top: 12px;
}

.subpage_image
{
    float: left;
    padding-right: 10px;
    margin-top: 12px;
}

.section_image
{
    float: right; 
    clear: right;
    margin-left: 10px; 
    margin-top: 10px; 
    margin-bottom: 12px;
    background-color:#dddddd;
    text-align: right;
    font-size: 9px;
}

.section_body
{
    clear: both; 
}

.section_header
{
    font-weight: bold;
    font-size: larger;
}

.menu_header
{
    font-weight: bold;
    font-size: 12px;
}

.drop_shadow
{
	height: 20;
	width: 400;
	font-size: 17pt;
	font-weight: bold;
	font-family:Times New Roman;
	color:Black;
	filter: Shadow(Color=#a5a5a5, Direction=135, strength=3);
}
