﻿* {
	padding: 0;
	margin: 0;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	padding: 20px 0;
	margin: 0;
	background: #fff;
	color: #000000;
	text-align: center;
}
#outer {
	width: 800px;
	background: #f2f2f2 url(images/rightbg.gif) repeat-y right top;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	border: 1px solid #000;
}
h1#header {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: ;
	height: 100px;
	background: #000 url(../images/title.jpg) no-repeat left top;
	color: #fff;
}
h2#sub-header {
	padding: 5px;
	border-bottom: 1px solid #000;
	background: #000000;
	height: 1.5em;
	line-height: 1.5em;
	color: #fff;
}
#left {
	float: left;
	width: 598px;
}
#right {
	float: right;
	width: 190px;
	font-size: smaller;
}
.left-blog, .right-blog {
	border: 1px solid #000;
	background: #FFFFFF;
	margin: 15px;
}
.right-blog {
	background: #F8F8F8;
	margin: 15px 13px 15px 0;
}
.left-blog-header, .right-blog-header {
	padding: 5px;
	color: #fff;
	background: #636363;
	border-bottom: 1px solid #000;
}
.right-blog-header {
	height: auto;
	padding: 2px;
}
.left-blog-footer {
	border-top: 1px solid #000;
	height: 1.2em;
	background: #CCCCCC;
	font-size: smaller;
}
#footer {
	clear: both;
	height: 40px;
	border-top: 1px solid #000;
	background: #f3f3f3;
	font-size: smaller;
}
p {
	margin: 0 0 .5em 0;
	padding: 0 5px;
}
#tab {
	line-height: 2em;
}
#tab a {
	color: #FFFFFF;
	padding: 0 10px;
	border: 1px solid #FFE6B7;
	text-transform: uppercase;
	border-bottom: none;
	position: relative;
	top: 4px;/* for ie5*/;
	height: 20px;/* for ie5*/;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	top: 2px;/*ie mac gets this*/;
	height: auto;
	padding: 3px 10px 4px;
	background-color: #636363;
}
/*ie5 jumps this next style because of voice family hack above - It must follow immediately */
/* commented backslash mac hiding hack  \*/
#tab a {
	top: 3px;
	height: auto;
	padding: 3px 10px 4px;
}
/* end hack */
#tab a:hover {
	background: #C04040;
	color: #FFFFFF;
}
#tab a.current {
	background: #FF0000;
	color: #FFFFFF;
}
#subnav {
	background: #669966;
	height: 2em;
	color: white;
	padding: 5px 5px;
}
#subnav a {
	color: #990000;
	text-decoration: none;
}
#subnav a:hover {
	color: #FF0000;
}
.fixlist {
	border: none;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 20px;
}
a[href^=http]:after {
	content:url(../images/external-link.png);
}
a[href^=mailto]:after {
	content:url(../images/email-link.png);
}

