/* Generic Sign CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #000000;
	text-align: center;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 101%;
	min-width: 985px;
	background-color: #FFF;
}

p {				  
	font-size: 80%;
	margin-bottom: 5px;
}


h1 {				  /* Bold Headline */
	font-size: 80%;
}


h2 {				  /* Bold Headline Italic */
	font-size: 100%;
	color: #3F4E69;
}

h3 {				
	font-size: 75%;
	text-align:center;
	color:#666;
	font-style:normal; 
}

h4 {				
	font-size: 75%;
	text-align:center;
	font-style:normal; 
}

h5 {				
	font-size: 90%;
	text-align:center;
	font-style:bold; 
}

.red {color: #FF0000}



#wrapper { /* To wrap all and float center */
	width: 800px;
	w\idth: 800px;
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	margin-top:6px;
	text-align:left;
}





	

/* Begin CSS Drop Down Menu */


	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 8em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : 7px;
		width: 8em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 7.2em; /* Adjusts the distance for level 2 & 3 rollovers */
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 8em;
		w\idth : 8em;
		display : block;	
		color : black;
		/*font-weight : bold;*/
		text-decoration : none;
		/*background-color : #585854;  Background of Links
		border-top: 1px solid white;
		border-bottom : 1px solid black; */
		padding : 0 0.5em;
		font-size: 80%;
	}
	
	#nav li a:hover {
		color: black;
		background-color: #CCCCCC;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#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;
	}
	

/* End CSS Drop Down Menu */




/* Right Side Content Area */

#SideRt {
	margin-left: 15px;
	margin-bottom: 4px;
	vertical-align:top;
	float:right;
	width:150px;
	clear:right;
	background-color: #CAD4DE;
	padding:5px;
}



/* Bottom Navigation */

#bottomNav {
	position: relative;
	/* border-top: 5px solid #585854; */
	padding-top: 5px;
}


