html { 

	min-height: 100%; 
	margin-bottom: 1px; 
	
	}

body {
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
td,tr,p,div {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.main_body {
	font-family: Tahoma;
	font-size: 12px;
	padding: 10px;
}
a:link, a:visited {
	font-size: 12px; 
	color: #760000; 
	text-decoration: none;
	font-family:  Tahoma;
}
a:hover {
	color: #23598d;	text-decoration: underline;
}
ul {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0;
	list-style: none;
}

ul li
{
	text-align: left;
	line-height: 16px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/bullet.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


#container {

	margin: 0 auto;
	width: 768px;
	background-color:#FFFFFF;
	background-image:url(../images/container_table.gif);
	background-repeat:repeat-y;
  
}	

/*left modules and menu styling*/
table.moduletable {
	width: 204px;
	margin-bottom: 20px;
	margin-left: 18px;
	margin-right: 10px;
}
table.moduletable th {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-image: url(../images/module_bg.gif);
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 1.5em;
}
table.moduletable td {
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 5px;
	color: #666666;
}
a.mainlevel:link, a.mainlevel:visited {
	vertical-align: middle;
	display: block;
	background-image: url(../images/main_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration:none;
	color: #760000;
	text-align: left;
	width: 204px;
	height: 25px;
	line-height: 26px;
	text-indent: 15px;
}
a.mainlevel:hover {
	color: #23598d;
	text-decoration:underline;
}	
a.sublevel:link, a.sublevel:visited {
	vertical-align: middle;
	display: block;
	background-image: url(../images/main_menu_sub.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	font-weight: bold;
	text-decoration:none;
	color: #23598d;
	text-align: left;
  	text-indent: 20px;
	width: 215px;
	height: 25px;
	line-height: 26px;
}

a.sublevel:hover {
	color: #23598d; 
	text-decoration: underline;
}
#active_menu {
	background-image: url(../images/main_menu_active.gif);
	background-repeat: no-repeat;
}

/*Pathway and Date format*/
.pathway {
	font-family: Tahoma;
	font-size: 11px;
	padding-left:10px;
}
a.pathway:link, a.pathway:visited {
	font-size: 11px; 
	color: #760000; 
	text-decoration: none;
	font-family:  Tahoma;
}
a.pathway:hover {
	color: #23598d;	text-decoration: underline;
}

.date {
	font-family: Tahoma;
	color:#FFFFFF;
	font-size: 11px;
	padding-right: 30px;
	padding-bottom: 10px;
}

#contentheading {

	font-weight:bold;

}