body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.0em;
	color: #999999;
}

#container {
	width: 760px;
	margin: auto;
}

#toolbar {
	background: url("/includes/images/toolbar.gif") repeat-x bottom;
	background-color: #C6DEE6;
	padding: 6px 6px 6px 6px;
}

#toolbar .left-curve, #toolbar .right-curve {
	width: 6px;
	position: relative;	
	bottom: -18px;
}

#toolbar .left-curve {
	background: url("/includes/images/toolbar-left.gif") no-repeat;
	float: left;
	left: -6px;
}

#toolbar .right-curve {
	background: url("/includes/images/toolbar-right.gif") no-repeat;	
	float: right;
	right: -6px;
}

#toolbar ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: right;
}

#toolbar li {
	display: inline;
	margin: 0px;
	padding: 5px;
	font-family: verdana, arial;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#toolbar li a {
	color: #FFFFFF;
}

#toolbar li a:hover {
	color: #6996A5;
}

#logo {
	float: left;
	position: relative;
	top: -6px;
	left; 6px;
	font-size: 1.4em;
	font-weight: bold;
}

#logo a {
	color: #6996A5;	
	text-decoration: none;
}

#content {
	margin: 10px;
}

#leftcontent {
	width: 540px;
	float: left;
	overflow: hidden;
}

#leftcontent p {
	font-size: 0.7em;
}

#rightcontent {
	width: 200px;
	float: right;
	overflow: hidden;
}

#rightcontent h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #6996A5;
	padding: 3px;
	margin: 3px;
	background: url("/includes/images/break.gif") repeat-x bottom;
}

#rightcontent p {
	font-size: 0.8em;
	padding: 5px;
}

strong, a.orange {
	font-weight: bold;
	color: #FFC128;
}

a.orange {
	font-decoration: underline;
}

#footer {
	clear: both;
	padding: 4px;
	text-align: center;
	font-size: 0.55em;
	color: #CACACA;
}

#footer ul {
	list-style-type: none;
	padding: 0px;
}

#footer li {
	display: inline;
	font-size: 1.1em;
}

#footer li a {
	color: #CACACA;
}
#footer li a:hover {
	color: #FFC128;
}

ul.blog {
	list-style-type: none;	
	padding: 5px 3px 10px 4px;
	margin: 0px;
	font-size: 0.8em;
}

ul.blog li {
	padding: 1px 2px 5px 2px;
}

ul.blog a {
	color: #999999;
}

ul.blog a:hover {
	color: #FFC128;
	text-decoration: underline;
}

a, a:visited {
	color: #999999;
}

a:hover, a:active {
	color: #FFC128;
}

img {
	border: 0px;
}

.viewpost {
	margin-bottom: 20px;
	width: 430px;
	font-size: 1.1em;
	line-height: 1.0em;
	padding: 0px.
}

.viewpost h1, .viewpost h1 a {
	margin: 0px;
	margin-top: 10px;
	font-size: 1.1em;
	color: #6996A5;
	text-decoration: none;
	padding: 0px;
	padding-bottom: 3px;
}

h2 {
	margin: 0px;
	font-size: 0.9em;
	color: #6996A5;
	text-decoration: none;
	padding: 0px;
}

.viewpost h6 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 0.7em;;
}

ol li {
	margin-bottom: 10px;
}

#printtitle, #printlogo {
	display: none;
}