body {
	margin: 0px 0px 20px 0px;
	background-color: #8FABBE;
	text-align: center;
	font-family: Verdana, Helvetica, "MS UI Gothic", Osaka, Arial, Serif;
	font-size: 80%;
	color: #333333;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #0000FF;
	}

a:visited {
	color: #0000FF;
	}

a:active {
	color: #0000FF;
	}

a:hover {
	color: #FF0000;
	}

img{
	border: 0;
}

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

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
position: relative;

	}

#banner {
	color: #FFFFFF;
	background-color: #FF9900;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px solid #900;
	height: 100px;
	}

#banner-img {
	display: none;
	}


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

#banner h1 {
	font-size: 200%;
	line-height: 150%;
	color: #000066;
	}

#banner h2 {
	font-size: 100%;
	background-color: 
	}

#banner .flat {
	position: absolute;
	top: 0px;
	margin-left: 0px;
	}

#center {
	float: right;
	width: 600px;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	}
.content pre {
	font-size: larger;
}
#right {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	}

.content p {
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

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

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

.content h2 {
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #FFFAD9;
	background-color: #FFFAD9;
	border: solid 1px;
	border-color: #FFCC66;
	padding: 2px 4px;
	}

.content h3 {
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #FFCC66;
	border: solid 1px;
	border-color: #FF9900;
	padding: 2px 4px;
	}

.content p.posted {
	color: #999999;
	border-top: 1px dashed #999999;
	text-align: left;
	margin-bottom: 15px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}


#calendar {
  	line-height: 140%;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

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

#calendar caption {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	background-color: #FFCC66;
	border: solid 1px #FFCC66;
	}

#calendar td {
	text-align: center;
	background-color: #FFFAD9;
	border: dashed 1px;
	border-color: #FFCC66;
	}

.sidebar h2 {
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

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

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

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	text-align: left;
	line-height: 120%;
	margin-top: 4px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: disc;
	}

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

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

.link-note {
	line-height: 120%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	line-height: 120%;
	text-align: left;
	margin-top: 20px;
	}

#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%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.nodisplay{
 display:none;
}

/* form advice */

.example {
	color: darkgreen;
	font-size: 85%;
}
fieldset legend{
    color: #666666;
    font-weight: bold;
}
.red-b {
	color: #FF0000;
	font-weight: bold;
}
.blue {
	color: #0000FF;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#overlay{ background-image: url(overlay.png); }
* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

/* table style */

table.sitetable {
	border-width: 1px;
	border-color: #898E79;
	border-style: solid;
	border-collapse: collapse;
}

table.sitetable th {
	border-width: 1px;
	border-color: #898E79;
	border-style: solid dotted;
	padding: 3px;
	background-color: #dddeda;
	color: black;
	white-space: nowrap;
}

table.sitetable td {
	border: 1px gray dotted;
	padding: 3px;
}

/* other table style */

table.listtable, table.formtable {
	border-width: 1px;
	border-color: #fff;
	margin: 5pt;
}

table.listtable th, table.formtable th {
	white-space: nowrap;
	padding: 3px;
	background-color: #dddeda;
	vertical-align: top;
}

table.listtable td {
	padding: 3px;
	border-bottom: 1px gray dotted;
	vertical-align: top;
}
table.formtable td {
	padding: 3px;
}


table.procedure, table.formtable {
        margin: 0 28px 0 28px;
        border-width: 1px;
        border-color: #fff;
}

table.procedure th, table.formtable th {
        padding: 3px;
        vertical-align: top;
        font size: 120%;
}

table.procedure td {
        padding: 3px;
        vertical-align: top;
}

