body {
	background-color: #FFFFFF;
	/* avoids conflict with user style sheets */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* includes Mac fonts */
	font-size: 0.8em;
	color: #000000;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
	font-size: 130%;
	margin: 0;	
}
h2 {
	font-size: 120%;
	margin: 0;
}
h3 {
	font-size: 108%;
	margin: 0;
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color:#aa0000;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}

a img {
	border: none;
} 

#header {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	background-image: url('/pix/container6.jpg');
	background-position: left top;
	margin: 0px 0 0px 0px;
	padding: 15px 0px 0px 0px;
	border-bottom: solid 4px #009900;
}

#breadcrumb {
	width: 99%;
	float: left;
	font-size: 80%;
	background-color: #ddffdd;
	padding: 0px 2px 0px 5px;
	margin-top: 10px;
	margin-bottom: 0px;
/*	border: 1px solid #00ffff; */
}

#breadcrumb td{
	border-top: 0px;
	border-bottom: 0px;
}

.redtext {
	color: #ff0000;
}

.bluetext {
	color: #000099;	
}

.smalltext {
	font-size: 80%;
}

.homehighlight {
	margin-left: 4px;
	margin-bottom: 2px;
	width: 140px;
	height: 130px;
	border: 1px solid;
	border-color:#0033FF;
	background-color:#ddddFF;
	font-size: 85%;
	text-align: center;
}

.insertbox {
	margin: 4px auto 4px auto;
	padding: 5px;
	width: 85%;
	border: 3px solid;
	border-style: ridge;
	border-color:#0033FF;
	background-color:#ddddFF;
}

.homehighlight span {
	height:20px;
	background-color:#8888FF;
	display: block;
}

.byline {
	font-size: 90%;
	color: #000099;	
}

.floatl {
	float: left;
	color: #0000FF;
	font-size: 70%;
	margin: 10px 10px 10px 0px;
}

.floatr {
	float: right;
	color: #000099;
	font-size: 70%;
	margin: 10px 0px 10px 10px;
}

.highlight_l {
	width: 30%;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	font-size: 130%;
	margin: 10px 10px 10px 0px;
	border-top: 2px solid #afafff;
	border-bottom: 2px solid #afafff;	
}

.highlight_r {
	width: 30%;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	font-size: 130%;
	margin: 10px 0px 10px 10px;
	border-top: 2px solid #afafff;
	border-bottom: 2px solid #afafff;	
}

/* make the first letter / word of a paragraph large */
.firstlet {
	float: left;
/*	width: 0.2em;*/
	font-size: 400%;
	color: #000099;
	line-height: 85%;
}

/* make the first letter of a sub-paragraph (eg interview) large */
.smfirstlet {
	float: left;
/*	width: 0.2em;*/
	font-size: 150%;
	color: #000099;
	line-height: 90%;
}

#pagewrapper {
	margin: 0px auto;
	width: 100%;
	text-align: center;
	background: #ddffdd; /*slightly green */
}

#page800 {
	margin: 0px auto;
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	border-right: 1px solid #009900;
	border-left: 1px solid #009900;
}

#wrapper {
	width: 100%;
	float: left;
	margin-right: -160px;
/*	margin-right: -160px;*/
	margin-top: 10px;
	margin-bottom: 5px;
/*	border: 2px solid #00ffff; */
}

#content {
	color: #000000;
	margin-right: 120px;
/*	border: 2px solid #ffff00; */
}

#main {
	line-height: 1.3;
	margin-left: 170px;
	color: #000000;
/*	border: 2px solid #0000ff; */
}

#main p {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

#main_articles {
	line-height: 1.3;
	font-size: 90%;
	margin-left: 180px;
/*	border: 2px solid #0000ff; */
}

#sidel {
	width: 155px;
	float: left;
	padding: 0 0px 0 5px;
	margin-bottom: 5px;
/*	border: 2px solid #00ff00; */
}

/* width was 105px */

#sider {
	width: 105px;
/*	border-left: 2px solid #009900; */
	margin-top: 10px;
	padding: 0px 3px 0 3px;
	float: right;
	margin-bottom: 5px;
/*	border: 2px solid #ff0000; */
}

#sider img {
	float: right;
	margin-bottom: 3px;
	border: 1px solid;
}


/* add a margin under each banner ad */
#sider img {
	margin-bottom: 5px;
}

#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	color: #aeaeae;
	border-top: 2px solid #bebebe;
	margin-top: 15px;
}

/*********** #mu main navivation  ***********/

#mu{
	width: 150px;
	margin: 8px 1px 1px 1px;
	padding: 0px;
	font-size: 80%;
}

#mu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* gap betweem menu elements */
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#mu li {
	margin: 0 0 0px 0;
}

/* fix for browsers that don't need the hack */
html>body #mu li {
	margin: 0 0 0px 0;
}


/* makes all of the link clickable - not only text */
* html #mu li a {
	width: 100%;
}

/* links L V H A */

#mu a:link, #mu a:visited, #mu a:active {
	text-decoration: none;
	height: 20px;
	display: block;
	background: #eeffee;
	padding: 10px 0px 1px 3px;
	border-left: 7px solid #aaffaa;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
	font-weight: normal;
	color: #000000;
}

#mu a:hover{
	text-decoration: none;
	height: 20px;
	display: block;
	padding: 10px 0px 1px 3px;
	background: #FFFFFF;
	border-left: 7px solid #009900;
	width: auto;
	font-weight: normal;
	color: #009900;
}


/* *****   FORM formatting *****   */

/* input boxes - how control textg inside boxes - uses normal size control but doesn't work ?? */
input.txt {
	font-size: 100%;
/*	color: #5185C5; */
/*	border: 1px #008888;  get rid of this as it makes the control invisible in Firefox! */
	width: 250px;
}

input.txtlg {
	width: 250px;
	font-size: 120%;
}

input.btn {
	color: #000000;
	background-color: #ddffdd;
	border: 1px outset #009900;
}
input.btn:hover {
	color: #000000;
	background-color: #ccffcc;
	border: 1px outset #00FF00;
}

textarea {
	font-size: 120%;
/*	color: #5185C5; */
/*	border: 1px #008888; remove as fix to show in Firefox */
}

form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

/* input box labels */
form div label {
	float: left;
	width: 40%;
	font-size: 90%;
	color: #000000;
}

fieldset {
	border: 1px solid #999999;
	margin-top: 10px;
	padding: 5px;
}

legend {
	font-size: 90%;
	font-weight: bold;
	color: #000099;
}

/* *****  TABLE  *****   */
table {
	/* font-size inherit required for Opera */
	font-size: inherit;
	line-height: 1.4;
	border-collapse: collapse;
}

td{
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

tr.noborder td {
	border-top: 0px;
	border-bottom: 0px;	
}

tr.d0 td {
	background-color: #CCFFFF; color: #000000;
}
tr.d1 td {
	background-color: #FFFFBB; color: #000000;
}

tr.helprow td {
	background-color: #eeFFFF;
	font-size: 85%;
/*	line-height: 1.8; */
	text-align: right;
}
