/* CSS Document */

.masterMenu {
	width: 950px;
	background-color: #751014;
	color : #750B0D;;
}

body {
	font: 12px Verdana, Geneva, sans-serif;
	color: #676767;
	line-height: 16px;
	background-color: #EE9656;
	background-image: url(mainbg.jpg);
	background-repeat: repeat;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px
	margin: 0px 0px 8px 0px;
	line-height: 16px;
	}

td {
	font: 12px Verdana, Geneva, sans-serif;
	line-height: 16px;
	}
	
hr {
	border-top-color: #2D517F;
	border-top-width:1px;
	border-top-style: solid;
	height:0px;
	clear:both;
	}
	
img {
	border: 0px;
	}

.pageTitleMain {
	font-size: 20px;
	font-family : Verdana, Geneva, sans-serif;
	font-weight : bold;
	padding: 5px;
	color : #750B0D;
}

a.siteLinks:link {
	color: #C60;
	font-size:12px;
	text-decoration: underline;
}

a.siteLinks:visited {
	color: #C60;
	text-decoration: none;
}

a.siteLinks:hover {
	color: #630;
	text-decoration: none;
}

a.siteLinks:active {
	color: #C60;
	text-decoration: none;
} 

.edClear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	line-height: 0px;
	font-size: 0px;
}

#edPrintHeader {
	display:none;
}

#edGlobalWrapper {
	margin: 0px auto;
	width: 950px;
	text-align: center;	
	position:relative;
}

		
/*Header*/

#edHeader {
	position: relative;
	margin: 0px auto;
	width: 951px;
	height: 195px;
	text-align:left;
	margin-top: 19px;
	z-index: 100;
}

#edLogo {
	width: 950px;
	height: 195px;
}

/*Content*/
#edContentWrapper {
	margin: 0px auto;
	padding: 8px 0px 0px 0px;
	width: 950px;
	text-align: left;
	background-color: #FFF;
	z-index:20;
}


/*Text*/
#edContent {
	width: 923px;
	padding: 0px 5px 5px 5px;
	text-align: left;
	overflow: hidden;
	border: 1px solid #736E6A;
	margin-left: 8px;

}

/*Footer*/
#edFooterWrapper {
	margin: 0px auto;
	width: 938px;
	height: 39px;
	padding: 0px;
	background-image:  url("footerback.jpg");
	background-repeat: no-repeat;
	background-position: top;
	border-top: 2px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 7px solid #FFF;
	border-left: 8px solid #FFF;
	
}

#edFooterMenu {
	float:right;
	width: 550px;
	text-align: right;
	font-size: 10.5px;
	padding-right: 17px;
	text-transform: uppercase;
	padding-top: 8px;
}

	#edFooterMenu a, #edFooterMenu a:visited, #edFooterMenu a:active {
		text-decoration: none;
		color: #FFF;
	}
	
	#edFooterMenu a:hover {
		text-decoration: underline;
		color: #FFF;
	}

#edCopyright {
	float: left;
	width: 250px;
	text-align: left;
	color: #FFF;
	font-size: 10.5px;
	padding-top: 8px;
	padding-left: 16px;
	text-transform: uppercase;
}

#edPoweredBy {
	width: 950px;
	text-align: center;
	padding-top: 20px;
}

	#edPoweredBy a, #edPoweredBy a:visited, #edPoweredBy a:active {
		text-decoration: none;
		color: #666;
	}
	
	#edPoweredBy a:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}


	
