body {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	text-align: center;
	
	}

a {
	text-decoration: underline;
	
	}

a:link {
	color: #003366;
	}

a:visited {
	color: #6699CC;
	}

a:active {
	color: #003366;
	}

a:hover {
	color: #006699;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 90%;
	background-color: #FFFFFF;
	
	}

#banner {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
	border: 3px dotted #009C00;
	height: 60px;
	}

a#banner-img {
	display: none;
	}


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

#banner h1 {
	font-size: xx-large;
	font-weight: bold;      
	   
	
	}

#banner h2 {
	font-size: small;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	}

.content p {
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 10%;
	text-align: left;
	margin-bottom: 30px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {

	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	border-bottom: 1px solid #333333;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px;
	}

.content h3 {
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	
	}

.content p.posted {
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-top: 1px dotted #999999;
	text-align: left;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

