body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(images/design/background-river.gif);
}
p, ul, table {
	font-size: 100%;
}
table {
	border-collapse: collapse;
}	
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover, a:focus {
	color: #FF0000;
	text-decoration: underline;
}
h1, h2, h3 {
	color: #447A8F;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	margin-top: 0px;
	padding: 0px;
}
h2 {
	font-size: 120%;
	margin-top: 24px;
	background-color: #F2F2F2;
	padding: 4px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
strong {
	color: #000000;
}
ul.tick {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.tick2 {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}
ul.tick li, ul.tick2 li
{
	padding-left: 15px;
	background-image: url(images/design/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.accessonly {
	display: none;
}
.clearit {
	clear: both;
	float: none;
}
.largetext {
	font-size: 180%;
}
.smalltext {
	font-size: 90%;
}
#accessibility {
	text-align: right;
	width: 960px;
	margin: 5px auto;
}
#accessibility p {
	margin: 0px 10px;
	font-size: 90%;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin: 0px auto;
	background-image: url(images/design/background-columns.gif);
	background-repeat: repeat-y;
}
#tophead img {
	vertical-align: bottom; /*TJ used to fix IE extra space at top of left hand menu */
}
#contentwrapper {
	float: left;
	width: 100%;
}
#content {
	margin: 0px 181px 0px 191px;
	padding: 0px;
}
#contentpad {
	padding: 10px;
}
#rightcol {
	float: left;
	width: 181px;
	margin-left: -181px;
	font-size: 90%;
}
#rightcolpad {
	padding: 10px 11px 10px 10px;
}
#rightcol img {
	border: none;
}
#rightcol h2 {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
#rightcol h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
#rightcol p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#leftcol {
	float: left;
	width: 191px;
	margin-left: -960px;
}
#leftcolpad {
	padding: 4px 0px 10px 11px;
}
.leftmenu {
	text-align: left;
	vertical-align: top;	
	width: 180px; /*width of menu*/
}
.leftmenu a.menuitem { /*CSS class for menu headers in general (expanding or not!)*/
	color: #333333;
	text-decoration: none;
	display: block;
	position: relative;
	width: auto;
	padding: 9px 0px 9px 6px;
	margin: 6px 0px 2px;
	background-color: #D6F3FE;
}
.leftmenu a.menuitem:hover { /*CSS class to apply to expandable header when it's expanded*/
	color: #333333;
	background-color: #A4CEDE;
}
.leftmenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.leftmenu div.submenu { /*DIV that contains each sub menu*/
}
.leftmenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}
.leftmenu div.submenu ul li {
	margin-bottom: 2px;
}
.leftmenu div.submenu ul li a {
	font-size: 90%;
	color: #333333;
	background-color: #D6F3FE;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 10px;
}
.leftmenu div.submenu ul li a:hover { /*hover state CSS*/
	color: #333333;
	background-color: #A4CEDE;
}
#footer {
	text-align: left;
	color: #FFFFFF;
	background-color: #2E2E2E;
	font-size: 90%;
	margin: 0px;
}
#footerpad {
	width: 960px;	
	margin: 0px auto;
}
#footer img {
	border: none;
	padding-left: 12px;
}
#footer p {
	padding: 20px 10px;
	margin: 0px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerright {
	float: right;
	margin: 0px;
	text-align: right;
}
.blackbox {
	background-color: #2E2E2E;
	padding: 20px;
	margin-bottom: 16px;	
}
.event {
	border: 1px solid #C0C0C0;
	margin-bottom: 16px;
	padding: 0px;
	overflow: auto;
}
.event .heading {
	font-weight: bold;
	font-size: 140%;
}
.event .scamhead {
	color: #FF0000;
	font-weight: bold;
	font-size: 140%;
}
.event p {
	margin: 8px;
}
.event ul.tick {
	padding-left: 8px;
	padding-bottom: 8px;
}
.event img {
	float: right;
	margin: 12px;
}
.eventimg {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}
.eventdate {
	background-color: #C0C0C0;
	width: 200px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 8px;
}
.scam {
	border: 1px solid #FF0000;
}
.rightpix {
	font-size: 90%;
	color: #999999;
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 4px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 280px;
	display: table;
}
.rightpix img, .pixborder {
	border: 1px solid #333333;
}
.rightimg {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.rightbox {
	margin-bottom: 16px;
	padding: 10px 8px 2px;
	background-color: #A4CEDE;
}
.rightbox .heading {
	font-weight: bold;
	font-size: 110%;
}
.filmbox {
	width: 200px;
	background-color: #A4CEDE;
	margin: 0px 0px 10px 10px;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	float: right;
	font-size: 80%;
}
.filmbox p {
	margin: 6px;
}
.tablepix {
	font-size: 80%;
	color: #999999;
	margin: 0px auto;
	padding: 0px;
	width: 568px;
}
.tablepix td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.tablepix img {
	border: 1px solid #333333;
}
.comment {
	color: #990000;
}
.accesslogos {
	text-align: center;
	width: 100%;
}
.accesslogos img {
	padding-right: 12px;
	border: none;
}
#divpostanote {
	padding: 0px;
	margin: 12px 0px;
	border: 1px solid #CC0000;
	background-color: #FFFFFF;
}
#divpostanote h1 {
	margin: 0px;
	padding: 4px;
	font-size: 120%;
	background-color: #CC0000;
	text-align: center;
	color: #FFFFFF;
}
#divpostanote p {
	padding: 4px;
	margin: 0px;
	font-size: 90%;
}

