@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#06c;
	padding:10px 0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#06c;
	display:block;
	width:310;
	height:25px;
	padding:0px;
	background-color: #ccc;
	text-indent:10px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666;
}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.news {
font-size:16px;
color:#06c;
line-height:24px;
}
.quote {
	font-size:13px;
	color: #633;
	padding:10px 25px;
	line-height:20px;
	background: #c9e5f7;
	height:211px;
	font-style: italic;
}
.quotecredit {
	font-size:10px;
	color: #333;
	font-style: italic;
}
.box {
color:#000;
background:#f1d9c5;
padding:15px;
margin: 10px 0;
width:500px;
}
.boxhdr {
font-weight:bold;
color:#06c;
margin-bottom:5px;
}
.boxbullets {
padding-left:15px;
}

/* SIDEBAR STYLE */

ul.sdcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #06c;
	margin:5px;
	padding:0px;
	list-style-type: none;
}
ul.sdcopy li {
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	list-style-image:url(../imgs/bullet.gif);
}
ul.sdcopy li.cat {
	margin:0px;
	padding:0px;
	list-style-type: none;
	color:#3300CC;
}
.cabtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	background:#cea681;
	padding:5px;
	border-bottom:thin solid #06c;
}
.cabtn a {
	text-decoration:none;
	color: #fff;
}