
/*

Primary Colours:

Yellow: #FFFF00;
Green: #FF8000;

*/

html {
	overflow: -moz-scrollbars-vertical;
}
html {
	overflow-x: auto;
}
body {
	margin: 0;
	padding: 0;
	top: 0;
	text-align: center;
	background:#FFF url(/images/backgrounds/body-bg.gif) no-repeat scroll center top;
}
body, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #151515;
}
h1 {
	color: #151515;
	font-size: 16px;
	/*padding-bottom: 10px;*/
	margin-top: 0;
}

img {
	border: none;
}

.img_border {
	border: 1px solid #111111;
	margin: 10px;
}

h2 {
	color: #151515;
	font-size: 14px;
	/*padding-bottom: 8px;*/
	margin-top: 0;
}

a {
	color: #FF8000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color:#666666;
	text-decoration: underline;
}
a:focus {
	-moz-outline-style: none;
}
p {
	line-height: 16px;
}
.clear {
	clear: both;
}
.spacer {
	height: 10px;
}
hr, .hr  {
	height: 1px;
	color: #FF8000;
	background-color: #FF8000;
	border:0px solid #FF8000;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	/*background:#E9E9E9 url(/images/bodybg.gif) repeat-y scroll center top;*/
	width: 750px;
	height: 101%;
}

/* Header */

#header {
	margin-top: 5px;
}


.navtabs {
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #FF8000;
}

.navtabs ul {
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-transform: uppercase;
}

.navtabs li {
	display: inline;
	margin: 0;
}

.navtabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px;
	border-right: 1px solid white;
	color: #000000;
	background: #FFFF00;
}

.navtabs li a:visited{
	color: #000000;
}

.navtabs li a:hover, .navtabs li.selected a{
	background: #FF8000;
	color: #FFF;
}

.navtabs .selected {
	background: #FF8000;
	color: #FFF;
}

/* Header */

/* Breadcrumbs Styles */

#breadcrumbs {
	margin: 10px 0;
	padding: 5px 2px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#breadcrumbs ul {
	padding: 0;
	margin: 0;
}

#breadcrumbs ul li {
	display: inline;
	margin-left: 6px;
	float: left;
}

/* Breadcrumbs Styles */


/* Left nav */

.header {
	background-color: #FF8000;
	padding: 7px 8px;
	color: #FFFFFF;
	font-weight:bold;
	font: bold 12px Verdana;
	text-transform: uppercase;
}

.bottom {
	padding: 7px 8px;
	border-left: 1px #FF8000 solid;
	border-bottom: 1px #FF8000 solid;
	border-right: 1px #FF8000 solid;
}

.leftnav
{
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	padding-bottom: 0px;
}

.leftnav li
{
	list-style: none;
	display: block;
	font: bold 12px Verdana;
	text-align: left;
	border: none;
	color: #000000;
	border-left: 5px #FFFF00 solid;
	text-decoration: none;
	margin-bottom: 0;
}

.leftnav li:hover
{
	color: #000000;
	border-left: 5px #FF8000 solid;
	/*border-bottom: 1px #FF8000 solid;*/
	text-decoration: none;
	margin-bottom: 0;
}

.leftnav li a
{
	display: block;
	/*padding: 0.4em 0.4em 0.4em 0.4em;*/
	padding: 7px 8px;
	border-bottom: 1px #FFFF00 solid;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0;
	color: #000000;
}

.leftnav li a:hover
{
	color: #000000;
	background: #EFEDDC;
	border-bottom: 1px #FF8000 solid;
	text-decoration: none;
	margin-bottom: 0;
}

#left {
	width: 160px;
	float: left;
}

#content {
	margin-left:170px;
}

/* Footer */

#footer
{
	text-align: center;
}

#copyright
{
	font-size: 10px;
}

#copyright a
{
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
	font-weight:normal;
}

#copyright a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* Footer */


.red {
	color: #FF0000;
	}