* { font-family:Tahoma, Arial, Helvetica, sans-serif;}
.block{ width:100%; clear:both;}
body {
	background: url(images/pageBg.jpg) repeat-x #262626!important; text-align:justify;
}

h1 {
	font-family:inherit;
	font-size:100%;
	font-weight:inherit;
	color:inherit;
	}


/*******************************************************************************
								DESIGN STYLES
*******************************************************************************/

#Page-Wrap {
	position:absolute;
	margin:0 auto;
	width:100%;
}
	#Content-Wrap {
		/*make space for the header*/
		margin:0px auto;
		margin-top:0;
		text-align:justify;
	}
		#Content-Holder {
			position:relative;
			margin:0px auto;
			margin-top:501px;
			width:760px;
			text-align:justify;
			padding-bottom:5px;
		}
		.Sub-Page-Content {
			min-height:180px;
			margin-top:370px!important;
			text-align:justify;
		}
		.Sub-Page2-Content {
			min-height:180px;
			margin-top:370px!important;
			text-align:justify;
		}
		#Footer-Holder {
			position:relative;
			height:75px;
			background:url(images/footerBg.jpg) repeat-x;
			padding-top:25px;
		}
			#Footer-Content {
				text-align:justify;	margin:0 auto;
				width:760px;
			}
				#Left-Footer {
					width:70%;
					padding-left:2%;
					color:#126692;
				}
				#Right-Footer {
					width:25%;
					text-align:right;
					padding-right:2%;
					color:#126692;
				}
		
	#Top-Holder {
		position:absolute;
		top:10px;
		margin:auto;
		width:100%; height:501px;
	}	
	#Top-Holder-Sub-Page {
		position:absolute;
		top:10px;
		margin:auto;
		width:100%; height:330px;
	}	
		#Menu-Holder {
			position:relative;
			margin:0 auto;
			height:49px; width:760px;
			background:url(images/mnuBg.jpg) repeat-x;
			z-index:100;
		}
		#Header-Holder {
			position:relative;
			margin:0 auto;
			width:760px; height:360px;
		}
		#Top-Holder-Sub-Page #Header-Holder {
			position:relative;
			margin:0 auto;
			width:760px; height:300px;
		}
			#Logo-Holder {
				width:100%; height:91px;
				background:url(images/headerTop.jpg) no-repeat;
				text-align:right;
			}
			#Header-Middle {
				width:100%; height:211px;
				background:url(images/headerMiddle.jpg) no-repeat;
			}
			#Header-Quick-Links-Holder {
				width:100%; height:129px;
				background:url(images/headerBottom.jpg) no-repeat;
			}
			.fourth{
				width:172px !important;
			}
			#Header-Shadow {
				width:100%; height:11px;
				background:url(images/headerShadow.jpg) no-repeat;
			}
			#Header-Shadow-Sub-Page {
				width:100%; height:11px;
				background:url(images/headerShadow_SubPage.jpg) no-repeat;
			}
			
/*****************************************************************/
/* Containers */
.Header-Quick-Links { float:left; margin-left:13px; width:172px;}
#ContentPane { }
#dnn_LeftPane, #dnn_RightPane { width:48%;}
.Sub-Page2-Content #dnn_LeftPane { width:69%;}
.Sub-Page2-Content #dnn_RightPane { width:29%;}
#LowerPane { }

/*****************************************************************/
/* DNN Styles */
.DNNLinks {
	font-size:0.86em;
	color:#53B5EA;
}
A.DNNLinks:link, A.DNNLinks:visited {
	font-size:0.86em;
	color:#53B5EA;
}
A.DNNLinks:hover {
	font-size:0.86em;
	color:#126692;
}
