html {
	height: 100%;
	font-size: 1.25em; /* 1.25 16px = 20px */
}

body{
	height: 100%;
	margin: 0;
   font-size: 50%; /* adjusts base font to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;

	background-image: url(images/bg.jpg);
}

a:link{
	color: #13B5EA;
	text-decoration: none;
}

a:visited {
	color: #13B5EA;
	text-decoration: none;
}

a:active {
	color: #13B5EA;
	text-decoration: none;
}

a:hover{
	color: #666666;
}

#mainContainer{
	width: 692px;
	margin: 0 auto;
}

#mainContainer #headerLeft{
	width: 285px;
	height: 159px;
	float: left;
	background-color: #309ADF;
	padding: 15px 25px 15px 25px;
}

#mainContainer #headerLeft ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainContainer #headerLeft ul li{
	float: left;
	width: 142px;
	margin-bottom: 5px;
}

#mainContainer #headerLeft ul li a{
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1.2em;
}

#mainContainer #headerLeft ul il a:hover{
	color: #E5E29B;
}

#mainContainer #headerRight{
	width: 335px;
	height: 189px;
	float: right;
	background-color: #309ADF;
	position: relative;
}

#mainContainer #headerRight #headerLogo{
	position: absolute;
	right: 22px;
	top: 18px;
	border: none;
}

#navLeft{
  float: left;
}

#navRight{
  float: right;
}

#mainContainer #navigation{
	height: 22px;
	clear: both;
	padding-left: 35px;
 padding-right: 25px;
}

#mainContainer #navigation ul{
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	display: block;
 position: relative;
}

#mainContainer #navigation ul li{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	margin-right: 25px;
	margin-top: 3px;
}

#mainContainer #navigation ul li a{
	color: #E5E29B;
}

#mainContainer #content{
	background-image: url(images/faux-background.gif);
	background-repeat: repeat-y;
	height: 100%;
}

#mainContainer #content:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}

#mainContainer h1{
	color: #19B7EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.166em; /* 14px */
	font-weight: bold;
	margin-top: 0;
	border: 1px solid #13B5EA;
	padding: 3px 3px 2px 5px;
	text-transform: uppercase;
}

#mainContainer h2{
	color: #13B5EA;
	font-size: 1.5em; /* 18px */
	font-weight: normal;
	margin: 0;
}

#mainContainer h3{
	color: #13B5EA;
	font-size: 1.25em; /* 15px */
	font-weight: normal;
	margin: 0;
}

#mainContainer #footer{
	font-size: 0.9em; /* 9px */
	color: #999999;
	text-align: right;
	background-image: url(images/faux-background.gif);
	background-repeat: repeat-y;
	height: 70px;
	padding-bottom: 25px;
}

#mainContainer #footer #footerLeft{
	width: 285px;
	float: left;
	padding: 0 25px 0 25px;
}

#mainContainer #footer #footerRight{
	width: 285px;
	float: right;
	padding: 0 25px 0 25px;
}

hr{
	border-style: none none dotted;
	border-width: medium medium 2px;
	color: #999999;
   margin: 10px 0 10px 0;
}

.termsBox{
	border: 1px solid #CCCCCC;
	height: 450px;
	margin-bottom: 30px;
	overflow: auto;
	padding:10px;
}

img{
	border: none;
}