body {
	background-color: rgb(130, 130, 255);
	margin: 0;
	padding: 0;
	
	font: 12px verdana, arial, sans-serif;
}

a img {
	border: none;
}

table {
	font-size: 1em;
	
	border: 1px solid #888899;
	padding: 0.5em;
}

table th {
	text-align: right;
	vertical-align:top;
	width: 20%;
}

div#page_container {
	width: 100%;
	background-color: #EEEEFF;
}

div#header {
	margin: 0px;
	padding: 0px;
	
	background-color: #EEEEFF;
	background-image: url('/images/default/topbar-rpt.gif');
	background-repeat: repeat-x;
	
	height: 180px;
}

div#logo {
	float: left;
	background-image: url('/images/default/logo.gif');
	background-repeat:no-repeat;
	background-position: top left;
	
	width: 100%;
	height: 154px;
}

div#logo h1 {
	display:none;
}

div#info_text {
	float:right;
	
	width: 350px;
	height: 100px;
	
	margin: 0px 0px 0px 0px;
	padding: 5px 40px 0px 0px;
	
	background-image: url('/images/default/topbar-r.gif');
	background-repeat:no-repeat;
	background-position: top right;
	
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
}

div#info_text h2 {
	color: #FFFFCC;
	font-size: 1.35em;
	
	margin: 0 0 0.5em 0;
}

div#menu {
	position: absolute;
}

div#menu a span
{
	display:none;
}

div#menu a#menu_home {
	float: left;
	position: relative;
	top: 127px;
	left: 3px;

	width: 97px;
	height: 51px;

	background-image: url('/images/default/home.gif');
}

div#menu a#menu_aboutus {
	float: left;
	position: relative;
	top:111px;
	left:7px;

	width:97px;
	height:47px;
	
	background-image: url('/images/default/aboutus.gif');
}

div#menu a#menu_courses {
	float: left;
	position: relative;
	
	top: 101px;
	left: 14px;
	
	width: 97px;
	height: 41px;
	
	background-image: url('/images/default/courses.gif');
}

div#menu a#menu_contactus {
	float: left;
	position: relative;
	
	top: 101px;
	left: 20px;
	
	width: 99px;
	height: 31px;
	
	background-image: url('/images/default/contactus.gif');
}

div#menu a#menu_bookings {
	float: left;
	position: relative;
	
	top: 101px;
	left: 24px;
	
	width: 99px;
	height: 31px;
	
	background-image: url('/images/default/bookings.gif');
}

div#content {
	clear: both;
	position:relative;
	
	margin: -27px 10% 10px 10%;
	
	font-size: 1em;
}

* html div#content {
	height: 10px; /* Arbitrary value to force the div to have layout in IE6. */
}

div#content h2 {
	color: rgb(192, 0, 0);
	text-align:center;
	
	font-size: 1.8em;
	font-weight: bold;
}

div#content h3 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

div#content hr {
	margin: 1em 0 0.5em 0;
	border-top:1px solid rgb(192,0,0);
	height:0px;
}

div#footer {
	font-size: 0.9em;
	
	text-align: center;
	border-top: 2px solid rgb(192, 0, 0);
	
	background-color: #EEEEFF;

	margin: -1px 0 0 0;
	padding: 4px 88px 4px 88px;
}

div#footer p#neond
{
	font-size:0.9em;
}

div#footer div#certs {
	position:absolute;
	right: 2px;
	margin-top: 4px;
	width:88px;
}

div#footer p {
	margin: 0.5em 0;
}

table.fullwidth {
	width: 100%;
}

tr.row1 {
	background-color: #E8E8F9
}

tr.row2 {
	background-color: #E6E6F7
}

th.sect_header {
	font-size: larger;
	text-align: left;
	border-bottom: 1px solid #888899;
	padding-top: 0.5em;
}

img.right {
	float: right;
}

img.left {
	float: left;
}


fieldset {
	padding: 0.5em;
	border: 1px solid #eee;
}

fieldset.common {
	margin: 1em;
	border: 1px solid #a1b0dd;
	background-color: #DDDDEE; !important;
	background-color: none;
}

fieldset.common legend {
	font-weight: bold;
	font-size: 1.2em;
}

fieldset.common label {
	width: 12em;
	text-align: right;
	display: block;
	float: left;
	margin: 0.2em 0;
	clear: both;
}

fieldset.common input, fieldset.common select {
	margin: 0.2em 0em 0.2em 0.5em;
}

p.form_save_box {
	text-align: center;
}

.pagination {
	text-align: center;
}

#accessibility_controls {
	height: 1.5em;
	background-color: #191f56;
	border-bottom: 1px solid #eef;
}

#accessibility_controls ul {
	float: right;
	margin: 0.0em 0.2em 0 0;
	list-style: none outside none;
}

#accessibility_controls li {
	float: left;
	margin-left: 1em;
	font-size: 0.8em;
}

#accessibility_controls a {
	color: #fee723;
}

#accessibility_controls .accesskey {
	color: #fee723;
	text-decoration: none;
}
