html { 
scrollbar-face-color:#D4D0C8; scrollbar-shadow-color:#cccccc; scrollbar-highlight-color:#FFFFFF; scrollbar-arrow-color:#464646; scrollbar-3dlight-color:#CCCCcc; scrollbar-darkshadow-color:#999999; scrollbar-track-color:#e6e6e6;
}


body{
margin:0;
padding:0;
font-size: 14px; 
font-weight: normal; 
color: black;
font-family: Arial;
background: #f6f6f6;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: 1px solid #e5e5e5;
}

#topsection{
background: #EAEAEA;
height: 277px; /*Height of top section*/
}

.splashbar1 {
background: #ffd203;
height: 10px;
}

.splashbar2 {
background: #e5e5e5;
height: 2px;
}


#topsection h1{
margin: 0;
padding-top: 15px;
}

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



#contentcolumn{
margin-left: 225px; /*Set left margin to LeftColumnWidth*/
background: #ffffff;
margin-top: 0;
margin-bottom: 0;
border-bottom: 1px solid #5a79a5;
}

#leftcolumn{
float: left;
width: 225px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background-color: #fef7c9;
font-size: 11px;
border-right: 1px solid #e5e5e5;
}


#footer{
clear: left;
width: 100%;
background: #ffd203;
color: #000000;
text-align: center;
padding: 4px 0;
font-size: 11px;
line-height: normal;
font-family: Tahoma;	
font-weight: normal;
text-align: center;
}


#footer a{
color: #000000;
}

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

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #d7182a; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: gray;
}

.columnhead{
margin: 0px 0px 1px 0px; FONT-SIZE: 1.6em; color: orange; FONT-FAMILY: Trebuchet MS, Verdana, Arial; font-weight: bold;
}

p:first-letter {
	float: left;
	margin: .2em .3em .1em 0;
	font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
	font-size: 350%;
	font-weight: bold; }


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(/access/images/_blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(/access/images/_blockactive.gif) center center repeat-x;
}

