
	body, html {
		margin: 0;
		height:100%;
		padding: 150px;
		padding-top: 20px;
		padding-bottom: 20px;
		border: none;
		background-color: #DEB887;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11pt;
		font-weight: bold;
		line-height: 16px;
		text-transform: none;
		
	}
	.clearDiv {
		clear: both;
	}
	.master_div {
		width: 950px;
		border: 1px solid black
	}
	.headCont {
		width: 950px;
		border: 1px solid black
	}
	.header {
		width: 575px;
		height: 150px;
		margin-top: 10px;
		float: left;
		font-size: 45px;
		background: #2E8B57;
		border: 1px solid black
	}
	#headGraphic {
		width: 300px;
		margin-top: 30px;
		float: left;
		background: #B22222;
		border: 1px solid black
	}
	.navCont {
		width: 950px;
		height: 40px;
		border: 1px solid black;
	}
	.button,  a {
		font: bold 12px Arial;
		text-decoration: none;
		background-color: #2E8B57 ;
		color: #483D8B;
		padding: 2px 6px 2px 6px;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
		border-left: 1px solid #CCCCCC;
   }
   
    a:link {
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	a:active {
		text-decoration: none;
	}

	.biggAr_fonts  p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #B22222;
		padding: 5px;
	}
	
	
	
	
/*
#nav_seperator {
	background-image: url(images/nav-seperator.png);
	background-position: top;
	height: 1px;
}

#nav_table {
	background-image: url(images/nav.png);
	background-position: center top;
	height: 48px;
	padding: 2px;
}

#master_table {
	height: 100%;
	width: 950px;
	background-image:url(images/main-background.png);
	background-position:center;
	background-repeat:repeat-y;
}

#main_table {
	height: 100%;
	width: 836px;
}*/

.bottomlinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: dark brown;
}
/*.headers {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #ffffff;
	font-weight: bold;
}

	*/
