body {
    background-image: url('images/background.jpg');
    background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content {
	border:#000066 solid 1px;
	padding: 5px;
	background-color: #FFFFFF;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}

.menubutton, #bannerimg, #bottomimg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
}

td.menu {
	background-image: url('images/menuback.jpg');
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
	text-align:center;
	xfont-family: Georgia,Times,Helv,Arial;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	border-top: #ffffff solid 5px;
}

td.menu:hover {
	background-image: url('images/menubackhover.jpg');
}

td.menu a {
	color: #FFFFFF;
	width:10px;
}

.title {
	background-image: url('images/titleback.jpg');
	background-repeat: repeat-x;
	height: 25px;
	text-align: center;
	xfont-family: Georgia,Times,Helv,Arial;
	font-size: 18px;
	font-weight: bold;
	color: #435C94;
	padding-top: 2px;
}

.subtitle {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
}

.pad-left {
	padding-left: 5px;
}

.pad-right {
	padding-right: 5px;
}

.colpadding {
	padding-left: 20px;
}

td.marg-left {
	border-left: #ffffff solid 5px;
}

td.marg-right {
	border-right: #ffffff solid 5px;
}

.floatleft {
	float: left;
}

.floatclear {
	clear: left;
}

.center {
	text-align:center;
}

.story {
	border: #C5D9F4 solid 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

td {
	vertical-align: top;
}

table, tr, td, div {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: #000000 none 0px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-collapse:collapse;
}

.storytext {
	padding: 5px 5px 5px 5px;
}

.justify {
	text-align:justify;
}

.twothirds {
	width: 65%;
}

.onethird {
	width: 35%;
}

.full {
	width: 100%;
}

.half {
	width: 50%;
}

.third {
	width:33%;
}

.column1 {
	width: 33%;
}
.column2, .column3{
	width: 33%;
	padding-left: 20px;
}

.small {
	font-size: 10px;
}

.link {
	font-family: monospace;
	font-weight: bold;
	color: #0033FF;
	font-size: 16px;
}

#disclaimer {
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

a:visited, a:link {
	border: #000000 none 0px; 
	text-decoration:none;
}

p, li {
	margin-top: 0px;
	margin-bottom: 1em;
}

hr {
	color: #000066;
	background-color: #435C94;
	width: 90%
}

.question {
	font-weight:bold;
}

.large {
	font-size:36px;
	font-weight:bold;
}

.bigger {
	font-size:16px;
	
}

.caption {
	font-style:italic;
	font-size:12px;
}

.italic {
	font-style:italic;
}

.margincenter {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

