html {
	height: 100%;
	font-size: 1.25em; /* 1.25 16px = 20px */
	/* 15px */
}

body{
	height: 100%;
	margin: 0;
   font-size: 50%; /* adjusts base font to 10px */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #AFCBE8;
	line-height: 13px;
}

#contentBoxInner ul{

}

#contentBoxInner ul li{
list-style: disc !important;
}

h1{
	color: #38ABC9;
	font-size: 1.7em; /* 17px */
	padding: 0.0em 0em 0.4em 0em; /* 7px 0px 6px 0px */
	margin: 0em;
}

h2{
	color: #FFCC33;
	font-size: 1.4em;
	padding: 0.3em 0em 1em 0em; /* 4px 0px 14px 0px */
	margin: 0px;
}

h3{
display:block;
font-size:1.17em;
font-weight:bold;
margin:1em 0;
color:#38ABC9;
text-align: center;
}

h4{
display:block;
font-size:1.17em;
font-weight:bold;
margin:1em 0;
color:#FFCC33;
text-align: center;
}

a{
	color: #38ABC9;
 text-decoration: none;   
}

a:hover{
	text-decoration: underline;
}

#pageContainer{
	width: 90em; /* 900px */
	margin: 10px;
	background-color: #171717;
}

#header{
	width: auto;
	height: 17.2em; /* 172px */
}

#header #logo{
 position: absolute;
 top: 36px;
 left: 92px;
 width: 250px; 
 height: 112px; 
}

#left_news {
color:#FFFFFF;
float:left;
font-size:14px;
font-weight:bold;
height:21px;
left:80px;
padding:6px 0 0 20px;
position:absolute;
top:20px;
width:126px;
}

#my_news{
background-color:#171717;
color:white;
float:right;
font-size:14px;
left:205px;
position:absolute;
top:12px;
width:600px;
margin-top:14px
}


     
#quoteContainer{
	width: 450px; /* 432px */
	height: 4.6em; /* 46px; */
/*	background-image: url(images/main/quoteBack.jpg); */
 background-repeat: no-repeat;
	position: absolute;
	top: 6.3em; /* 63px */
	left: 39em; /* 390px */
}

#header #quote{
	color: white;
	width: 450px;
	text-align: center;
 height: 100px;
}

 #navLeft{
	width: 3.1em; /* 31px */
	height: 3.2em; /* 32px */	
	background-image: url(images/main/navLeft.jpg);
	position: absolute;
	top: 18.2em; /* 182px */
	left: 8.3em; /* 83px */
}

#navigation{
	height: 3.2em; /* 32px */
	width: 63em; /* 630px */ 
	margin: 0 auto;
	padding: 0;
	line-height: 2.75em; /* 32px */
	background-image: url(images/main/navBack.jpg);
	background-repeat: repeat-x; 
	font-size: 1.1em;
}

#navRight{
	width: 3.1em; /* 31px */
	height: 3.2em; /* 32px */	
	background-image: url(images/main/navRight.jpg);
	position: absolute;
	top: 18.2em; /* 182px */
	left: 80.6em; /* 83px */
}

#navigation li{
	display:	inline;
	padding: 0em 0.75em 0em 0.75em;
}

#navigation li a{
	color: white;
	text-decoration: none;
}

#navigation li a:hover{
	text-decoration: underline;
}

#mainContent{
	width: 750; /* 750px */ 
	margin: 0em 0em 0em 7.5em; /* 0px 0 0 75px */
	padding: 0em 0em 1em 0em;
}

#footer{
	background-color: black;
	color: #38ABC9;
	text-align: center;
	
}

#footer a{
	color: #38ABC9;
	margin: 0em 0.25em 0em 0.25em; /* 5px */
}

#footer a:hover{
	text-decoration: none;
}

#footer #powered{
	float: left;
	width: 18.6em; /* 186px */
	height:: 5.4em; /* 54px */
}

#footer #footerTop{
	background-color: #4A4A4A;
	height: 2.7em; /* 27px */
	width: 71.4em; /* 714px */
	margin: 0em 0em 0em 18.6em; /* 186px */
	line-height: 2.7em;
}

#footer #footerBottom{
	background-color: #333333;
	height: 2.7em; /* 27px */
	width: 71.4em; /* 714px */
	margin: 0em 0em 0em 18.6em; /* 186px */
	line-height: 2.7em;
}

/* 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 !important;
	margin: 0;
	padding: 0;
}

#contentRightLinksInner a{
color: white;
text-decoration: none;
}

#contentRightLinksInner a:hover{
text-decoration: underline;
}

#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;
}

