/* General */

body {
	margin-bottom: 50px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:10px;
	font-style: normal;
		color: #ffffff;
	background-color:#ffffff;
}


td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;


}


.pagetitle {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;

}



/* General Link Formatting */

a:link {
	color: #FFCC00;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color:#FFCC00;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color:#FFCC00;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}


/* custom links for footer*/

a.foot:link {
	color: #993333;
	text-decoration: none;
	font-size:x-small;
}

a.foot:visited {
	color: #993333;
	text-decoration: none;
		font-size:x-small;
}

a.foot:hover {
	color: #FF9900;
	text-decoration: none;
		font-size:x-small;

}

a.foot:active {
	color:#993333;
	text-decoration: none;
		font-size:x-small;
}

.foot {
color:#993333;}

/* ------------------------------------------------------------------------------
HORIZONTAL DROPDOWN FORMATTING


THE FOLLOWING CSS MUST BE IN YOUR STYLESHEET IF YOU ARE USING
HORIZONTAL DROPDOWN MENUS
(you can change the values etc)


DELETE THE FOLLOWING CSS IF YOU ARE NOT USING HORIZONTAL DROPDOWN MENUS
    
------------------------------------------------------------------------------- */


/* FIRST LEVEL MENU ITEMS FORMATTING */


.leveloneitems {
	background-color: #993333;					/* sets background for top level*/
	width: 80px											/* width of items */
	w\idth: 80px;
	height: 15px;											/* height of items */
	font-weight: bold;									/* sets font weight for items*/
	font-family: Arial,Verdana, Geneva, Helvetica, sans-serif;	/* font family for items */
	font-size:12px;										/* font size for items */
	text-decoration: none;								/* removes underline */										
	padding-top: 3px;
		padding-left: 10px;
			padding-right: 10px;
				padding-bottom: 3px;
	border-bottom-color: White;						/* sets border for items*/
	border-bottom-style: solid;						
	border-bottom-width: 0px;							
	border-left-color: White;							
	border-left-style: solid;							
	border-left-width: 0px;																
	border-right-color: White;														
	border-right-style: solid;							
	border-right-width: 0px;							
	border-top-color: White;							
	border-top-style: solid;							
	border-top-width: 0px;
		letter-spacing:1px;
}


a.leveloneitems:link {							/* link formatting */

	color: white;
	background-color: #993333;
	text-decoration: none;
}

a.leveloneitems:visited {

	color: #ffffff;
	background-color: #993333;
	text-decoration: none;
}

a.leveloneitems:hover {

	color: #FFCC00;
	background-color: #993333;
	text-decoration: none;
}

a.leveloneitems:active {

	color: #ffffff;
	background-color: #993333;
	text-decoration: none;
}



/* SECOND LEVEL MENU ITEMS FORMATTING */

.secondlevel {
   width: 130px;											/* width of level 2 items */
	w\idth: 130px;
	border-bottom-color: Black;						/* sets border on dropdown menu*/
	border-bottom-style: solid;						
	border-bottom-width: 0px;							
	border-left-color: #FFCC00;							
	border-left-style: solid;							
	border-left-width: 1px;																
	border-right-color: #FFCC00;														
	border-right-style: solid;							
	border-right-width: 0px;							
	border-top-color: #FFCC00;							
	border-top-style: solid;							
	border-top-width: 1px;
}


.leveltwoitems {
	background-color: #993333;							/* sets background for second level*/
	width: 130px;											/* set to width of .secondlevel */
	w\idth: 130px;
	height: 20px;											/* height of items */
	font-weight: normal;									/* sets font weight for items*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	/* font family for items */
	font-size:10px;										/* font size for items */
	text-decoration: none;								/* removes underline */										
	padding-bottom: 4px;									/* sets padding for items*/
	padding-top: 4px;										
	margin-bottom: 0px;									/* sets margin for items*/
	margin-left: 0px;										
	margin-right: 0px;									
	margin-top: 0px;										
	border-bottom-color: #FFCC00;						/* sets border for items*/
	border-bottom-style: solid;						
	border-bottom-width: 1px;							
	border-left-color: Black;							
	border-left-style: solid;							
	border-left-width: 0px;																
	border-right-color: #FFCC00;														
	border-right-style: solid;							
	border-right-width: 1px;							
	border-top-color: Black;							
	border-top-style: solid;							
	border-top-width: 0px;
}

a.leveltwoitems:link {							/* link formatting */
	color: white;
	background-color: #993333;
	text-decoration: none;
}

a.leveltwoitems:visited {
	color: white;
	background-color: #993333;
	text-decoration: none;
}

a.leveltwoitems:hover {
	color: #993333;
	background-color: white;
	text-decoration: none;
}

a.leveltwoitems:active {
	color: white;
	background-color: #993333;
	text-decoration: none;
}



/* REQUIRED STYLES FOR MENU TO WORK */

#nav, #nav ul { 
	padding: 0;									/* leave as is */
	margin: 0;									/* leave as is */
	list-style: none;							/* leave as is */
	line-height: 1;							/* leave as is */

}

#nav a {
	display: block;							/* leave as is */
}

#nav li {
	float: left;								/* leave as is */
	width: 0; 		 						/* set to same width as .leveloneitems */
	w\idth: 0px;
}


#nav li ul {
	position: absolute;						/* leave as is */
	left: -999em; 					 			/* leave as is */
}


#nav li ul ul {
	margin-bottom: -10px;					/* up/down adjustment for third level menu */
	margin-left: 0px;
	margin-right: 0px;
	margin-right: 140px;						/* set to same width as .secondlevel width */
}


/* leave this as is */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;							
}


/* leave this as is */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;							
}






