/* CSS Document */
body { background: #FFFFEE; color: black; 
	font-family:Verdana, Georgia, Tahoma, "Trebuchet MS", sans-serif; 
	margin:0; border: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 { color: #0066CB; background: white; margin: 0; padding: 0; border: 0}
h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; font-weight:bold} 
h6 { font-size: 100%; }
p, li {font-size: 90%; }

.pagetitle {color: #DF7C1B; background: white; padding: 0; border: 0; margin-top: .5em; margin-bottom: .3em;}

.small { font-size: 75% }
.tight {margin-bottom: 0px; margin-top:0; border-bottom: 0; border-top: 0;}
.leading {margin-bottom: 0px; border-bottom: 0; margin-top:0}
.following {margin-top: 0px; border-top: 0; margin-top:0}



div#bodywrap {background: white; color: #fffffd; margin: 20px 10px; border: 2px solid #0066CC; padding: 0;}
div#header, div#content, div#footer { color: black; background:#FFFFFF;}
div#header  {margin: 10px 10px 0px; border: 0; padding: 0;}
div#content {margin: 0 10px; border: 0; padding: 0;}
div#footer  {margin: 10px 10px 20px; padding: 10px 0px 0px;
	border-top-color:#06C; border-top-style: solid; border-top-width: 2px;}

#logo { text-decoration:none; color: #06C; background: #fffffe; font-size: 300%;}

/*---------------------------------------------------------------------
Menu CSS from Dynamic Drive, used in accordance with their terms 
-----------------------------------------------------------------------*/

.indentmenu{
font: bold 13px Arial, Helvetica, sans-serif;
width: 100%; /*leave this value as is in most cases*/
margin-top: 5px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: solid #FFC; /*light yellow border*/
border-width: 2px 0;
background: #FF9933 url(images/buttonbg.gif) center center repeat-x;
color: white;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
padding: 5px 11px;
text-decoration: none;
border-right: 2px solid #FFC; /*light yellow divider between menu items*/
color: white;
}

/*
.indentmenu ul li a:visited{
color: white;
}*/

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #DF7C1B url(media/buttonbg2.gif) center center repeat-x;
}