body {
	background: #FFFFFF url(backgrou.jpg) no-repeat fixed left top;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

blockquote {
	min-height: 52px;
	margin: 0px;
	padding: 0px 0px 0px 70px;
	background: transparent url(quote100.gif) left top no-repeat;
	text-align: justify;
}

blockquote div {
	min-height: 52px;
	padding: 0px 70px 0px 0px;
	background: transparent url(quote200.gif) right bottom no-repeat;
}

/* this is necessary due to an IE bug with PNG alpha transparency */
* a {
	position: relative;
}

* input {
	position: relative;
}

a:link {
	color: #0033CC;
}

a:visited {
	color: #3366CC;
}

a:hover {
	color: #CC3333;
}

a:active {
	color: #0033CC;
}

a img {
	text-decoration: none;
}

img {
	border: none;
}

#notice {
	background-color: #FCFCFC;
	border: 1px solid #ACACAC;
	-moz-border-radius: 1em;
	padding: 15px;
	margin: 15px 0px 15px 0px;
	clear: both;
	overflow: auto;
}

#notice p {
	margin: 0px;
}

#header {
	clear: both;
	padding: 0px;
	height: 80px;
	position: absolute;
	top: 30px;
	left: 65px;
	z-index: 100;
}

#body {
}

#menu {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 210px;
}

html>body #menufill {
	background: url(fill0000.png);
	margin: 0px;
	padding: 0px;
	clear: both;
}

#menu ul {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

#menu ul ul{
	margin: 10px 0px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10pt;
}

#menu ul ul.bullets {
	list-style: disc;
}

#menu ul ul.last {
	margin: 10px 0px 0px 10px;
}

#menu p {
	font-size: 10pt;
	margin: 10px 0px 0px 10px;
}

#menu .inputtext, #menu .inputbutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10pt;
}

#menu2 {
	position: absolute;
	top: 100px;
	right: 10px;
	width: 120px;
}

#content {
	margin: 100px 140px 0px 240px;
}

.border {
	background-color: #FCFCFC;
	border: 1px solid #ACACAC;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding: 15px;
	margin: 15px 0px 15px 0px;
	clear: both;
	overflow: auto;
}

.date {
	margin-top: 0px;
	font-size: 8pt;
}

ul.entrymenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	font-size: 10pt;
}

ul.entrymenu li {
	display: inline;
	margin-right: 10px;
}

.commentHeader {
	margin-bottom: 0px;
}

.nested {
	margin-left: 20px;
}

#googleLinkUnitContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#googleLinkUnit {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

.ads {
	text-align: center;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	margin: 10px 120px 0px 240px;
	font-size: 8pt;
	text-align: center;
}

#footer p {
	margin: 0px;
}

/* search form */
#search1 table, #search2 table {
	width: 100%;
	border: 1px solid #ACACAC;
	-moz-border-radius: 1em;
}

#search1 table table, #search2 table table {
	border: none;
}

#search1 table input, #search2 table input {
	z-index: 1000;
}

/* form styling */
form p {
	margin-top: 5px;
	margin-bottom: 5px;
}

label {
	float: left;
	width: 100px;
}

.errMsg {
	color: #FF6600;
}

input[type="text"], .inputtext {
	border: 1px solid #ACACAC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

input[type="button"], input[type="submit"], .inputbutton {
	background-color: #6699CC;
	color: #FFF;
	border-top: 1px solid #66CCCC;
	border-right: 1px solid #6666CC;
	border-bottom: 1px solid #6666CC;
	border-left: 1px solid #66CCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

.submit label {
	visibility: hidden;
}

/* about page */
.label {
	float: left;
	width: 100px;
}

.value {
	display: block;
	margin-left: 100px;
}
