body
{
	background-image: url(/images/bg.gif);
}

a
{
	color: Blue;
}

a:visited
{
	color: #000666;
}

a:hover
{
	color: Yellow;
}

.heading1 a
{
	font-family: Times New Roman;
	color: Black;
	text-decoration: none;
}

.heading1 a:hover
{
	color: blue;
	text-decoration: underline;	
}

.mastHeading
{
	position: relative;
	z-index: 1;
	left: 590px;
	top: 110px;
	font-family: Arial;
	color: #060055;
	font-weight: bold;
	font-size: 12pt;
}

.taglineWhite
{
	position: relative;
	z-index: 0;
	left: 590px;
	top: 100px;
	font-family: arial;
	color: white;
	font-size: 10px;	
	font-weight: bold;
	height: 25px;
}

.taglineBlack
{
	position: relative;
	z-index: 0;
	left: 590px;
	top: 100px;
	font-family: Arial;
	color: black;
	font-size: 10px;	
	font-weight: bold;
	height: 25px;
}

.sidenavHeading
{
	font-family: Arial;
	color: #060055;
	font-weight: bold;
	font-size: 12pt;
}

.pageHeading
{
	padding-left: 2px;
	font-family: Arial;
	color: Black;
	font-size: 10pt;
}

.pageSubHeading
{
	background-color: #C1BFCF;
	border-left: dashed 1px #666666;
	padding-left: 2px;
	font-family: Arial;
	color: Black;
	font-size: 10pt;
}

.frontSubBoxes
{
	border-left: dashed 1px #666666;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-size: 8pt;
	font-family: Arial;
	color: black;	
}

.frontMainBoxes
{
	border-bottom: dashed 1px #666666;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 8pt;
	font-family: Arial;
}

.mainBody
{
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 8pt;
	font-family: Arial;
}

.sideNav
{
	font-family: Arial;
	font-size: 14;	
}

.footer
{
	font-family: Times New Roman;
	color: White;
	font-size: 8pt;	
	border-bottom: solid 1pt white;
	border-left: solid 1pt white;
	border-right: solid 1pt white;
	padding-left: 3px;
	padding-right: 3px;
}

.footer a
{
	color: Yellow;	
}

.footer a:hover
{
	color: white;	
}

.footer a:visited
{
	color: #CCCC00;
}

.footer2
{
	font-family: Times New Roman;
	color: White;
	font-size: 8pt;	
	padding-left: 3px;
	padding-right: 3px;
}

.footer2 a
{
	color: yellow;
}

.footer2 a:hover
{
	color: white;
}

.footer2 a:visited
{
	color: #CCCC00;
}

.red
{
	color: Red;
	font-family: Arial Greek;
	font-size: 8pt;
}

.btnHasFocus
{
	border: solid 1 black;
	color: black;
	background-color: yellow;
	height: 18px;
	font-family: Arial;
	font-size: 8pt;
}

.btnHasntFocus
{
	border: solid 1 black;
	color: black;
	background-color: #E0E0E0;
	height: 18px;
	font-family: Arial;
	font-size: 8pt;
}

.subHeading
{
	font-family: Arial;
	font-size: 12pt;
	color: black;
	font-weight: bold;
}

.mainHeading
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #060055;
}

/* DHTML CLASSES */
#nav, #nav ul 
{
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 1px; /* Changing this value will destroy the layout, leave at 1.  Never make 0 or remove! */
	height: 10px; /* height for main container.  Keep small, will force stretch to required size */
}

#nav li 
{
	/* all list items */
	position: relative;
	float: left;
	width: 100px; /* Width of Boxes in Netscape/Mozilla/Firefox */
	font-family: Arial;
	font-size: 8pt;
	z-index: 1;
}

#nav li ul li
{
	background-color: white;
}

#nav li ul 
{
	/* second-level lists */
	position: absolute;
	left: -1500px;    /*Hides Menu Off Side of Screen*/
	margin-left: 0px; /*Sub Nav Offset from Side of Button*/
	margin-top: 0px; /*Sub Nav Offset from Bottom of Button */
	border-width: 0px; /* Border for height of class container */
	border-color: white;
	border-style: solid;
	background-color: white;
	z-index: 1;
}

#nav li ul ul 
{
	/* third-and-above-level lists */
	left: -1000px;
}

#nav li a 
{
	width: 100px;  /* Width of Boxes in IE */
	display: block;
	padding: 3px 5px;
	margin: 0;
	text-decoration: underline;
}

#nav li a:hover /* FOR THOSE LI's WITHOUT A SUB MENU */
{
	color: black; /* Font Color */
	text-decoration: underline;
}

#nav li ul li a 
{
	font-family: arial;
	font-size: 8pt;
	text-decoration: underline;
	color: blue;  
}

#nav li ul li a:visited  FOR THOSE LI's WITHOUT A SUB MENU 
{
	color: white;
	text-decoration: none;
}

#nav li ul li a:hover /* FOR THOSE LI's WITHOUT A SUB MENU */
{
	color: black;
	text-decoration: underline;
} 

#nav a.encl /* LI's with submenus */
{
	/* background: url(encl.gif) center right no-repeat; */
}

#nav a.encl:hover /* LI's with submenus in hover state */
{
	/* background: url(enclover.gif) center right no-repeat; */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.iehover ul ul, #nav li.iehover ul ul ul, #nav li.iehover ul ul ul ul 
{
	left: -1000px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.iehover ul, #nav li li.iehover ul, #nav li li li.iehover ul, #nav li li li li.iehover ul 
{
	/* lists nested under hovered list items */
	left: auto;
}

/** Support for the "iehover-fix.js" **/
#nav iframe 
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

.tornadoLink
{
	visibility: hidden;	
}