body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFF;		
		}
	A 			{ color: #000033; text-decoration: underline; }
	A:link		{ color: #000033; text-decoration: underline; }
	A:visited	{ color: #000033; text-decoration: underline; }
	A:active	{ color: #FFCC00;  }
	A:hover		{ color: #FFCC00;  }

h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

#container {
        line-height: 100%;
        margin-right: auto;
        margin-left: 5px;
        text-align: left;
        padding: 0px;
        width: 920px;
        background-color: #FFFFFF;
        }

#banner {
		font-family: palatino, georgia, verdana, arial, sans-serif;
		font-weight:normal;	
  		padding:15px;
		background:#BBC4DB;
		border-left:3px solid #000066;			
  		border-right:3px solid #000066;
  		border-bottom:3px solid #000066;
        border-top:3px solid #000066;
}

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

#banner h1 {
	font-size: xx-large;
	font-weight: bold;
	font-family: palatino, georgia, verdana, arial, sans-serif;
	line-height: normal;
        }

#banner h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: lighter;
        }

#right {
        float: left;
        width: 220px;
        background-color: #FFFFFF;
		overflow: hidden;
        }

#center {
        float: left;
        width: 700px;
        overflow: hidden;
        }

.content {
        padding: 10px 10px 10px 10px;
        background-color: #FFFFFF;
        font-family:palatino, georgia, verdana, arial, sans-serif;
        font-size: medium;
        font-weight: normal;
        line-height: 150%;
        text-align: left;
        margin-bottom: 10px;
		margin-top: 5px;
		border:1px solid #000066;
        }

.sidebar {
	padding: 15px;		
        }

.content h2 {
	padding: 5px 5px 5px 5px;
	color: #000066;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #BBC4DB;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border:1px solid #000066;
        }

.content h3 {
        padding: 5px 5px 5px 5px;
		color: #000066;
        font-family: Palatino, 'Times New Roman', serif;
        font-size: large;
        text-align: left;
        font-weight: bold;
        margin-bottom: 10px;
        
        }

.content p.posted {
        color: #BBC4DB;
        font-family: Palatino, 'Times New Roman', serif;
        font-size: small;  
        text-align: right;
        margin-bottom: 25px;
        line-height: normal;
        }

#calendar {
		line-height: 140%;
        color: #261A31;
        font-family: Palatino, 'Times New Roman', serif;
        font-size: small;
        padding: 2px;
        text-align: center;
        margin-bottom: 30px;
        }

#calendar table {
        padding: 2px;
        border-collapse: collapse;
        border: 0px;
        width: 100%;
        }

#calendar caption {
        padding: 5px 5px 5px 5px;
		color: #261A31;
        font-family: Palatino, 'Times New Roman', serif;
        font-size: small;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .3em;
		background-color: #BBC4DB;
		border:1px solid #000066;
        }

#calendar th {
        text-align: center;
        font-weight: normal;
        }

#calendar td {
        text-align: center;
        }

.sidebar h2 {
	padding: 5px 5px 5px 5px;
	color: #261A31;
	font-family: Palatino, 'Times New Roman', serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	background-color: #BBC4DB;
	border:1px solid #000066;
        }

.sidebar ul {
        padding-left: 0px;
        margin: 0px;
        margin-bottom: 30px;
        }

.sidebar li {
        color: #261A31;
        font-family: Palatino, 'Times New Roman', serif;
        font-size: small;
        text-align: left;
        line-height: 100%;
        margin-top: 3px;
        list-style-type: none;
        }

.sidebar img {
        border: 5px solid #FFFFFF;
        }

.photo {
        text-align: right;
        margin-bottom: 20px;
        }

.link-note {
        font-family: Palatino, 'Times New Roman', serif;
        font-size: small;
        line-height: 100%;
        text-align: left;
        padding: 2px;
        margin-bottom: 15px;
        }

#powered {
        font-family: Palatino, 'Times New Roman', serif;
        font-size: small;
        line-height: 100%;
        text-align: left;
        color: #261A31;
        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%;
        }