@charset "utf-8";
/* CSS Document */

body  {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #111;
}
.twoCol #container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFF url(../images/columnbg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
	.twoCol #header { 
		background: #FFF;
		padding:0px;
		margin:0px;
		width:750px;
		height:247px;
	}
	.twoCol #header img {
		padding:0px;
		margin:0px;
		width:750px;
		height:247px;
	}
	.twoCol #leftMenu {
		float: left;
		width: 170px; 
		padding: 0px;
		margin:0px;
	}
		.twoCol #leftMenu ul {list-style:none; padding:0px; margin:0px;}
		.twoCol #leftMenu li {list-style:none; padding:3px 0px 3px 5px; margin:0px;}
		.twoCol #leftMenu li a {color:#000; text-decoration:none;}
		.twoCol #leftMenu li a:hover {text-decoration:underline;color:#FFF;}
	.twoCol #mainContent { 
		margin: 0 0 0 170px; 
		padding: 0 20px; 
	}
	.twoCol #chapterSelect {
		color:#808080;
		font-size:1.2em;
		margin:auto;
		text-align:center;
		
		font-weight:bold;
		padding:3px;
	}
	.twoCol #chapterSelect span.arrow {
		color:black;
	}
	.twoCol #chapterSelect a, .twoCol #chapterSelect a:visited {
		color:#739DC6;
		text-decoration:none;
	}
	.twoCol #chapterSelect a:hover, .twoCol #chapterSelect a:active {
		color:#333;
		text-decoration:underline;
	}
	.twoCol #footer { 
		padding: 5px 0px;
	}
		.twoCol hr { 
			color:#666;
		} 
		.twoCol #footer p {
			margin: 0;
			padding: 0;
		}
		.twoCol #footer a, .twoCol #footer a:visited {
			color:#567594;
			text-decoration:none;
		}
		.twoCol #footer a:hover, .twoCol #footer a:active {
			color:#333;
			text-decoration:underline;
		}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#title {color:#fff; background:#000;  padding: 0px; height:30px; background:url(../images/titlebar.jpg) repeat-x; border:1px solid #000; overflow:hidden;text-align:center;line-height:30px;}
	#title h1 {padding:0px; margin:0px; font-size:1.2em; font-weight:bold;line-height:30px;vertical-align:middle;}
img {margin:3px 6px;}
p {text-align:justify;}
.note {border:1px solid #739DC6;background: #A7C5DF; color:#000;padding:10px; margin:auto;width:auto;}
a {color:#40576E;}
a:hover {color:#111; text-decoration:none;}
div.menuimages {padding:10px 0px; margin:auto;}

div.newsmenu {text-align:center; margin:auto; padding:3px; color::#808080;}
div.newsmenu a {color:#40576E;}
div.joindesc {padding-left:20px;}