/*CSS RESET*/
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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
		}
	
/* 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:;
	border-spacing:;
		}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight:;
}

em {
	font-style:oblique;
}

p {
	margin:;
	line-height: 1.6;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

h1 {font-size:180%;}
h2 {font-size:150%;}
h3 {font-size:125%;}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

a:link {color:;}
a:hover {color:;}

/*End RESET - Begin Full Width CSS*/
	body {
	background-color:#3a3a3a;
	font:13px Helvetica,  Arial,  sans-serif;
					}

	.wrap {
	margin-left:auto;
	margin-right:auto;
	width:992px;
	height: auto;
	}
	
	#header, #footer {
		width:100%;
		float:left;
		padding:0px;
		height: auto;
	}
	
	#header {
		background:;
		height: auto;
		background-image: url(/website/images/13_HeaderSpacer.gif);
		background-repeat:repeat-x;
		}
	
	#header .logo {
		float: left;
		width: 400px;
	}
	
	#header p {
		float:right;
		width:400px;
		margin:0;
	}
	
	#content {
		clear:both;
				}
	
	#footer {
	background-image:url(/website/images/13_footerspacer.gif);
	background-repeat:repeat-x;
		text-align:center;
		height: 268px;
	}
	
	#footer a {
		color:;
	}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
}
.style6 {font-size: 12px;}
</style>

<style type="text/css">
<!--
.HRTags {	border: thin dotted #3a3a3a;
}
.style7 {color: #4a207e}

