a:link, a:visited, a:active{
	color: #0000FF;
	text-decoration: underline;
}
a:hover{
	color: #8CBBF3;
	text-decoration: underline;
}
.blogdate{
	background: #EEEEEE;
	border: #CCCCCC 1px solid;
	padding: 5px;
}
.blogtags{
	color: #666666;
}
.blogtags a:link, .blogtags a:visited, .blogtags a:active{
	color: #666666;
	text-decoration: underline;
}
.blogtags a:hover{
	color: #8CBBF3;
	text-decoration: underline;
}
body{
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	background: #FFFFFF url("../images/background.jpg") repeat-x;
}
#col1{
	width: 500px;
	float: left;
}
#col1boxfoot{
	background: url("../images/col1foot.gif") no-repeat;
	height: 25px;
}
#col1boxmain{
	background: #FFFFFF;
	padding: 0px 25px 0px 25px;
}
#col1boxtop{
	background: url("../images/col1top.gif") no-repeat;
	height: 25px;
}
#col2{
	margin-left: 10px;
	width: 290px;
	float: left;
}
.col2boxfoot{
	background: url("../images/col2foot.gif") no-repeat;
	height: 25px;
	margin-bottom: 10px;
}
.col2boxmain{
	background: #FFFF00;
}
.col2boxmain a:link, .col2boxmain a:visited, .col2boxmain a:active{
	color: #000000;
	text-decoration: none;
}
.col2boxmain a:hover{
	color: #000000;
	text-decoration: none;
	background: #FFCC00;
}
.col2boxmain ul{
	margin: 0px;
	padding-right: 30px;
}
.col2boxmain ul li a{
	display: block;
	padding: 3px;
}
.col2boxtop{
	background: url("../images/col2top.gif") no-repeat;
	height: 25px;
}
.errormsg{
	background: #FFFF00;
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border: #FFCC00 2px dashed;
	margin-bottom: 10px;
}
#footer{
	clear: both;
	padding: 25px;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	color: #000000;
	text-decoration: underline;
}
form{
	margin: 0px;
}
h1{
	line-height: 100px;
	margin: 0px;
}
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	color: #000000;
	text-decoration: none;
}
h2{
	margin-top: 0px;
}
#header{
	height: 100px;
	background: #DDDDDD url("../images/headerbg.jpg") repeat-x;
}
#headeralign{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
label{
	cursor: pointer;
}
.longbutton{
	padding: 0px 25px 0px 25px;
}
#main{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.metadata{
	background: #EEEEEE;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding: 5px;
}
p, ul{
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0px;
}
.paging{
	text-align: center;
}
.tbl{
	background: #CCCCCC;
}
.tbl td{
	background: #FFFFFF;
}
.tbl th{
	background: #EEEEEE;
}