/* CSS definition file containing site wide stylesheets */
.Subheads { font-family: 'Arial Black', 'Helvetica Bold', Charcoal, Sans-serif; font-size: x-small;}
 .Quotes { font-family: 'Times New Roman', Times, Serif; font-size: medium; font-style: italic;}
 .Footnotes { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: x-small;}
 .Caption { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: x-small; font-style: italic;}
 .Code { font-family: 'Courier New', 'Lucida Console', Courier, Monaco, Monospace; color: rgb(0,0,0);}
 .Credits { font-family: 'Times New Roman', Times, Serif; font-size: x-small; font-weight: bold; text-align: center;}


/*LIST STYLES*/

#content_container ul {
	padding:0;
	margin:9px 0 0 25px;
	list-style-type:disc;
}

#content_container li {
	float:none;
	padding:0 0 0 0;
	margin:0 0 10px 0;
}

#content_container ul li ul {
	display:block;
}

#content_container ul li a {
	PADDING:0;
	DISPLAY:inline;
	COLOR:#002D62;
	TEXT-DECORATION:underline;
}


/*main headings*/
#menu UL {
	PADDING: 0px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none;
}


/*This floats the menu so they appear side by side and not on top of eachother.*/
#menu UL LI {
	POSITION: relative;
	float:left;
	line-height:140%;
}

/*This changes the position and appearance of the submenus*/
#menu LI UL {
	DISPLAY: none;
}

#menu LI UL {
	POSITION: absolute;
	line-height:140%;
	background-color:#009933;
	margin-left:12px;
}

/*This changes the top level menu's links*/
#menu UL LI A {
	PADDING:0px 12px;
	DISPLAY: block;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size:13px;
}


/*This changes the hover for all links in the menu div*/
#menu UL LI A:hover {
	text-decoration:underline;
}


/*This changes the submenu links*/
#menu LI UL LI {
	width:150px;
	background-color:#009933;
	float:none;
	padding:0px 0px 0px 5px;
	margin:0px;
}

#menu LI UL LI A {
	PADDING:2px 3px;
	margin:0px;
	color:#FFFFFF;
}


/*This makes the submenu list display in the hover. Do not change either of the commands listed below.*/
#menu LI:hover UL {
	DISPLAY: block;
}

#menu LI.over UL {
	DISPLAY: block;
}
/*Please note that each of the main menus can have a class added to them and then each given a different width. The 
same can be done for the submenus. Each sub UL can be given a class and then each given a different width */