body {
	margin: 0px 0px 10px 0px;
	background-color: #fff;
	text-align: center;
	font-size: 85%;
}

a {
	text-decoration: underline;
	color: blue;
}

a:active {
	color: #FF9900;
}

a:hover {
	color: #FF3300;
}

h1, h2, h3, h4 {font-family: Helvetica, Arial, San-Serif;
}

#container {
	line-height: 125%;
	text-align: left;
	padding: 0px;
	width: 100%;
	background-color: #fff;
}

#banner {
	color: green;
	background-color: #e6ecf2;
	text-align: left;
	padding: 0 0 0 5px;
	border: 2px solid green;
}

#banner-img {
	display: none;
}

#banner a {
	color: #DC143C;
	text-decoration: none;
}

#banner h1 {
	font-size: 2.0em;
	padding: 0 0 0 5px;
	font-weight: bold;
}

#banner h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 5px 15px;
}

#left {
	float: left;
	width: 25%;
	background-color: #fff;
	overflow: hidden;
}


#center {
	width: 75%;
	overflow: hidden;
	border-left: 1px solid green;
}


.content {
	margin: 3px 3px 3px 3px;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	color: #000000;
	font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 1.0 em;
	}

.content h1 {
	font-size: 1.8em;
	color: green;
	background: #e6ecf2; 
	padding: 5px 5px 2px 5px;
	border-top: 3px solid green;	
	border-left: 3px solid green;
	margin-top: 5px
}

.content h2 {
	font-size: 1.5em;
	color: green;
	background: #e6ecf2; 
	padding: 3px 0 5px 5px;
	border-top: 2px solid green;
	border-left: 2px solid green;
	margin-top: 5px;
	margin-left: 5px;
}

.content h3 {
	font-size: 1.25em;
	color: green;
	background: #e6ecf2; 
	padding: 3px 0 5px 5px;
	border-top: 1px solid green;
	border-left: 1px solid green;
	margin-top: 5px;
	margin-left: 10px;
}

.content h4 {
	font-size: 1em;
	color: 008000;
	background: #e6ecf2; 
	padding: 3px 0 5px 5px;
	border-top: 1px solid green;
	margin-top: 5px;
	margin-left: 12px;
}

p, ul, li, blockquote {
	font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;; 
	font-size: 1em;
	}

.content p {
		margin: 2px 3px 15px 12px;
}

.content p.ind {
		margin-left: 18px;
}

.content blockquote {
	padding: 5px;
	line-height: 125%;
	color: #333;
	border: 1px solid green;
	}

.content ul {
		margin: 2px 3px 15px 12px;
}


.sidebar {
	margin-top: 3px;
	color: #000000;
	padding: 5px 5px 5px 5px;
	}
	
.sidebar h2 {
	font-size: .9 em;
	color: green;
	background: #e6ecf2; 
	padding: 3px 0 5px 5px;
	border-top: thin solid green;
	margin: 5px 0 5px 5px;
	}
	
.sidebar ul {
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 15px;
	}

.sidebar li {
	color: #666666;
	font-size: .8em;
	text-align: left;
	line-height: 150%;
	margin-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
	}

.sidebar p {
	color: #000000;
	font-size: .8em;
	text-align: left;
	line-height: 125%;
	margin-top: 2px;
	padding-left: 10px;
	}


