/* ---------- Body Attributes ---------- */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 18px;
	background: #28283f url(images/bg.gif);
	margin: 0;
	height: 100%;
}

/* ---------- Div Attributes ---------- */

#header{
	width: 732px;
	height: 212px;
	margin: 10px auto 0 auto;
}

#content{
	width: 712px;
	margin: 0 auto;
	background: white;
	padding: 0 10px 5px 10px;
}

#footer{
	width: 732px;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #375896;
	margin: 0 auto;
	padding-top: 9px;
	text-align: center;
	background: url(images/footer.gif) no-repeat top center;
}

/* ---------- Link Attributes ---------- */

a{ /* Standard links */
	text-decoration: underline;
	color: #ff9900;
}

a:link{
	text-decoration: underline;
	color: #ff9900;
}

a:visited{
	text-decoration: underline;
	color: #ff9900;
}

a:hover{
	text-decoration: none;
	color: #ff9900;
}

a:active{
	text-decoration: none;
	color: #ff9900;
}


a.footerLink{ /* Footer links */
	text-decoration: underline;
	color: #375896;
}

a.footerLink:link{
	text-decoration: underline;
	color: #375896;
}

a.footerLink:visited{
	text-decoration: underline;
	color: #375896;
}

a.footerLink:hover{
	text-decoration: none;
	color: #375896;
}

a.footerLink:active{
	text-decoration: none;
	color: #375896;
}
