html {overflow-y: scroll;}

body {
	background: url(../../img/content/headerbg.jpg) repeat-x top left;
	font-family: Helvetica, Arial, sans-serif;
	color: #555;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
 }
	
#header {
	margin: 0;
	padding: 0;
 	height: 294px;
	text-indent: -9999px;
	background: transparent url(../../img/content/headertext2.jpg) no-repeat top center;
 	}

#sidebar {
	margin: 0;
	padding: 0;
	width: 0px;
	float: center;
	font-size: 12px;
	text-align: left;
	}
#footer {
	background-color: #F2EFD2;
	color: 8B8565;
	margin: 20px 0 20px 0;
	padding: 10px;
	text-align: center;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	}
	
table.dotted {
	border-width: 1px 1px 1px 1px;
	border-spacing: 10px;
	border-style: hidden hidden hidden hidden;
	border-collapse: separate;
	background: url(../../img/bodybg.jpg) repeat-x;
	margin: auto;
}

table.dotted td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #d1e7d2 #d1e7d2 #d1e7d2 #d1e7d2;
	-moz-border-radius: 12px 12px 12px 12px;
	background: url(../../img/tdbg.jpg) repeat-x;
}

.float-left {
	float: left;
	}
.float-right {
	float: right;
	}
.clear {
	clear: both;
	}


/* 
***************************************************
LINKS
***************************************************
*/

a:link, a:visited { color: black; text-decoration: none; font-weight: bold; }
a:hover  		{ color: blue; text-decoration: none; font-weight: bold; }

#footer a:link, #footer a:visited, #footer a:hover  		{ color: #8B8565; border: none; }
#footer2 a:link, #footer2 a:visited, #footer2 a:hover  	{ color: #444; border: none; }
#designedby a:link 							{ color: #ccc; border: none; }
#designedby a:hover 							{ color: #444; border: none; }
img a 									{ border: none; }

.linkarrow { 
	background: #fff url(../../img/content/link.jpg) no-repeat center left; 
	margin: 2px 0 2px 60px;
	padding: 2px 0 2px 25px;
	border: none;
	}

/* 
***************************************************
LISTS
***************************************************
*/

#sidebar ul, #sidebar ul ul {
	margin: 1;
	padding: 0;
  color: #6f6f6f;
	font-weight: bold;
	}
#sidebar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	}
#sidebar li li {
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-indent: 20px;
	}
#sidebar li a:link, #sidebar li a:visited {
	color: #000;
	font-weight: bold;
	text-decoration : none;
	display: block;
	padding: 6px 0 2px 15px;
	width: 230px;
	border-bottom: 0px solid #aaa;
	}
#sidebar li a:hover {
	font-weight: normal;
	text-decoration: none;
	background-color: #feff88; 
	}
#sidebar li.currentpage a:link, #sidebar li.currentpage a:visited {
	font-weight: bold;
	background: #fdfdb9 url(../../img/content/arrowbullet2.gif) no-repeat 2px 0; 
	}
#sidebar li.back a:link, #sidebar li.back a:visited {
	font-weight: bold;
	background: url(../../img/home.gif) no-repeat -5px 3px; 
	}
#sidebar li.back a:hover {
	background-color: #feff88;
	font-weight: normal;
	}
#sidebar li.currentpage li a:link, #sidebar li.currentpage li a:visited {
	font-weight: bold;
	background: url(../../img/content/check.gif) no-repeat 13px 9px;
	}
#sidebar li.currentpage li a:hover {
	background-color: #FAF9E8;
	font-weight: normal;
	}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	}

/* 
***************************************************
HEADINGS
***************************************************
*/

h1, h2, h3, h4 {
	font-weight: bold;
	text-transform: uppercase;
	}
h1 {
	text-indent: -9999px;
	}
h2 {
	border-bottom: 1px #8C7D48 solid;
	height: 30px;
	text-indent: -9999px;
	}
h3 {
	margin: 30px 0 0 0;
	font-size: 14px;
	}	
h4 {
	font-size: 13px;
	}

/* 
***************************************************
TABLES
***************************************************
*/

.regtable {
	border: 1px #eee solid;
	border-bottom: none;
	width: 400px;
	margin-bottom: 10px;
	}
.regtable td {
	padding: 6px;
	text-align: center;
	border-bottom: 1px #eee solid;
	}
.progtable {
	width: 96%;
	}
.progtable td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px #eee solid;
	}
td.tableheader {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: #eee solid 1px;
	padding: 20px 0 2px 0;
	text-align: left;
	color: #59584B;
	}
.tablehighlight {
	font-weight: bold;
	text-transform: uppercase;
	color: #59584B;
	padding: 2px;
	}