body {
	background: #FFFFFF url('../images/body.png') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
}
a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
img {
	margin: 0;
	border: 0;
}
div#c1 {
	background-image: url('../images/c1.png');
	background-repeat: repeat-y;
	width: 940px;
	margin: 0 auto;
	min-height: 550px;
}
div#c2 {
	background-image: url('../images/c2.png');
	background-repeat: no-repeat;
	min-height: 550px;
}
div#c3 {
	width: 900px;
	background: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
}
div#ha {
	height: 80px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
a.lk {
	display:block;
	height: 80px;
	width: 140px;
	float: left;
}
div#banner {
	height: 60px;
	width: 468px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
div#pw {
	height: 25px;
	background-image: url('../images/breadcrumb-back.png');
	background-repeat: repeat-x;
	line-height: 25px;
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}
a.pathway {
	color: #FFFFFF;
	text-decoration: none;
}
div#cc {
	margin: 5px;
	}
div#right {
	width: 200px;
	float: right;
	font-size: 13px;
}
div#main {
	width: 685px;
	float: left;
	font-size: 13px;
}
.contentheading, .componentheading {
	font-size: 24px;
	font-weight: bold;
	color: #006699;
}
.clear {
	clear: both;
}
.moduletable h3 {
	background-image: url('../images/moduleheader-back.png');
	margin: 0;
	padding: 0;
	padding-left: 5px !important;
	color: #FFFFFF;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}
div#bottom {
	background-image: url('../images/bottom.png');
	height: 10px;
}
a.mainlevel {
	border-bottom: 1px solid #EEEEEE;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal !important;
	line-height: 22px;
	text-decoration: none;
	color: #999999;
}
a.mainlevel:hover, a#active_menu:hover {
	border-bottom: 1px solid #999999;
	color: #006699;
}
a#active_menu {
	border-bottom: 1px solid #EEEEEE;
	color: #006699;
}
.small, .createdate, .modifydate {
	font-size: 10px;
	color: #999999;
}
.sectiontableentry1 {
	background: #FFFFFF;
}
.sectiontableentry2 {
	background: #EFF8FF;
}

/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

#wrapper { 
 margin: 0 auto;
 width: 822px;
}
#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 10px;
 border: 0;
 height: 180px;
 margin: 0;
 background: #FFFFFF;
 background: #FFFFFF;
}
#navigation {
 background-image: url('../images/menu_bar.gif');
 background-repeat: no-repeat;
 float: center;
 width: 800px;
 height: 20px;
 color: #333;
 padding: 10px;
 border: 0;
 margin: 0;
 /*background: #FFFFFF;*/
}
#leftcolumn { 
 color: #333;
 border: 0;
 margin: 0;
 padding: 15px;
 width: 575px;
 float: left;
 background: #FFFFFF;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0;
 margin: 0;
 padding: 10px;
 width: 170px;
 display: inline;
 background: #FFFFFF;
}
#footer { 
 width: 800px;
 clear: both;
 color: #333;
 border: 0;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 1px;
 height: 10px;
}
