@charset "utf-8";
/* CSS Document */

body
{
width:100%;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#000000;
margin:0px auto;
text-align:center;
background-image:url(images/pagebg.png);
background-repeat:repeat-y;
background-position:top center;
}

.header
{
background-color:#ffffff;
padding-bottom:20px;
padding-top:20px;
width:780px;
height:92px;
}

.page
{
margin:0px auto;
width:800px;

background-color:#FFFFFF !important;
text-align:left;
}

.leftnav
{
float: left; /* since this element is floated, a width must be given */
width: 138px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background-color:#FFFFFF;
}

.leftbox
{
float: left; /* since this element is floated, a width must be given */
width: 118px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
font-size:11px;
font-weight:bold;
background-color:#000000;
color:#FFFFFF;
}

.leftbox a:link, .leftbox a:visited, .leftbox a:active, .leftbox a:hover
{
width:118px;
display:block;
text-decoration:none;
color:#FFFFFF;
padding-top:8px;
padding-bottom:8px;
padding-left:8px;
}

.leftbox a:hover
{
background-color:#005AAA;
width:118px;
color:#FFFFFF;
padding-top:8px;
padding-bottom:8px;
}

.middle
{
float:left;
background-color:#FFFFFF;
width:662px;
min-height:370px;
}

.white
{
color:#FFFFFF;
font-weight:bold;
font-style:italic;
text-align:center;
}

h1
{
font-size:14px;
color:#005AAA;
display:inline;
}

h2
{
font-size:14px;
color:#60CAF5;
display:inline;
}

h3
{
font-size:14px;
color:#07A460;
display:inline;
}

h4
{
font-size:18px;
color:#005AAA;
display:inline;
}

h5
{
font-size:14px;
color:#FF0000;
display:inline;
}

li
{
list-style:square;
color: #000000;
display:inline;
}

.smalltext
{
font-size:x-small;
}

#MMEmbeddedMap
{
text-align:right;
float:right;
}

a:link, a:active, a:visited
{
color:#005AAA;
text-decoration:none;
font-weight:bold;
}

a:hover
{
color:#60CAF5;
text-decoration:none;
font-weight:bold;
}





