html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset script */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
     overflow: -moz-scrollbars-vertical;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	text-align: center;
	background: #faeede;
	}

#header {
	width: 960px;
	position: relative;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	height: 180px;
}

#DawnHeader {
  z-index: 1;
	position: absolute;
	top: 5px;
	left: 0px;
	margin: 0;
	height: 180px;
	width: 179px;
	background: url(images/Dawn.png) 0 0 no-repeat;
}
#Logo {
  z-index: 2;
	position: absolute;
	top: 60px;
	left: 150px;
	margin: 0;
	height: 75px;
	width: 325px;
	background: url(images/Logo.png) 0 0 no-repeat;
}
#SuttonGroup {
	position: absolute;
	top: 15px;
	right: 0px;
	margin: 0;
	height: 120px;
	width: 155px;
	background: url(images/SuttonGroup.png) 0 0 no-repeat;
}

#container {
	width: 960px;
	margin: 0px auto;
	
	padding: 0;
	text-align: left;
	background: #FFF;
}

#Content {
	margin: 0;
	padding: 0px;
	background: #FFF;
}

#Content #ContentBox {
	margin: 0 10px;
	padding: 0px;
	background: #FFF;
}

#Footer {
  position: relative;
  width: 960px;
	height: 45px;
	margin: 0;
	padding: 0;
	background: #3b0076;
}
#Footer p {
	Position: absolute;
	bottom: 2px;
	right: 2px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #96a8da;
}

