/* CSS Document */

body {
	background:#B1ABAD url(../images/mainBg.gif) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
	height:100%
	}
.fineprint {font-size: 9px}

	
#topOSite {
	margin:0 auto;
	padding-top:28px;
	}
#halftoneWrapper {
	background:url(../images/bg.gif) top left repeat-y;
	margin:0 auto;
	width:742px;
	border-bottom: 1px solid black;
	}
#flashNav {
	background:url(../images/flashPiece.gif) top left no-repeat;
	width:699px;
	height:226px;
	margin:0 auto;
	}
#content {
	float:left;
	width:470px;
	text-align:left;
	margin-left:35px;
	margin-top: 20px;
	}
#content h1 {
	font-size:16px;
	}
#imageRight {
	float:right;
	width:147px;
	margin:20px 0 0 10px;
	padding-right:35px;
	}
.clear {
	clear:both;
	}
#footer {
	clear:both;
	border-top:1px solid black;
	margin:40px 40px 0 40px;
	height:30px;
	width:600px;
	font-size:9px;
	}
/* Right handed nav
***************************/
#navcontainer {
	margin-top:10px;
	text-align:center;
	}
	
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:146px;
}

#navcontainer a
{
	text-align:left;
	display: block;
	color: #FFF;
	background-color:#CFCBCC;
	width: 9em;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#navcontainer a:hover
{
	background-color: #369;
	color: #FFF;
}

#navcontainer li li a
{
	display: block;
	color: #000;
	background-color:#EFEFEF;
	width: 9em;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}
