@charset "utf-8";
/* CSS Document */
/* Eventive CSS Stylesheet */
/* Created by Tim Benton for Eventive 2007 */

body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
  	font-size: 0.9em;
  	line-height: normal;
  	text-align:center;
	
}

#banner {
	text-align:center;
	width:900px;
	height:200px;
	margin: 0 auto 0 auto;
}

#navbar {
	text-align:center;
	width:100%;
	height:42px;
	background-image:url(Images/banner.png);
	background-repeat:repeat-x;
	z-index:100;
}

#links {
	text-align:left;
	vertical-align:middle;
	color:#FFFFFF;
	height:42px;
	width:900px;
	margin: 0 auto 0 auto;
	padding-top:12px;
}

#wrapper {
	background:url(Images/white%20shadow%20background.gif) 50% repeat-y;
}

#main {
	width:900px;
	text-align:left;
	padding-top:5px;
	margin: 0 auto 0 auto;
	background:#FFFFFF;
}

#footer {
	width:900px;
	padding-top:10px;
	text-align:left;
	color:#666666;
	margin: 0 auto 0 auto;
	
}

#footer-wrapper {
	height: 50px;
	width:100%;
	background: #E6E6E6;
	border-top: 5px solid #CDCDCD;
	
}


#links a:link, #links a:visited {
	font-weight: bold;
	font: Arial, sans-serif;
	font-size: 110%;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
}

#links a:hover{
	text-decoration: none;
	background:url(Images/banner%20highlighted.png);
}

#footer a:link, #footer a:visited {
	font: Arial, sans-serif;
	color:#000000;
	text-decoration:none;
}

#footer a:hover{
	text-decoration: underline;
}

a:link {
	color:#7e7130;
	text-decoration:none;
}

a:visited {
	color:#7e7130;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

#main p {
	padding-left:10px;
	color:#000000;
}

#main h1{
	font: bold 150% Arial,sans-serif;
	padding-left:10px;
	padding-bottom: 0px;
	color:#000000;
}

#main h2 {
	font: bold 130% Arial,sans-serif;
	padding-left:10px;
	padding-bottom: 5px;
	margin-bottom:0px;
	color:#000000;
	border-bottom: 1px solid #CCCCCC;
}

#main h3 {
	font: bold 115% Arial,sans-serif;
	padding-left:10px;
	padding-bottom: 0px;
	color:#7e7130;
}

#main h4 {
	font: bold 115% Georgia, "Times New Roman", Times, serif;
	padding-left:10px;
	padding-bottom: 0px;
	color:#000000;
}

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


#table1 {
	text-align:center;
}
#table1 a {
	color:#a40721;
	font-weight:bold;
	
}

#table1 a:hover{
	color: #a40721;
	text-decoration: underline;
	font-weight:bold;
}

img.noborder {
	border:none;
	margin-left:-5px;
	margin-top:-5px;
}


/*************** list tag styles ***************/

ul{
	 list-style-type: disc;
	 padding-left:15px;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}