/* CSS Document */
/* --------------------------------------------------------------------------- */
/* ----------------------------  >> Reset CSS <<  ---------------------------- */
/* --------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin:0; 
	padding:0; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
ol, ul { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
caption { text-align:left; }
fieldset, img { border:0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var, small { font-style:normal; font-weight:normal; }
q:before, q:after { content:''; }
* { padding:0; margin:0; }
hr { color:#ccc; height:1px; }
/* =clearfix */
.clearfix:after { content:".";  display:block; height:0; clear:both; visibility:hidden; }
/* Fix for IE-mac */
.clearfix { display:inline-block !important; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */
/* --------------------------------------------------------------------------- */
body { 
	background: url(/assets-07/images/page-bg.jpg) repeat-x #016FAC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	text-align: center;
	
}
h1 {
	border-top: 1px solid #e0e0e0;
	font-size: 175%;
	position: relative;
	margin-top: 70px;
	color: #004C84;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, "New Century Schoolbook", "Times New Roman", times, serif;
	font-weight: bold;
	padding: .3em;
	clear: both;
}
#ContentWrap{
	background: url(/assets-07/images/Content-bgs.gif) no-repeat right 50px #FFFFFF;
	border: 1px solid #FFFFFF;
	border-top: 10px solid #FFcc00;
	margin: auto; 
	position: relative;
	text-align: left; 
	width: 642px; 
	padding: 0 0px 0px 0px;
	color:#333333;
}
#Logo {
	position: absolute;
	display:block;
	margin: 5px;
	right: 0px;
	margin-bottom: 10px;
}
#Footer{
	background: #003366 url(/assets-07/images/bottom-bg.gif) repeat-x; 
	border: 1px solid #FFFFFF; 
	color:#FFFFFF;
	margin: auto; 
	padding: 0px; 
	position:relative; 
	text-align:left; 
	top: 0px; 
	width:642px; 
}
#Footer p {
	margin: .5em;
	font-size: 80%;
	line-height: 1.5em;
}
#Footer a {
	color: #FFCC00;
}

