@charset "UTF-8";
/* CSS Document */

body {
	font-family: Trebuchet MS;
	font-size: 9pt;
	line-height: 14pt;
	background: #fff9a0;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #333333;
	}
#container {
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	}
#wrap {
	padding: 0 20px;
	}

/* top navigation styles */

#topNav {
	padding: 10px 20px 10px 20px; 
	}
.topNavHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #94bb46;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -10px;
	}
#topNavLinks {
	display: block;
	border-left: 1px solid #dddddd;
	padding: 0 6px 0 12px;
	min-height: 110px;
	line-height: 20px;
	}

#topNavLinks ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
#topNavLinks ul li a {
	color: #777777;
	text-decoration: none;
	font-size: 8pt;
	}
#topNavLinks ul li a:visited {
	color: #777777;
	text-decoration: none;
	font-size: 8pt;
	}
#topNavLinks ul li a:hover {
	color: #f04e23;
	text-decoration: underline;
	}
	
/* footer styles */

#footer {
	padding: 20px 0; 
	font-size: 7pt;
	color: #777777;
	text-transform:uppercase;
	}
#footer  a {
	color: #777777;
	text-decoration: underline;
	font-size: 7pt;
	}
#footer a:hover {
	color: #f04e23;
	}

/* main content styles */
#mainContent {
	margin: 20px 0;
	border-top: 1px dotted #d2d2d2; 
	}
#banner {
	display: block;
	}
.bannerHeader1 {
	font-size: 16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
	}
.bannerHeader2 {
	font-size: 16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #94bb46;
	}
.vsectionLeft {
	padding-right: 15px;
	}
.vsectionMiddle {
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px dotted #d2d2d2;
	}
a:link {
	color: #333333;
	}
a:visited {
	color: #777777;
	}
a:hover {
	color: #f04e23;
	}
a:active {
	color: #000000;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #94bb46;	
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #f04e23;	
	text-transform: uppercase;
	font-weight: normal;	
	margin-top: 16px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #f04e23;	
	font-weight: bold;	
	margin-top: 16px;
}
h4 {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #f04e23;	
	font-weight: bold;	
	padding: 4px;
	text-transform: uppercase;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight:bold;
	color: #94bb46;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style:italic;
	color: #777777;
}

.tablecellsection {
	border-top: 1px dotted #d2d2d2;
	padding: 10px 0;	
}
