body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4F5152;
	background: #434A4E;
}
a:link, a:visited, a:active {
	color: #3333FF;
	text-decoration: underline;
}
a:hover {
	color: #4F5152;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {
	color: #1A3249;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:1em 0;
}
h1 {
	font-size:2.2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.3em;
}
form {
	margin: 0;
}
blockquote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}
abbr {
}
acroynm {
}
cite {
}
address {
}
strong {
}
em {
}
#main { /* Holds the page items in place */
	width: 870px;
	margin: 0px auto 0 auto;
	padding: 0;
	background: #fff;
}
#extras {  /* objects outside main page (powered by etc) */
	width:870px;
	margin: 0 auto;
	padding-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #666;
	padding:0;
	color:#ddd;
}
#banner {
	padding: 0px 20px 0px 52px;
	text-align: left;
	height:190px;
	background: #AE0C0F;
	font-weight: bold;
	border: 0px solid #000;
	background: transparent url(./images/header.jpg) top left no-repeat;
}
#banner a, #banner h1, #banner h2 {
	color: #808080;
	margin:0;
	padding:0;
}
* html #banner {
	clear:both;
	height:10px;
} /* ie6 misbehaves again */
#banner h1 {
	font-size: 167%;
	padding-top:12px;
} /* WEBSITE_TITLE */
#banner h2 { /* PAGE_HEADER */
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-left:8px;
	font-family:Arial, Helvetica, sans-serif;
}
#sideColumn { /* Currently holds the login box */
	float: left;
	width: 180px;
	margin: 30px 10px 30px 10px;
	margin-top: -13px;
	background: transparent url(./images/sidebg.png) top left no-repeat;
	background-position:bottom right;
	height:100%;
}
#content { /* main content from the WYSIWYG goes in here */
	margin-left: 200px;
	margin-top:-20px;
	padding: 0px 10px 14px 10px;
	clear: right;
	margin-right: 25px;
	background: #FFF;
	min-height:800px;
}
.mceContentBody { /*  WYSIWYG editor backgroud fix */
	padding-top: 10px;
	background: #FFF;
}
* html #contentContainer #content {
	text-align:left;
} /* ie6 misbehaves */
* html #contentContainer #content table {
	width: 90%;
} /* ie6 fix to stop tables being pushed below floats */
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666;
	height: 18px;/* footer 28 - 2*5px = 18px padding */
	padding: 5px 5px 5px 15px;
	clear: both;
	background: #A0BE08 url(./images/footer.png);
}
#baker_footer {
	font-style:oblique;
} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding {
	text-align:right;
	float:left;
}
#powered_by a, #coding a {
	color:#ddd;
	text-decoration:none;
	border-bottom: 1px dashed #ddd;
}
#powered_by a:hover, #coding a:hover {
	color:#fff;
	border-bottom: 1px dashed #fff;
}
#search_box {
	float: right;
	clear: right;
	width: 219px;
	height:59px;
	padding: 0px 0px 0px 12px;
	background-image: url(./images/sfield.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
	width:218px;
	height:59px;
}
#search_box fieldset {
	border:0;
	padding-top:8px;
}
#search_box legend, #search_box label {
	display:none;
}
#search_string {
	width: 100px;
	height: 15px;
	font-size: 100%;
	vertical-align: middle;
	border: 1px solid #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 100%;
	vertical-align: middle;
	padding: 0px 0 0px 0;
}
#navContainer {
	width: auto;
	display:block;
	clear:both;
	border-right:0px solid #000;
}
ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Header menu */
#header_menu {
	position: absolute;
	margin-left: 20px;
	background:#555;
}
#header_menu li {
	line-height: normal;
}
ul#header_menu {
	z-index: 0;
	clear: both;
}
#nav {
	height: 58px;
	background: #DFDEDE;
	background: url(./images/gogmen.jpg) top left no-repeat;
	border-top: 0;
	padding:12px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:bold;
	text-transform: uppercase;
	width: auto;
	position: relative;
	z-index:1
}
#nav ul li {
	float: left;
	color: #2C3440;
	text-align: center;
	font-weight: bold;
}
#nav ul li a {
	display: block;
	padding: 9px 22px 9px 22px;
	padding-bottom: 4px;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	color: #2C3440;
	text-decoration: none;
}
/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	background: #C81302 url(./images/activ.png);
	border-color: #fff;
	color: #4b4c4d;
}
#nav li a:active, #nav ul li a.active {
	background: #2C3440 url(./images/activ.png);
	border-color: #323639;
	color: #C41200;
}
/* Current page Customisations*/
#nav li.menu-current a {
	background: #D72917 url(./images/activ.png);
	color: #fff;
	font-weight: bold;
}
#side_nav {
	height: 58px;
	width:180px;
	border-top: 0;
	padding:12px;
	float:left;
}
#side_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:bold;
	text-transform: uppercase;
}
#side_nav ul li {
	color: #2C3440;
	text-align: left;
	font-weight: bold;
}
#side_nav ul li a {
	display: block;
	padding: 9px 22px 9px 22px;
	padding-bottom: 4px;
	color: #2C3440;
	text-decoration: none;
}
/* Root Level Link Formatting */
#side_nav ul li a:hover, #side_nav li a:focus {
	background: #fdb04c;
	border-color: #fff;
	color: #4b4c4d;
}
#side_nav li a:active, #side_nav ul li a.active {
	background: #fdb04c;
	border-color: #323639;
	color: #C41200;
}
/* Current page Customisations*/

#side_nav li.menu-current a {
	font-weight: bold;
}
#side_nav ul ul li {
	color:#2C3440;
	display:block;
	padding:9px 12px 4px 22px;
}
#login-box {
	background-position: bottom right;
	background-color:#fff;
	padding-bottom:20px;
	clear:both;
	background-repeat:no-repeat;
	text-align: center;
	line-height: 120%;
	margin: 1em 0 0.3em 0;
	border: 0px solid #ddd;
}
#login-box fieldset {
	border:0;
	text-align:center;
}
#login-box legend {
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #1A3249;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {
	color: #1A3249;
} /* Color of name when logged in*/
.topboxbody {
	font-size:100%;
	padding:0px;
}
#login-box input {
	font-size: 100%;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {
	visibility:hidden;
	display:none;
} /* hides from normal css enabled browsers */
.important {
	font-weight:bold;
	color:#f00;
}
.code {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#093;
	letter-spacing: 1px;
}
.info-box {
	border: 1px solid #cc3;
	background-color:#F9F8E2;
	padding:4px;
}
/** SEARCHENGINE */

.search {
	width: 120px;
	float:right;
	height: 18px;
	padding-right: 10px;
	background: url(./images/search_blg.png) 0 0 no-repeat;
}
.search input {
	width: 93px;
	height: 14px;
	padding: 2px 2px 2px 7px;
	border: none;
	background: none;
	float: left;
	color: #182137;
	font-size: 75%;
}
.search input.button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	background: url(./images/search_button.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent: 100px;
	line-height: 0px;
}
.search:hover, div#search div.sfhover {
	background: url(./images/search_blg.png) 0 -18px no-repeat;
}
.search:hover input, div.search input.sfhover {
	color: #182137;
}
.search input:focus, div.search input.sffocus {
	color: #182137;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
#KPD{float:right;}


