/* CSS Document */
body {
	margin: 0px;
	background-color: #99CC66;
	background-image: url(../images/design/bg13.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#header {
	float:left;
	width:100%;
	background:#99CC66;
}
#header ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:11pt;
	font-weight:normal;
	line-height:normal;
}
#header li {
	float:left;
	margin:0;
	padding:0;
	width:150px;
	height:30px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
	display:block;
	margin: 0 auto;
	width: 150px;
	height: 30px;
	text-align: center;
	padding: 5px 0px; 
}
a.mainheaderlink {
	background:url(../images/design/linkblock3.jpg) no-repeat left top; }
a.endheaderlink {
	background:url(../images/design/linkendblock3.jpg) no-repeat left top; }
a.mainheaderlink:hover {
	background:url(../images/design/linkoverblock3.jpg) no-repeat left top; }
a.endheaderlink:hover {
	background:url(../images/design/linkoverendblock3.jpg) no-repeat left top; }
table {
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table.linktable {
	font-weight: bold;
}
p.heading1 {
	font-family: Copperplate Gothic Bold, Georgia, Verdana;
	font-size: 18pt;
	color: #336600;
}
p.heading2 {
	font-family: Georgia, Verdana;
	font-size: 14pt;
}
p.heading3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}
p.heading4 {
	color: #669933;
	font-weight: bold;
}
a:link { 
	color: #669933;
	font-weight: bold;
	text-decoration: underline;
}
a:visited { 
	color: #7AB73E;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { 
	color: #336600;
	text-decoration: underline;
}
a:active { 
	color: #336600;
	font-weight: bold;
	text-decoration: underline;
}
tr.tinted {
	background-color: #CCFF99;
}
td.tinted {
	background-color: #CCFF99;
}
#leftcolumn {
	margin-right: 10px;
}
#paddedlist {
	list-style-image: url(../images/bullet1.gif);
}
#paddedlist li {
	margin-top: 10px;
}
a.inline {
	font-weight: normal;
}
img.floatleft {
	margin: 0.6em 0.8em 0 0;
}
img.floatright {
	margin: 0.6em 0 0 0.8em;
}
