/**************************************************
	Document Section: Global
**************************************************/
body {
	/*background-color:	#8A8E78;*/
	font-family:		Verdana, Tahoma, Arial, sans-serif;
	background-color:	#FFFFFF;
	vertical-align: 	top; 
	text-align: 		left;
}

/**************************************************
	Document Section: Masthead
**************************************************/
.mh {
	border-top:			1px solid #000000;
	border-bottom:		1px solid #000000;
}

/**************************************************
	Document Section: Sub-Heading/Section Header
**************************************************/
.sh {
	border-top: 		1px solid #99CCCC;
	border-bottom:		2px solid #FFFFFF; 
	height: 			45px;
}


/**************************************************
	Document Section: Navigational Menu (Primary)
**************************************************/
#nm {
	width:				171px;
	height:				100%;
	padding:			5px;
	background-color:	#EEEEEE;
	vertical-align:		top;
	border:				1px solid #CCCCCC;
	/*font-family:		Verdana, Tahoma, Arial; */
	font-weight:		normal;
}

.nmItemTop {
	padding-top:		17px;
	padding-bottom:		10px;
	width: 				100%; 
	display: 			block;
	text-align:			left;
	font-size:			.7em;
}

.nmItemMid {
	padding-top:		10px;
	padding-bottom:		10px;
	border-top:			1px dashed #464635;
	width: 				100%; 
	display: 			block;
	font-size:			.7em;
}

.nmItemBottom {
	padding-top:		10px;
	margin-bottom:		35px;
	border-top:			1px dashed #464635;
	width: 				100%; 
	display: 			block;
	font-size:			.7em;
}

#nm a {
	color:				#464635;
	text-decoration:	none;
}

#nm a:hover {
	color:				#000078;
}

#nmGetAcrobat {
	border:					1px solid #464635	;
	text-align:				center;
	vertical-align:			middle;
	color:					#666666;
	font-size:				.6em;
	background-color:		#FFFFFF;
	padding:				5px;
}


/**************************************************
	Document Section: Content Container
**************************************************/
#cc {
	width:				100%;
	/*font-family:		Verdana, Tahoma, Arial;*/
	padding:			10px;
}

#ccInteriorNav {
	vertical-align: 	middle; 
	text-align: 		left; 
	border-bottom: 		1px dashed #CCCCCC; 
	padding-bottom:		9px;
	font-size: 			.7em;
	font-weight:		bold;
	color:				#4A4A4A;
}

#ccInteriorNav a {
	font-weight:		normal;
	color:				#666666;
}

#ccInteriorNav a:hover {
	color:				#000078;
}

#ccInteriorNav img {
	margin-left:		10px;
	margin-right:		10px;
	margin-top:			10px;
}

#ccLayout {
	width:				100%;
	padding:			0px;
	margin:				0px;
	border-style:		none;
}

#ccLayoutAColumn {
	width:				100%;
	vertical-align:		top;
	text-align:			left;
	height:				100%;
	padding-bottom:		15px;
	line-height:		1.4;
}

#ccLayoutBColumnLeft {
	width:				100%;
	vertical-align:		top;
	text-align:			left;
	height:				100%;
	padding-bottom:		15px;
	padding-right:		10px;
}

#ccLayoutBColumnRight {
	width:				154px;
	vertical-align:		top;
	text-align:			left;
	height:				100%;
	background-color:	#FFFFFF;
	padding-bottom:		15px;
	padding-left:		10px;
	border-left:		1px dashed #8A8E78;
}

#ccLayoutCColumnLeft {
	width: 				290px; 
	vertical-align: 	top; 
	text-align: 		left; 
	padding-top: 		0px; 
	height: 			100%;
	padding-bottom:		15px;
}

#ccLayoutCColumnRight {
	width: 				100%;
	vertical-align: 	top; 
	text-align: 		left; 
	height: 			100%;
	padding-bottom:		15px;
}

/**************************************************
	Document Section: Footer
**************************************************/
#footer {
	height:				20px;
	vertical-align:		middle;
	text-align:			center;
	background-color:	#000000;
	/* font-family:		Verdana; */
	font-size: 			.6em; 
	color: 				#FFFFFF;
	border-top:			2px solid #FFFFFF;
}

#footer span {
	display: 			inline; 
	padding-right: 		10px; 
	padding-left: 		10px;
}

#footer a {
	color:				#DADADA;
	text-decoration:	none;
}

#footer a:hover {
	color:				#FFFFFF;
}
