body {
	margin: 0px;
	height:100%;
	padding: 0px;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.1%;
	color: #3C0704;
	background:#ECF3DE url(imgs/wrapperBG.jpg) no-repeat left 300px;
}
html {
	height:100%;
}
a {
	color: #660066;
}
a:hover {
	text-decoration:none;
	color:#6600CC;
}
a:visited {
	color:#660066;
}
h2, h3, h4, h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#993300;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 90%;
}
h5 {
	color:#5c2106;
	width:90%;
}
h6 {
	font-size: 85%;
	font-weight: bold;
	margin:18px 0px 0px 0px;
	padding:0px;
	border-top:1px dotted #993300;
	position: relative;
}
ul.basic {
	font-size: 80%;
	width: 80%;
}
div.block {
	display:block;
	float:left;
	position:relative;
	width:420px;
}
ul.left {
	font-size: 90%;
	float: left;
	margin: 0 0 30px 20px;
	width: 180px;
	padding: 6px 0;
	line-height:20px;
	border: 0 none;
	list-style-position: inside;
}
ul.right {
	font-size: 90%;
	float: right;
	margin: 0;
	width: 180px;
	line-height:20px;
	padding: 6px 0;
	border: 0 none;
	list-style-position: inside;
}
ol {
	font-size: 80%;
	width: 80%;
}
ul.links {
	font-size: 80%;
	list-style-type: square;
	margin:0px;
	padding:0px;
	list-style-position: outside;
}
.content {
	margin:0px;
	padding:0px 36px 0px 48px;
	background-color:#fff;
	border-top:1px solid #ddd;
	background-image: url(imgs/logoBG.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height:400px;
}
.content p {
	font-size:80%;
	margin:6px 0px;
	line-height: 18px;
}
#topLinks {
	margin:0 -48px 0 -48px;
	font-size:70%;
	font-weight:bold;
	text-align:center;
	padding:9px 0 0 0;
}
/*********** nav link styles ***********/
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	left: -1px;
}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #fff;
	background:url(imgs/linksBG.gif) repeat-y;
}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#sectionLinks a {
	display: block;
	border-top: 1px solid #fff;
	padding: 3px 0px 3px 10px;
	text-decoration:none;
	color:#5c2106;
	font-size:85%;
	font-weight:bold;
}

#sectionLinks a:hover{
	background:url(imgs/linksBGover.gif) repeat-y;
}
/********** End Nav Styles **********/
#footer {
	color:#CCCC66;
	font-size:70%;
	text-align:center;
}
#footer a {
	color: #FFFF99;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFF99;
}
#footer a:hover {
	text-decoration:underline;
}
.content table {
	width:100%;
	color:#000;
	text-align:center;
	font-size: 80%;
	background-color:#D3F7AC;
	overflow:visible;
	border: 2px solid #3C0704;
}
.content table td {
	border:1px solid #FFF;
}#caption {
	font-size: 70%;
}
#title {
	margin-top: 12px;
}
#hiddenDiv {
	visibility: hidden;
}
p.imgs img{
	border:1px solid #222;
}
#extendedBG {
	background-color: #c2e19e;
	background-image: url(imgs/bgDrop.gif);
	background-repeat: repeat-y;
}
.commonList {
	font-size:80%;
	list-style-type: square;
}
