/* Newtown HTML/CSS 2006-07-10 */
/* written by Design44 */
/* ====================== Page Formatting  ========================*/
body, table, p, a {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;}

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;}
h6 {
	color: #FF00FF;
	font-size: 11px;}

td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;}
ul {margin: 0px 0px 10px 20px;}

p {
	margin: 0px;
	padding: 5px 0px 10px 0px;}

/* ====================== Header/Footer Positioning ====================== */
#header {
	width: 740px;
	height: 140px;
	position: relative;
	background-color: #a3b8ad;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#logo {
	top: 14px;
	left: 19px;
	z-index: 2;
	position: absolute;}
#navMenu {
	z-index: 3;
	left: 20px;
	bottom: 8px;
	height: 30px;
	position: absolute;
	width: 529px;
}
#photos {
	top: 19px;
	right: 23px;
	z-index: 4;
	width: 165px;
	height: 111px;
	position: absolute;
	background-color: #FFFFFF;}


#footer {
	font-size: 9px;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 10px;}


/* ====================== Layout & Columns ====================== */
#main {
	width: 740px;
	background-color: #a3b8ad;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;}
	
#leftMaster {
	width: 530px;
	background-color: #FFFFFF;}
#rightMaster {background-color: #dbe3df;}

#content {padding: 20px 40px 40px 20px;}

#quicklinks {
	padding: 5px;
	text-align: center;}
