body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/bgTile.jpg);
	background-repeat:repeat-x;
	margin-left:5%;
	margin-right:5%;
	width:800px;
	}
a.tableLinks {color:#00FF00; text-decoration: none;}
a.tableLinks:link {color:#00FF00; text-decoration: none;}
a.tableLinks:visited {color:#660066 text-decoration:none;}
a.tableLinks:hover {color:#000066; text-decoration: none;}

#frame {
	width: 100%;
	vertical-align:top;
	margin: 0;
	padding: 0;
	border-style:solid solid solid solid;
	border-width:1px;
}
#header {
	background-color:#000000;
	border-bottom: 1px solid #666666;
}
#navsite {
	background-color:#000000;
	clear:both;
}
#navsite ul {
	clear:both;
	padding: 3px 0;
	margin-left: 0;
}
#navsite ul li{
	list-style:none;
	margin: 15px;
	display: inline;
	font-size:14px;
}
#navsite ul li a{
	padding: 3px 0.5em;
	margin-left: -5px;
	border-bottom: none;
	background: #000000;
	text-decoration: none;
}
#navsite ul li a:link {
	color:#999999;
}
#navsite ul li a:visited {
	color:#FF0000
}
#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color:#CCCCCC;
	background:#000000;
	border-color:#666666;
}
#navsite ul li a#current {
	background: white;
	border-bottom: 1px solid white;
}
#flashArea{
	padding-top:-10em;
	clear:both;
	width:800px;
	vertical-align:top;
	background-color:#000000;
	color:#FFFFFF;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}
#columnLeft {
	float:left;
	width:399px;
	padding-top:-1em;
	font-size:small;
	border-style:none none none none;
	border-width:1px;
	height:100%;
}
#section1 {
	padding-top:-1em;
	margin:0px;
	background-color:#FFFFFF;
	font-size:x-large;
	border-style:none none dashed none;
	border-width:1px;
	text-indent:15px;
}
#section1Layout {
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
}
#columnRight {
	float:right;
	width:399px;
	margin-right:0px;
	padding-top:-1em;
	margin:0px;
	font-size:small;
	border-style:none none none solid;
	border-width:1px;
	height:100%;
}
#section2 {
	padding-top:-1em;
	margin:0px;
	background-color:#FFFFFF;
	font-size:x-large;
	border-style:none none dashed none;
	border-width:1px;
	text-indent:15px;
}
#section2Layout {
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
}
td.section2Heading {
	font-size:12px;
	background-color:#666666;
	color:#FFFFFF;
}
td.section2Formatting {
	font-size:12px;
	clear:both;
	
}
#footer {
	clear:both;
	background-color:#CCCCCC;
	color:#000000;
	border-top:1px solid #333;
	padding-left:325px;
	font-size:xx-small;
}
.header ul {
	background: url(images/corners.gif) -15px -15px no-repeat;
	height: 16px;
	list-style: none;
	margin: 0;
}
.header ul li {
	float: right;
	background: url(images/corners.gif) 0px -15px no-repeat;
	width: 15px;
	line-height: 16px;
}
.footer ul {
	background: url(images/corners.gif) -15px 0px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
.footer ul li {
	float: right;
	background: url(images/corners.gif) 0px 0px no-repeat;
	width: 15px;
	line-height: 15px;
}
.roundedDiv {
	width: 100%;
	background: #000000;
	color: #FFFFFF;
	
}
#content {
	padding: 0 15px;
	display: block;
}