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


.menu {
	background-repeat: repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}




.mainPane {
	width: 900px;  
	height: 650px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.topFrame {
	height: 50px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC00;
}
.menuItemMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	vertical-align: baseline;
}
p.menuItemMain:hover { color :#666666 ; } 

.menuItemSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	position:relative;
	left: 10px;
	cursor: auto;
	text-decoration: none;
}

.menuDrop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	position:relative;
	left: 10px;
	cursor: auto;
	text-decoration: none;
        background-color: #FFCC00;
        border: 0;
}

.menuItemSubBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	position:relative;
	left: 10px;
	cursor: auto;
	text-decoration: none;
}

a.menuItemSub:hover { color :#666666 ; } 


.mainPageDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	text-align:right;
}



.julHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 36pt;
	font-weight: bold;
	color: #F00;
}


.julText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
}

.julTextHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000;
	font-weight: bold;
}

