body {
	color: black;
	background-repeat: repeat-x;
	background-image: url(../images/body-bg-tile.jpg);
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #86afc4;
}

* {margin: 0; border-width: 0; padding: 0;}

#header {
	position: relative;
	z-index: 20;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
#contentContainer {
	background-color: #e5eaee;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 16px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
.sidebar {
	width: 194px;
}
.sidebar p {
	margin: 0px 0px 10px 0px;
}
#sidebarLeft {
	float: left;
}
#sidebarRight {
	float: right;
}
#mainContent {
	margin: 0px 16px 0px 16px ;
	width: 470px;
	float: left;
}
#mainContent h1 {
	color: #004b8d;
	font-size: 1.25em;
	margin-top: 10px;
}
#mainContent h2 {
	font-size: 1em;
	color: #004b8d;
	margin-top: 10px;
}
#mainContent h3 {
	border-bottom-color: #2c2c2c;
	border-bottom-style: solid;
	font-size: 0.88em;
	margin-top: 10px;
	border-bottom: 1px;
}
#mainContent p {
	font-size: 0.88em;
	margin-top: 10px;
}
#footer {
	font-size: 0.75em;
	color: white;
	clear: none;
	padding-top: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	width: 900px;
}
#footer p {
	margin-bottom: 6px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	
}
#footer a:hover{
		text-decoration: underline;
	}
					

#footer .disclaimer {
	font-size: 50%;
}
#footer .boldBlue{
		font-size: 80%;
		text-transform: uppercase;
		color: #5b7988;
	}
#leftFooter {
	float: left;
	width: 194px;
	text-align: center;
}
#rightFooter {
	float: right;
	width: 194px;
	text-align: center;
	padding-top: 10px;
}
.clearer {
	clear: both;
}
.whiteBox {
	color: #cccccc;
	text-align: center;
	margin-bottom: 10px;
	background-color: white;
}
.boxed {
	background-color: white;
	text-align: center;
}

/* tips */
#tipsBox{
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#tips, #tips li{
	list-style: none;
	}
#tips{
	width: 194px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: .75em;
	line-height: 120%;
	}
#tips li{
	text-align: center;
	font-weight: bold;
	color: #656565;
	padding: 10px;
	background: #ffffff;
	display: none; /* hide the items at first only to display one with javascript */
	}
/* // tips */