/* CSS Document */

body {
	margin: 0;
	font-size: 11px;
	color: #ced2bf;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #6d6f5e;
	line-height: 1.4;
	}

body {
	background-image: url(images/BG-lines.gif);
	background-repeat: repeat-x;
	}

#sub {
	background-image: url(images/intBG-lines.gif);
	background-repeat: repeat-x;;
	}

#main {
	width: 745px;
	overflow: hidden;
	float: right;
	background-color: #6d6f5e;
	}

#mainLeft {
	width: 200px;
	height: 1180px;
	float: left;
	background-image: url(images/lineExtensionforBG.gif);
	background-repeat: repeat-x;
	background-position: 0 606px;
	background-color: #6d6f5e;
	}

.welcomeImage {
	position: absolute;
	top: 568px;
	left: 96px;
	}

#outerBorder { /* for the little W thing */
	width: 945px;
	overflow: hidden;
	}

#header {
	width: 745px;
	}

#nav {
	width: 745px;
	height: 36px;
	}

#flash {
	width: 745px;
	height: 475px;
	/*margin-left: 2px;*/
	border: 1px solid #a8a99a;
	border-top: none;
	}

#wrapper {
	width: 745px;
	height: 700px;
	background-image: url(images/water_drop.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #6d6f5e;
}

#leftSide {
	width: 560px;
	float: left;
	}

#rightSide {
	width: 183px;
	height: 612px;
	float: right;
	background-image: url(images/rightSide-BG.jpg);
	border-left: 1px solid #a8a99a;
	border-right: 1px solid #a8a99a;
	border-bottom: 1px solid #a8a99a;
	}
	
#rightSide a {
	font-weight: bold;
	margin: 10px;
	text-decoration: none;
	color: #FFF;
	}

#rightSide a:hover {
	color: #604858;
	}
	
#footer {
	width: 745px;
	clear: both;
	}


/************* interior pages **************/

#intMainLeft {
	width: 200px;
	height: 200px;
	float: left;
	background-color: #6d6f5e;
	}

#intWrapper {
	width: 745px;
	background-image: url(images/intBG-rpt.jpg);
	}

#intFlash {
	width: 745px;
	height: 159px;
	}


#intFooter {
	width: 745px;
	height: 60px;
	clear: both;
	background-image: url(images/intWrapperBottom.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	}

#intRightSide {
	width: 498px;
	float: right;
	background-image: url(images/intRightSide-BG.gif);
	background-repeat: no-repeat;
	padding: 0 50px 0 10px;
	color: #604858;
	}
#intRightSide a {
	color: #FFF;
	}
#intLeftSide {
	width: 187px;
	float: left;
	}

a {
	color: #604858;
	}
	
/******* sub.php styles ************/
#content_wrapper {
float:right;
width:200px;
padding:0 0 7px 0;
}

#content_img {
font-family:Arial, Helvetica, sans-serif;
color:#CF5F16;
font-size:10px;
margin-left:5px;
margin-right:5px;
border:1px solid #604858;
width:200px;
}

#content_factoid {
font-family:Arial, Helvetica, sans-serif;
color:#604858;
font-size:12px;
margin-top:45px;
background-color:#FFFFFF;
border-top:14px solid #604858;
border-right:1px solid #604858;
border-left:1px solid #604858;
border-bottom:1px solid #604858;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
}

#content_subnav {
font-family:Arial, Helvetica, sans-serif;
color:#604858;
font-size:12px;
}

#content_subnav ul{
padding-left: 10px;
margin-left: 8px;
}
