body {
	background-color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	
	text-align: center;

	}

a {
	text-decoration: underline;
	
	
	}

a:link {
		color: #006600;
	}

a:visited {
		color: #006600;
	}

a:active {
		color: #006600;
	}

a:hover {
		color: #990000; 
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	padding: 0px;
	width: 780px;
	
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}
/* changed color below from FFFFFF to 000000 and the background color from E7AA5C to FFFFFF  and added line for font weight on 1-13-05 It worked! */

#banner {
	font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #FFFFFF;
	height: 39px;
	}

a#banner-img {
	display: none;
	}
/*changed color below to black #000000 on 1-13 */

#banner a {
	color: #000000;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	font-weight: bold;	
	
	
	}

#banner h2 {
	font-size: small;
	}

#center {
		float: left;
	width: 580px;
	
	
	overflow: hidden;
	}

/*From here down I changed all occurences of color: 666666 to 336666 */

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #336666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	}

#right {
	float: left;

	width: 200px;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}

.content p {
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

/* date */
.content h2 {
	color: #990000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
	
	
	
	margin-bottom: 10px;
	
	}

/* article title */
.content h3 {
	color: #669900;
	/*font-family: 'Trebuchet MS', Verdana, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	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 solid #999999;
	text-align: left;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}
/* right column colors changed from 33666 to 99666 on 1-13 */


#calendar {
  	line-height: 140%;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

#calendar p {
	text-align: justify;
	}

.sidebar h2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
  	
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #000000;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

