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

body{
margin:0;
padding:0;
line-height: 1.8em;
background-image: url(images/back.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

hr  {
margin-top:20px;
margin-bottom:20px;
}

b{font-size: 110%;}

.quoted   {
color:#993300;
}
.tagline {
font-size: 16px;
font-style:italic;
font-family: Georgia, Times New Roman, Times, serif;
line-height:135%;
}

.pagehead {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 33px;
color: #000066;
text-align: right;
line-height: normal;
}
.copyright {
font-size: 10px;
color: #999999;
text-align: center;
}

#maincontainer{
width: 750px; /*Width of main container*/
margin: 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 130px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 130px; /*Width of left column*/
margin-left: -750px; /*Set left margin to -(MainContainerWidth)*/
padding:0;
}


#footer{
margin-top: 50px;
margin-bottom: 5px;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#footer a, a:visited, a:hover{
color:#0033CC;

}

.innertube{
margin-left: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20px;
margin-right:20px;
margin-bottom:20px;
}


#rightfloat {
float:right;
padding-left: 30px;
}


.markermenu{
width: 130px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;

}

.markermenu ul li a{
background: url(images/arrow-list.gif) no-repeat 10px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 8px 0;
padding-left: 26px;
text-decoration: none;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 110px;
}

.markermenu ul li a:visited{
color: #ffffff;
}

.markermenu ul li a:hover,
.markermenu ul li a.active,
.markermenu ul li a.active:visited {
color: black;
background-color: #ffffff;
background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}


/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */




