html {
	height: 100%;
}

body{
	height: 100%;
	margin: 0;
 font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #AFCBE8;
	line-height: 13px;
}

h1{
	color: #365F91;
	font-size: 14px; /* 17px */
	padding: 0 0 4px 0; /* 7px 0px 6px 0px */
	margin: 0;
}

h2{
	color: #FFFFFF;
	font-size: 11px;
	padding: 0.3em 0em 1em 0em; /* 4px 0px 14px 0px */
	margin: 0px;
}

a{
	color: #8F9494;
}

a:hover{
	text-decoration: none;
}

#pageContainer{
	width: 900px;
 margin: 10px auto;
	background-color: #171717;
 position: relative;
}

#header{
	width: auto;
	height: 172px; /* 172px */
}

#header #logo{
	position: absolute;
	top: 55px; /* 43px */
	left: 70px; /* 146px */
	width: 300px; /* 145px */
	height: 70px; /* 91px */
}

#quoteContainer{
	width: 432px; /* 432px */
	height: 46px; /* 46px; */
	background-image: url(images/main/quoteBack.jpg);
 background-repeat: no-repeat;
	position: absolute;
	top: 63px; /* 63px */
	left: 390px; /* 390px */
}

#header #quote{
	color: white;
	width: 361px; /* 361px */
	text-align: center;
	padding: 10px 0 0 35px; /* 10px 0px 0px 35px */
}

 #navLeft{
	width: 31px; /* 31px */
	height: 32px; /* 32px */
	background-image: url(images/main/navLeft.jpg);
	position: absolute;
 left:73px;
 top:172px;
}

#navigation{
	height: 32px; /* 32px */
	width: 691px; /* 630px */
	margin: 0 auto;
	padding: 0;
	line-height: 32px; /* 32px */
	background-image: url(images/main/navBack.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}

#navRight{
	width: 31px; /* 31px */
	height: 32px; /* 32px */
	background-image: url(images/main/navRight.jpg);
	position: absolute;
 left:786px;
 top:172px;
}

#navigation li{
	display:	inline;
	padding: 0 0.75em 0em 0.75em;
}

#navigation li a{
	color: white;
	text-decoration: none;
}

#navigation li a:hover{
	text-decoration: underline;
}

#mainContent{
	width: 750px; /* 750px */
	margin: 0 0 0 75px; /* 0px 0 0 75px */
	padding: 0 0 10px 0;
}

#footer{
	background-color: black;
	color: #99CCFF;
	text-align: center;

}

#footer a{
	color: #99CCCC;
	margin: 0 0.25em 0 0.25em; /* 5px */
}

#footer a:hover{
	text-decoration: none;
}

#footer #powered{
	float: left;
	width: 186px; /* 186px */
	height: 54px; /* 54px */
}

#footer #footerTop{
	background-color: #4A4A4A;
	height: 27px; /* 27px */
	width: 714px; /* 714px */
	margin: 0 0 0 186px; /* 186px */
	line-height: 27px;
}

#footer #footerBottom{
	background-color: #333333;
	height: 27px; /* 27px */
	width: 714px; /* 714px */
	margin: 0 0 0 186px; /* 186px */
	line-height: 27px;
}

/* CONTENT RIGHT LINKS FOR CONTENT/CONTACT */

#contentRightLinks{
	width: 177px;
	position: relative;
	margin: 0 auto;
	background-color: #333333;
	background-image: url(images/content/linksRightTop.jpg);
	background-repeat: no-repeat;
	color: #99CCCC;
}

#contentRightLinksInner{
	position: relative;
	z-index: 1;
}

#contentRightLinksInner ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#contentRightLinksInner ul li{
	height: 35px;
	border-bottom: 1px solid #171717;
	line-height: 35px;
	text-align: center;
}

#contentRightLinksBottom{
	background-image: url(images/content/linksRightBottom.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 220px;
	height: 13px;
	bottom: 0px;
	left: 0px;
}
