body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #554;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
}

.boxwrap   { width: 780px;  margin-left: auto; margin-right: auto; margin-bottom: 2em;	border-bottom: solid 2px #fff; background: #d4ecfa;
}
.boxbody   { width: 560px; float: left; background: #fff;
 }
.boxbody p {
	padding: 5px 30px;
	margin: 0px;
	font-size: 1em;
}
.boxbody ul {
	margin-top: 3px;
	padding: 0px;
	letter-spacing: 0;
}
.boxbody li {
	margin: 0 0 10px 30px;
	padding: 0px;
}
.boxleft   {
	width: 220px;
	float: left;
	background: #FFFFFF;
	text-align: left;
}
.boxleft ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
	margin-top: 2px;
}
.boxleft li {
	float:left;
	width: 100%;
	margin: 0 0 2px;
	padding: 0px;
}
.boxleft a {
	float:left;
	text-align:left;
	font-weight: bold;
	background-color: #99bacd;
	width:200px;
	padding:3px 10px;
	text-decoration:none;
	color: #ffffff;
	letter-spacing: 1px;
}
*html .boxleft a {
	width:220px;
}
.boxleft a:hover {
	background-color: #A2CF05;
	color: #FFFFFF;
	text-decoration:none;
}

.boxleft #on a {
	color: #443;
	background-color: #fff;
	text-align: right;
	font-weight: bold;
}
.boxleft li p {
	color: #443;
	background: #d4ecfa;
}

.boxheader {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #99bacd;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
}
.boxhalf { width: 50%; float: left}
.boxfull { width: 100%;  clear: both}
.boxfooter {
	border-top-color: #d4ecfa;
	border-top-width: 2px;
	border-top-style: solid;
	height: 20px;
	background-color: #fff;
	width: 100%;
	font-size: 0.75em;
	letter-spacing: 0.25em;
}
.boxclear  { clear: both; line-height: 0px }
     
.stripe {
	font-weight:bold;
	color: #998;
	background: #dda;
	margin-left: 1px;
	letter-spacing: 1px;
	text-align: right;
}

h1 {
	margin: 0 0 0 30px;
	font-size: 1.1em;
	color: #5c6b99;
	text-align: left;
}
p  {
	text-align: left;
	padding: 5 10px;
	margin: 0px;
	font-size: 1em;
}
.comment {
	background: #c96;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}
h1 span  { font-weight: normal; }

#scrolling div.boxleft, #scrolling div.boxright
   { overflow: auto; height: 4em;}
.boxinside {
	border: 2px solid #333;
}
.header {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.25em;
}
.paneltop {
	background: #333;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
ul {
	text-align: left;
}
li {
	padding: 0 30px 5px 0;
}
a {
	color: #596c78;
}
a:hover {
	color: #8db303;
}
dl {
	clear: both;
	margin: 0px;
	padding: 3px 30px;
	text-align: left;
}
dt {
	display: inline;
   font-weight: bold;
	margin: 0px;
}
dd {
	float: right;
	text-align: right;
	margin: 0px;
}
.bullet {
	font-weight: bold;
	letter-spacing: 0.2em;
}
.right {
	padding: 0 10px;
	float: right;
}
.left {
	padding: 5px 10px;
	float: left;
}
.imgright {
	font-size: .75em;
	padding: 5px 0 5px 10px;
	float: right;
}
.credit {
	width: 218px;
	padding: 5px 0;
	text-align: center;
	float: left;
	border-right: solid 2px #d4ecfa;
}
*html .credit {
	width: 220px;
}
.credit a {
	padding: 0 5px;
	text-decoration:none;
	color: #99bacd;
}
.credit a:hover {
	color: #A2CF05;
	text-decoration:none;
}

.copyright {
	padding: 5px 15px;
	float: right;
	text-align: center;
}
.bdr {
	border: 1px solid #999;
}
.headright {
	font-weight: bold;
	text-align: right;
}
.footnote {
	background-color: #ded;
	padding: 4px 8px;
	font-size: .9em;
}
