#main {
	margin: 10px auto;
	width: 800px;
	background-color: #FFFFFF;
	border: 2px solid #333333;
	background-image: url(../images/sidebarbg.jpg);
	background-repeat: repeat-y;
}
body {
	background-color: #DDDDDD;
	margin: auto;
}
.titlebar {
	background-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC33;
	font-size: 1.5em;
	letter-spacing: 0.5em;
	padding: 0px;
}
#maincopy {
	width: 65%;
	clear: both;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: 0.7em;
}
#navigation {
	background-color: #FFcc33;
	height: 23px;
	width: 800px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#minitabs {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#minitabs li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#minitabs a {
	line-height: 14px;
	font-weight: bold;
	color: #336600;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#minitabs a.current{
border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #009900;
	padding-bottom: 2px;}
#minitabs a.altpage{/*required to stop main text bouncing on non main pages: invisible border element*/
border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFcc33;
	padding-bottom: 2px;}
 #minitabs a:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	color: #009900;
	padding-bottom: 2px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background-color: #999999;
	clear: both;
	font-size: 0.6em;
}
#sidebar {
	width: 220px;
	padding-top: 20px;
	background-image: url(../images/sidebarbg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	
}
#sidenav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#sidenav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: right;
}

#sidebar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
	padding-right: 95px;
	white-space: nowrap;
}
#sidenav a:hover {
	background-image: url(../images/arrowtip.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #993300;
}
.terms {
	font-size: 0.6em;
	margin: 0px;
	padding: 0px;
}
.imageleft200 {
	float: left;
	height: auto;
	width: auto;
	padding-right: 5px;
}
.imageright150 {
	float: right;
	width: 150px;
}
#advert {
	margin-left: 10px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
.generalitalic {
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	color: #993399;
	text-indent: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.prominent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #990066;
	line-height: 1.1em;
}
.imageright200 {
	float: right;
	width: auto;
}
