* {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}
body {
	background-color: #9493AC;
	background-image: url(/images2/main-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A385B;
}
td {
	font-size: 11px;
}
th {
	font-size: 11px;
	text-align: left;
}
a {
	color: #336699;
}
a:visited {
	color: #003366;
}
#container {
	width: 760px;
	margin: 15px auto;
	text-align: left;
}
#title {
	height: 23px;
}
#strapline {
	float: right;
	height: 23px;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
}
#nav {
	background-image: url(/images2/nav-bg.gif);
	background-repeat: no-repeat;
	height: 28px;
	margin-top: 8px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 6px;
}
#nav a {
	margin-left: 10px;
	margin-right: 10px;
	color: #3A385B !important;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#picStrip {
	margin-bottom: 10px;
}
#picRight {
	float: right;
}
#content {
	overflow: auto;
}
#contentRight {
	float: right;
	width: 250px;
}
#contentRight .top {
	height: 10px;
	background-image: url(/images2/box250-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}
#contentRight .middle {
	background: #E4E4ED;
}
#contentRight .bottom {
	height: 10px;
	background-image: url(/images2/box250-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#contentLeft {
	width: 500px;
}
#contentLeft .top {
	height: 10px;
	background-image: url(/images2/box500-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}
#contentLeft .middle {
	background: #E4E4ED;
}
#contentLeft .bottom {
	height: 10px;
	background-image: url(/images2/box500-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}
img {
	border: 0;
	align: middle;
}
.content500 {
	margin-left: 8px;
	margin-right: 9px;
	background-image: url(/images2/innerbox500-middle.gif);
	background-repeat: repeat-y;
}
.content500 h2 {
	background-image: url(/images2/innerbox500-top.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
}
.content500 .innerbottom {
	background-image: url(/images2/innerbox500-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 11px;
	overflow: hidden;
}
.content500 h3 {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}
.content250 {
	margin-left: 8px;
	margin-right: 9px;
	background-image: url(/images2/innerbox250-middle.gif);
	background-repeat: repeat-y;
	width: 232px;
}
.content250 h2 {
	background-image: url(/images2/innerbox250-top.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
}
.content250 .innerbottom {
	background-image: url(/images2/innerbox250-bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 11px;
	overflow: hidden;
}
p {
	margin: 10px 10px;
	line-height: 1.4em;
}
table {
	margin: 10px 10px;
}
ul, ol {
	margin: 15px 35px;
}
ol li {
	margin-bottom: 8px;
}
ul li {
	margin-bottom: 8px;
}
fieldset {
	margin: 8px 10px;
	padding: 10px;
	border: 1px solid #ccc;
}
label {
	width: 130px;
}
.vspacer {
	height: 10px;
	overflow: hidden;
}
#footer {
	margin-top: 5px;
	margin-left: 5px;
}
.pageTitle {
	display: none;
}
.notice {
	background: #fee;
	border: #900 1px solid;
	padding: 10px;
}
