.banner1 {
	padding: 10px;
}
.maintext1 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
	width: 700px;
}
.table1 {
	border: thin solid #000099;
	background: #FFFFFF;
	width: 900px;
}
.topleft {
	padding: 5px;
	border-right: thin solid #000000;
}
.leftnav {
	padding: 5px;
	width: 175px;
	border-right: thin solid #000000;
}
.footer1 {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000099;
	padding: 3px;
}
.pagebg1 {
	background: #FFF09B;
}

.nav1 {
	color:#FFFFFF;
	padding:2px 10px;
	text-decoration:none;
	display:block;
	float:left;
	font: bold 12px/20px verdana, arial, sans-serif;
	background: #0066CC;
	border-top: thin none #CCCCCC;
	border-right: thin dotted #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
	width: 155px;
}

.nav1:hover {
	color:#0000FF;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:underline;
	display:block;
	float:left;
	font: bold 12px/20px verdana, arial, sans-serif;
	background: #FFCC00;
	border-top: thin none #CCCCCC;
	border-right: thin dotted #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #000099; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #0000FF; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #FFD700; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #FFD700; /*Highlight red color theme*/
color: #0000FF;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #FFD700; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #FFD700; /*Highlight red color theme*/
color: #0000FF;
}


/** Vert menu ******************* **/
.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
}

.markermenu li a{
background: white url(images/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


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

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

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