body{
margin: 0 auto;
text-align: center;
background-color: #F1F0E9;
background-image: url(images/BG.gif);
background-repeat: repeat;
background-position: top left;

}
/* Centering the page elements, defining site width */

#PageBGWrapper{
background-color: #F1F0E9;
}

#PageWrapper{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image: url(images/topBG.gif);
background-repeat: repeat-x;
background-position: top left;
background-color: #F1F0E9;
}

	#PageHeader{
	width: 708px;
	height: 144px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin: 0 auto;
	text-align: center;
	}
	
		#LogoSpace{
		position: relative;
		float: left;
		width: 708px;
		height: 80px;
		margin-top: 10px;
		display: inline;
		text-align: left;
		}
	
	#PageContent{
		width: 708px;
		min-height: 600px;
		margin: 0 auto;
		text-align: center;
		margin-top: -54px;
	}
		#BannerSpace{
		width: 708px;
		height: 255px;
		background-image: url(images/Banner.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		}
		
			#MenuSpace{
			position: relative;
			float: left;
			width: 180px;
			font-weight: bold;
			margin-top: 30px;
			margin-left: 20px;
			text-align: left;
			}

				#MenuSpace ul{
				list-style-type: none;
				padding: 0 0 0 0;
				margin: 0 0 0 0;
				text-indent: 0;
				}	

				#MenuSpace ul li a:link,#MenuSpace ul li a:visited{
				color: #424242;
				font-family: Arial, Verdana, Tahoma, Sans-serif;
				font-size: 16px;
				text-decoration: none;
				font-weight: bold;
				}
						
				#MenuSpace ul li{
				width: 180px;
				border-bottom: 1px #C3C6BA solid;
				text-indent: 20px;
                line-height: 25px;
				height: 25px;
				}

				#MenuSpace ul li a:hover{
				width: 180px;
				display: block;
				color: #424242;
				font-family: Arial, Verdana, Tahoma, Sans-serif;
				font-size: 16px;
				text-decoration: none;
				font-weight: bold;
				background-color: #FFFFFF;
				}
				
				#MenuSpace ul li ul{
				display: none;
				}
			
				#CurrentLink{
				width: 180px;
				display: block;
				color: #424242;
				font-family: Arial, Verdana, Tahoma, Sans-serif;
				font-size: 16px;
				text-decoration: none;
				font-weight: bold;
				background-color: #FFFFFF;				
				}
				
		#ContentSpace{
		position: relative;
		display: block;
		overflow: auto;
		}
		
		#WideContentSpace{
		width: 918px;
		position: relative;
		display: block;
		overflow: auto;
		}
		
			#LeftContentSpace{
			position: relative;
			float: left;
			width: 214px;
			clear: none;
			text-align: left;
			margin-left: 2px;
			display: inline;
			}
			#RightContentSpace{
			position: relative;
			float: right;
			width: 463px;
			clear: none;
			text-align: left;
			display: inline;
			}
	
	/* For content pages only */
			#FullContentSpace{
			position: relative;
			float: left;
			width: 700px;
			clear: none;
			text-align: left;
			margin-left: 2px;
			display: inline;
			}
	
	#PageFooter{
	width: 100%;
	height: 106px;
	background-image: url(images/bottomBG.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	}

        #PageFooter a:link,#PageFooter a:visited{
        color: #FFFFFF;
        }
	
	
/* Styles for articles module and other misc text */
.Normal{
/*font-size: 12px;
font-family: Verdana, Tahoma, Arial, Sans-serif;*/
}

.ArticleTitle{
font-size: 12px;
text-decoration: none;
font-weight: bold;
}

.NormalBold{
font-size: 12px;
text-decoration: none;
float: left;
}

.ArticleFooter, .ArticleReddit, .ArticleDigg{
display: none;
}

.Head{
font-weight: bold;
font-size: 14px;
}

/* Hiding non-essential elements, e.g Email help buttons */
#dnn_ctr9872_Feedback_plEmail_imgHelp{display: none;}
#dnn_ctr9872_Feedback_plName_imgHelp{display: none;}
#dnn_ctr9872_Feedback_plBody_imgHelp{display: none;}
#dnn_ctr9872_Feedback_plSubject2_cmdHelp{display: none;}

/* Adding default link styles */

a:link,a:visited{
text-decoration: none;
}

a:hover{
text-decoration: underline;
}