body { background-color: #A6B9C5; }

#wrapper {
	box-shadow: 0 3px 3px 0 #748A98;
	-webkit-box-shadow: 0 3px 3px 0 #748A98;
	-moz-box-shadow: 0 3px 3px 0 #748A98;
	}

#tablecontainer { width: 800px; background-color: #FFF;}

a:link, a:visited {color: #039;}
a:hover {color: #F30;}

ul.butnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;list-style-type: none;
	}
	
ul.butnav li {float: left;}	

ul.butnav li a { text-decoration: none; /*border-bottom: 1px solid #CC9;*/}	

ul.butnav li a:link, a:visited {
	display:block;	
	width: 110px;
	padding: 5px 3px 5px 5px;
	margin-right: 2px; 
	border: 4px 2px 1px 3px #999;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #F5E4A1;
	text-align: center;
	box-shadow: 3px -1px 6px 1px #ccc;
	-webkit-box-shadow: 3px -1px 6px 1px #ccc;
	-moz-box-shadow: 3px -1px 6px 1px #ccc;
	
	}
ul.butnav li a:hover {background-color: #FC6;}
	
ul.butnav li a:link, a:visited {color: #36C;}
ul.butnav li a:hover {color: #039;}



ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	padding: 10px;
	border-bottom: 1px dotted #003399;
	margin: 0 20px;
}

h1.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #36C;
	padding: 10px;
	text-transform:uppercase;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3366CC;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #333;
}

.dkgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
}

.foldertable { 
	background-color: #F5E4A1;
	border-top: 1px solid #E4C75E; 
	box-shadow: 3px 3px 6px 1px #ccc;
	-webkit-box-shadow: 3px 3px 6px 1px #ccc;
	-moz-box-shadow: 3px 3px 6px 1px #ccc;
	}

.leftpad { padding-left: 15px;}

.horizpad { padding: 0 15px;}

.bottomlinks {font-size: 10px; text-transform: uppercase; padding: 5px;}

.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
}

.footer { font-size: 9px; color: #666699; text-align: center; padding: 5px;}

.keywordsonpage {
	font-size: 10px;
	color: #336699;
	line-height: 13px;
	font-style: italic;
	padding: 15px;
}

.bordertop { border-top: 1px solid #E4C75E;}

