body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background: #ededed;
}

h1.title {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1.4em;
	padding:0px;
}

.blogger_title {
	font-size:0.5em;
}

.subtitle {
	font-style:italic;
	font-size:8pt;
	font-weight:normal;
}

hr {
	height:1px;
	border:1px solid #689B73;
	color:#689B73;
	margin:0px;
}
p.small {
	font-size: 10px;
	margin-bottom: 12px;
}
h2.small {
	font-size: 10px;
	margin-bottom: 12px;
}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#000000;	
}
form {
	margin: 0px;
}
label {
	font-weight: bold;
	line-height: 18px;
	float: left;
	width: 114px;
}
input {
	border: 1px solid #0076B0;
	line-height: 18px;
	background-color: #F4FCFF;
	height: 18px;
	width: 275px;
	padding: 0px 0px 0px 3px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	border: 1px solid #0076B0;
	background-color: #F4FCFF;
	height: 100px;
	width: 275px;
	padding-left: 3px;
	padding-right: 0px;
}
input.checkbox {
	border: none;
	background-color: none;
	width: 15px;
	height: 15px;
	line-height: 18px;
	margin-left: 0px;
	margin-top: 12px;
	padding: 0px;
}
input.submitbutton {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	background-color: #0076B0;
	height: 22px;
	width: 125px;
	margin-left: 114px;
	margin-top: 12px;
	padding: 0px;
	border: none;
	cursor: pointer;
}
input.submitbutton:hover {
	color: #0076B0;
	line-height: 18px;
	background-color: #B9E9FF;
	border: 1px solid #0076B0;
}

#side {
	position:absolute;
	left:13px;
	top:102px;
	width:190px;
}
#side h2 {
	font-size: 1.0em;
	margin: 5px 0px;
	font-weight:normal;
}
#side p {
	padding: 0px;
	font-size:9pt;
}

#side h3 {
	font-size:0.9em;
	margin: 10px 0px 10px 10px;
	font-weight:normal;
	padding:3px 3px 3px 10px;
	background:#E7F5F2;
}

#side ul {
	margin:-10px 0px 0px 20px;
	padding:0px;
}
#side li {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	list-style-type: none;
	padding-left: 15px;
	font-size:8pt;
}

#content {
	position:absolute;
	left:224px;
	top:102px;
	width:480px;
	*width:510px;
	border: 2px solid #689B73;
	padding:10px;
	background:#FFFFFF;
}

.blog_content {
	font-family:Arial, Helvetica, sans-serif;
}

.blog_content a:link, .blog_content a:visited {
	color:#63A077;
}

.blog_content a:hover, .blog_content a:active {
	text-decoration:underline;
}
