@charset "utf-8";
/* CSS Document */

/* --------- Reset --------- */
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
	body {line-height:1.5;}
	table {border-collapse:separate;border-spacing:0;}
	caption, th, td {text-align:left;font-weight:normal;}
	table, td, th {vertical-align:middle;}
	blockquote:before, blockquote:after, q:before, q:after {content:"";}
	blockquote, q {quotes:"" "";}
	a img {border:none;}
/* ------------------------- */

body {
	height: 100%;
	width: 100%;
	background-color: #133952;
	font: .8em/1.3em arial, helvetica, sans-serif;
	color: #fff;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	/*overflow: hidden;*/
}

a:link {color: #fff; text-decoration: none; outline: none;}
a:visited {color: #fff; text-decoration: none; outline: none;}
a:hover {color: #666; text-decoration: none; outline: none;}

#wrapper {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#header {
	width: 100%;
	height: 43px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/navBar-bkgd.png) repeat-x;
}

#flashcontent {
	width: 100%;
	height: 92%;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#footer {
	width: 100%;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	border-top: 1px solid #666;
}

#footer #footerText {
	height: 15px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 10px;
}