html, body
{
     background-color: #1A3660;
     background-image: url(../cmsimages/background_stripes.gif);
     color: #ffffff;
     font-family: Tahoma, Verdana, Arial, sans-serif;
     font-size: .9em;
     font-weight: bold;
     height: 100%;
     text-align: justify;
     margin: 0;
     min-height: 100%;
     padding: 0;
}

h1 {
	font-size: .9em;
        color: #F9EF59;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
} 

h2 {
	font-size: .9em;
        color: #33292A;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

div#background-outer,
div#background-inner
{
     background-repeat: repeat-x;
     height: 100%;
     min-height: 100%;
}

div#background-outer
{
     background-image: url(../cmsimages/background_heading.gif);
}

div#background-inner
{
     background-image: url(../cmsimages/background_heading_stripes.gif);
}

div#container
{
     position: relative;
     background-image: url(../cmsimages/greenback.jpg);
     margin: 0 auto;
     padding: 0;
     width: 790px;
     min-height: 100%;
}

div#container a,
div#container a:link,
div#container a:visited
{
     color: #CDDBFF;
}

div#container a:hover,
div#container a:active
{
     color: #FFFFA0;
}

div#header
{
     line-height: 0;
}

div#bodyarea
{
     background-image: url(../cmsimages/greenback.jpg);
     height: 100%;
     min-height: 100%;
     margin: 0;
     padding: 0;
}

div#content,
div#content_2
{
     margin: -50px auto 50px auto;
     width: 731px;
}

div#content_2,
div#content_2 img,
div#content_2 p
{
     line-height: 0;
     padding: 0;
}

div#footerspacer
{
     height: 135px;
}

div#footer
{
     position: absolute;
     bottom: 0;
     font-size: 7pt;
     background-image: url(../cmsimages/footerback.jpg);
     height: 122px;
     width: 790px;
     text-align: center;
}

#dropmenudiv
{
     color: #ffffff;
     position: absolute;
     border-bottom-width: 0;
     line-height: 18px;
     z-index: 100;
}

#dropmenudiv a
{
     color: #ffffff;
     font-family: Tahoma, Verdana, Arial, sans-serif;
     font-size: .9em;
     font-weight: bold;
     width: 100%;
     display: block;
     text-indent: 3px;
     padding: 1px 0;
     text-decoration: none;
     font-weight: bold;
}

#dropmenudiv img
{
     border: 0;
}






