body{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	min-width: 740px;
}

.wrapper {
	position: relative;
	text-align: left;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#content.idx{
	margin: 0 0 0 5%;
	width: 85%;
}


#masthead{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	margin: 3em 0 45px 0;
}

#masthead h1{
	font-size:20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#masthead h1 a:link,
#masthead h1 a:visited{
	color: #c03;
	background-color: transparent;
	text-decoration: none;
}

#masthead h1 a:hover,
#masthead h1 a:active{
	color: #000;

}

#masthead p.strapline,
#masthead p.dateline{
	color: #c03;
	background-color: transparent;
	font-size: 160%;
	text-align: center;
	margin: -24px 0 0 -210px;
	padding: 0;
}

#masthead p.dateline{
	margin: -24px 0 0 -315px;	
}

#topbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: bottom left repeat-x #c03;
	color: #fff;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	background-color: #CC6600;
}

#topbar a:link, #topbar a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#topbar a:hover, #topbar a:active {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}


#topbar p {
	text-align: left;
	float: left;
	margin: 0;
	padding: .5em;
	font-size: 14px;
	font-weight: bold;
}

#topbar ul {
	width: 30%;
	text-align: right;
	list-style: none;
	float: right;
	margin: 0;
	padding: .7em;
	font-size: 95%;
}

#topbar li {
	list-style: none;
	display: inline;
	margin: 0;
}


#content h2{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}






h3 {
	font-size: .94em;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;

}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


