.nodisplay {
	display: none;
}
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif; 
	color: #333; 
	background: #fff; 
	margin: 0;
	border: 0;
	padding: 3px;
	}

p { 
	margin-top: 0; 
	}

ol {
	line-height: 130%;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 110%;
	}

li {  
	padding: 3px 0 5px 0;
	}

a { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #409FB3;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9D70BD;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #409FB3;
	}
/**************************************/
/**        LAYOUT                    **/
/**************************************/

#container { 
	text-align: left;
	position: relative;
	background-color: #fff;
	padding: 0px;
	width: 95%; 
	}
	
#intro { 
	margin: 0px;
		}

#pageHeader { 
	background: url(../WebImages/banner_bkgrnd_mobile.jpg) no-repeat left top;
	width: 400px;
	height: 125px;
	padding: 0;
	margin: 0;
	}


#pageHeader h1 span {
	display:none
	}
#pageHeader p {
	padding-top: 110px;
	}


/* CONTENT */
#breadCrumbs { 
	display:none;
	}

#mainContent {
	border: 1px solid #B2B9C4;
	} 

#pageText {
	margin: 0;
	}

/* LINKS */	

#linkList {
	margin:0;
	}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#linkList2 {
	 }

#linkList2 ul {
	list-style: disc;
	margin: 0;
	padding: 0;
	}

#linkList2 li {
	list-style: disc;
	display: block;
	}

#linkList2 ul ul {
	display:none;
}

#linkList2 a {
	font: bold normal 95% Verdana;
	padding: 2px 5px; 
	display: block;
	} 

#linkList2 ul li:hover > ul,
#linkList2 a:hover ul,
#linkList2 a:hover a:hover ul, 
#linkList2 a:hover a:hover a:hover ul,
#linkList2 a:hover ul ul, 
#linkList2 a:hover a:hover ul ul {display:none;}

#linkList2 ul ul a {  }
#linkList2 ul ul li a:hover {} 
#linkList2 ul ul li:hover > a {}

#linkList2 table {
	display: none;
	}

#searchBox { 
	display: none;
	}

/* FOOTER */

#footer {
	display: none;
	}

/* HEADLINES */

.smtext {  
	font-size: 80%; 
	}

.txtCenter {
	text-align: center;
}

