/* Clear All*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
 
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
 
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* End Clear All */

body {
	background-image: url(../images/Header/Background2.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #013366;
}
img {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	color: #003366;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	margin: 0px;
	width: 770px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	height: 75px;
	background-color: #FFFFFF;
	float: left;
}
#header img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 40px;
	width: 770px;
	position: relative;
	background-color: #FFFFFF;
}
#content {
	width: 770px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
}
#footer {
	background-image: url(../images/Footer/Footer.gif);
	margin: 0px;
	clear: both;
	float: left;
	height: 30px;
	width: 770px;
	position: relative;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #FFFFFF;
}
#footer p {
	text-align: center;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

