/* CSS Document */

html, body {
	/*
	background: #fff url(../img/background_bubble.gif) top left no-repeat fixed;
	*/
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	margin:0;		
}

body ul li {
	list-style-type: square;
	text-align:left;
	margin: 0;
	padding-bottom: 4px;

}
body ul {
	padding: 4px 0 0 0 ;
	margin: 0;
	padding-left: 20px;
}

.quest {
	
	padding-top: 60px;
	}

.clear{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;	
	}

.leftcolone {
width: 160px;
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 30px;
}

.rightcolone {
width: 200px;
float: right;
padding: 5px 0px 0px 0px;
margin: 0px 30px 0px 0px;

}

.imageLeft {
	float: left; 
	margin-right: 15px; 
	margin-top: 5px; 
	margin-bottom: 5px; }
	
.title {
	color: #065446;
	font-weight: 700;
	font-style: italic;
}


h1 {font-size: 1.5em; color: #013329; text-align: left; margin:0px 0 4px 0; padding:0;} 
h2 {font-size: 1.4em; color: #013329; text-align: left;  margin: 14px 0 2px 0; padding:0;}
h3 {font-size: 1.1em; color: #013329; text-align: left; margin: 10px 0px 0px 0px;}
h4 {font-size: 1em; color: #013329; text-align: left;}

a:link {color: #013329}
a:hover {color: #013329}
a:active {color: #013329}
a:visited {color: #013329}

#pageContainer {
	 width:700px; 
	 margin: 10px auto; 
	 background-color: #CAE5A8;

}

#pageContainer .top {
	height: 25px;
	background:   url("../img/main_top.gif") top right no-repeat;
}

#pageContainer .bottom {
	height: 25px;
	background:  url("../img/main_bottom.gif") top left no-repeat;
}

#logo {
	text-align: left;
}

#tagLine {
	float:right;
	height: 20px;
	width: 500px;
	height: 80px;
	color: #013329;
	background:#CC66CC url("../img/tagline.gif") top left no-repeat;
}


#mainContent {
	width: 680px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
	background:  url("../img/mainContent_body.gif") top left repeat-y;
	}

#mainContent .top {
	background:  url("../img/mainContent_top.gif") top left no-repeat;
	height:18px;
}

#mainContent .bottom {
	background: #CAE5A8 url("../img/mainContent_bottom.gif") top left no-repeat;
	height:18px;
	width: 680px;
}



#mainContent .content{
	padding-top: 0;
	padding-left: 200px;
	
}

#leftColumn {
	margin-top: 0px;
	font-family: arial, helvetica, sans-serif;
	width: 170px; 
	color: #fff; 
	font-size:0.9em; 
	float: left; 
	text-align:left;
	margin-left: 5px;
	height: 100%;
	}
	

#leftColumn .top {

	height:10px;

}

#leftColumn .bottom {
	/*
	background: url(../img/left_bottom.gif) top left no-repeat;
	*/
	height:16px;
}


#leftColumn .content {
	/*
	background: url(../img/left_middle.gif) top left repeat-y;
	*/
	
}


#leftColumn h1 {
	font-size: 1.6em;
	margin:0;
	padding:0;
	color: #12325A;
}

#leftColumn ul {
	margin: 0;
	padding: 0;
}

#leftColumn ul li{
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

#leftColumn a:link {color: #013329;}
#leftColumn a:active {color: #013329;}
#leftColumn a:hover {color: #013329;}
#leftColumn a:visited {color: #013329;}



.divider {
	text-align: center;
	font-size:0.8em;
	padding: 8px 0;
}

.content {
	padding: 6px;
	}


#pageFooter {
	text-align: center;
	width: 680px;
	font-size: 0.9em;
	padding: 0px 5px 5px 5px; 
	margin-top: 10px;
	clear: both;

	
}

#pageFooter .top {
	height: 14px;
	background:  url("../img/footer_top.gif") top left no-repeat;
}

#pageFooter .content {
	background-color: #fff;
}

#pageFooter .bottom {
	height: 18px;
	background:  url("../img/footer_bottom.gif") top left no-repeat;
}

.footerIcons {
	padding: 5px; 
	text-align:center; 

}