body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
}

h1{
	font-family: Georgia, serif;
	margin-top:5px;
	color:#00669d;
	font-size:28px;
	font-weight:normal;
}

a{
	color:#00669d;
}

h1 a{
	
	text-decoration:none;
	
}

form{
	margin:0px;
	padding:0px;
}

input[type=text]{
	height:18px;
}

input[type=submit], input[type=button]{ 
	border:1px solid #999999;
	height:24px;
	line-height:22px;
	font-size:12px;
	cursor:pointer;
	padding-bottom:4px;
	padding-top:0px;
	background-image:url(/images/button_back.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#ffffff;
}

.error{
	color:red;
	font-weight:bold;
}

#Title{
	height:85px;
	background-color:#00669d;
	background-image:url(/images/blog/title_back.png);
	background-position:bottom left;
	position:relative;
}

#Subtitle{
	height:41px;
	background-color:#009e37;
	background-image:url(/images/blog/subtitle_back.png);
	background-position:bottom left;
	position:relative;
	line-height:41px;
	margin-bottom:10px;
}

#Subtitle h1{
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:white;
	font-size:24px;
}

#BodyWrapper{
	width: 940px;
}

#LeftColumn{
	float:left;
	width:600px;
}

#CenterColumn{
	float:left;
	width:40px;
}

#RightColumn{
	float:left;
	width:300px;
	padding-left; 15px;
}

.Warning, .warning{
	background-color:#FAF8B4;
	border-top:1px dashed #009e37;
	border-bottom:1px dashed #009e37;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#009e37;
	text-align:center;
	margin-top:5px;
}

.Warning a, .warning a{
	color:#009e37;
}

.PostDate{
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	font-style:italic;
	color:#009e37;
}

.PostFooter{
	border-bottom:1px dashed #009e37;
	font-size:12px;
	position:relative;
	padding-bottom:5px;
	color:#666666;
	margin-bottom:25px;
}

.Author{
	margin-bottom:5px;
}

.Author a{
	color:#666666;
	text-decoration:none;
}

.Author a:hover{
	text-decoration:underline;
}

.BlogCommentCount{
	margin-top:5px;
}

.BlogTags{
	position:absolute;
	right:3px;
	bottom:3px;
	max-width: 300px;
	max-height:30px;
	overflow:hidden;
}

.BlogTags a{
	color:#666666;
	text-decoration:none;
}

.BlogTags a:hover{
	text-decoration:underline;
}


.SidebarBox{
	width:300px;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	position:relative;
}

.BoxTop{
	background-color:#009e37;
	height:10px;
	overflow:hidden;
}

.BoxBorderDiv{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.BoxTitle{
	color:#009e37;
	font-style:italic;
	font-size:22px;
	font-weight:bold;
	font-family: Georgia, serif;
	padding:10px;
	padding-bottom:1px;
	padding-top:5px;
}

.BoxContent{
	background-color:#eeeeee;
	color:#666666;
	padding:10px;
	font-size:12px;
	border-top: 1px solid #cccccc;
}

#Footer{
	color:white;
	background-color:#00669d;
	font-size:10px;
	height:30px;
	line-height:30px;
}

.CommentDate{
	font-style:italic;
	font-size:10px;
}

.CommentAuthor{
	font-weight:bold;
	font-size:12px;
}

.CommentBody{
	font-size:12px;
	border-bottom:1px dashed #999999;
	padding-bottom:10px;
	margin-bottom:5px;
}

#BlogRSS{
	background-image:url(/images/blog/rss.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	position:absolute;
	bottom:0px;
	left:0px;
	height:70px;
	width:298px;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	cursor:pointer;
}

.SidebarSubheader{
	color:#333333;
	padding-bottom:4px;
	font-size:13px;
	font-weight:bold;
}

.ArchiveMonth{
	padding-left:15px;
}

.ArchivePost{
	padding-left:30px;
	font-size:11px;
	margin-top:2px;
	margin-bottom:5px;
}

