body {
	font-size: 10px;
	font-family: verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: white
}

img {
	border: 0px
}

table.article th {
	font-size: 120%;
	padding-top: 20px;
	color: navy;
	font-weight: bold;
	text-align: left
}

table.article hr {
	width: 500px;
	height: 1px;
	color: gray;
	background-color: gray;
	padding: 0px;
	margin: 0px
}

table.article td.date {
	font-size: 100%;
	font-style: italic
}

table.article td {
	font-size: 100%
}

.inputlabel {
	font-size: 120%;
	font-weight: bold;
}

.error {
	font-size: 140%;
	font-weight: bold;
	color: white;
	background-color: red
}

a:link {
	text-decoration: none;
	background-color: transparent;
	color: navy
}

a:visited {
	text-decoration: none;
	background-color: transparent;
	color: navy
}

a:hover {
	text-decoration: none;
	background-color: transparent;
	color: red
}
table.sb {
	width: 155px;
}
table.sb th {
	font-size: 120%;
	color: gray;
	font-weight: bold;
	padding-left: 1px;
	border-bottom: 2px solid red;
	text-align: left;
}

table.sb td {
	font-size: 10px;
	padding-left: 10px;
	background-color: #DDDDDD;
}

.rss-item {
	padding-bottom: 6px;
}

#header_cell {
	background-color: #00A0C6;
}
#footer_cell {
	padding-top: 20px;
}
#header_title {
	font-family: verdana;
	font-size: 28px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 2px solid black;
}

#header_quote {
	font-family: serif;
	font-size: 18px;
	text-align: center;
	width: 100%;
	border-bottom: 2px solid black;
}

#header {
	border-bottom: 2px solid black;
	width: 100%;
	height: 53px;
	background-color: #00A0C6;

}

#header div {
	background-color: #00A0C6;
	/* width: 49%; */
	height: 53px;
	vertical-align: middle;
}

#h_title {
	position: absolute;
	font-family: verdana;
	font-size: 28px;
	font-weight: bold;
	padding-left: 10px;
}

#h_quote {
	float: left;
	margin-left: 300px;
	font-family: serif;
	font-size: 18px;
	text-align: center;
	border: 1px solid black;
}

#footer_text {
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	border-top: 1px solid black;
	margin-top: 20px;
	background-color: #00A0C6;
}
#col_left {
	width: 175px;
	vertical-align: top;
}
#col_main {
	width: 500px;
	vertical-align: top;
}

#col_right {
	width: 175px;
	vertical-align: top;
}

#main {
	width: 500px;
}

#main h1 {
	border-bottom: 2px gray solid;
	font-size: 120%;
	padding-top: 20px;
	color: navy;
	font-weight: bold;
	text-align: left;
}

#main h2 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
}