/* Main Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	background-color: #00374F;
	margin: 0px 0px 20px 0px;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin: 0px 19px 11px 19px;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	margin: 0px 19px 11px 19px;
}
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin: 0px 19px 9px 19px;
	line-height: 1.4em;
}
.small {
	font-size: 70%;
}
ul {
	margin: 0px 15px 12px 35px;
	padding: 0px 0px 1px 0px; /* Need padding for cross-browser differences */
}
li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin: 1px 0px 0px 0px;
	line-height: 1.4em;
	text-align: left;
}
html>body li {
	margin: 3px 0px 0px 0px;
}
.wider {
	margin: 0px 0px 9px 0px;	
}
.noh2 {
	margin: 53px 0px 9px 0px;
}
html>body .noh2 {
	margin: 28px 0px 9px 0px;
}
a:link, a:visited, a:active {
	color: #00374F;
	text-decoration: underline;
}
a:hover {
	color: #00374F;
	text-decoration: none;
}



/* LAYOUT STYLES */

input.button {
  color: #000; 
	background: none;

  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: none;
	display:inline-block;
	text-decoration:underline;
padding-left:5px;
	text-align:left;
}


.heading {
font-weight:bold;
}

.bullet {	
	padding-left:18px;
	background: url(images/logo_star.gif) 0% 55% no-repeat;
	margin-top:5px;
	margin-left:20px;
}


#centerdiv {
	width: 928px;
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: left;
}
#header {
	position: relative;
	width: 100%;
	height: 80px;
	background: url(images/headerphone.gif) top left no-repeat;
	padding: 19px 0px 0px 24px;
}
html>body #header {
	height: 61px;
}
.holder {
	float: left;
}
.holder li {
	color: #E6E6E6;
}
html>body .holder li {
	width: 400px;
}
.holder h2 {
	margin: 20px 19px 11px 19px;
}
.holder p {
	margin: 10px 35px 9px 35px;
	color: #E6E6E6;
}
.half {
	float: left;
	width: 50%;
}
#logo {
	position: absolute;
	top: 12px;
	right: 24px;
}
html>body #logo {
	right: 48px;
}
#logon {
	position: absolute;
	top: 56px;
	left: 480px;
}
#navrow {
	position: relative;
	width: 100%;
	height: 200px;
	background: url(images/navrow.gif) top left no-repeat;
	padding: 0px 0px 0px 4px;
}
#navrow a:link, #navrow a:visited, #navrow a:active, #logon a:link, #logon a:visited, #logon a:active {
	color: #E6E6E6;
	text-decoration: underline;
}
#navrow a:hover, #logon a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
#page {
	position: relative;
	width: 100%;
	background: #FFFFFF url(images/page.gif) top left repeat-y;
}
.column {
	position: relative;
	float: left;
	width: 928px;
	padding: 25px 0px 9px 4px;
}
html>body .column {
	width: 924px;	
}
.column_double {
	position: relative;
	float: left;
	width: 464px;
	padding: 25px 0px 9px 4px;
}
html>body .column_double {
	width: 460px;	
}
#base {
	position: relative;
	clear: both;
	height: 89px;
	background: url(images/base.gif) bottom left no-repeat;
}
#icons {
	position: absolute;
	top: 17px;
	left: 0px;
}
#icons img {
	margin: 0px 0px 0px 20px;
}
#icons img.iip {
	margin: 0px 0px 0px 113px;
}
#contact {
	position: absolute;
	top: 20px;
	left: 484px;
}
.emaillink {
	margin: 6px 0px 0px 0px;
}
#footer {
	position:relative;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px 0px 0px 24px;
	color: #A8BBC3;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #A8BBC3;
	text-decoration: none;
}
#footer a:hover {
	color: #A8BBC3;
	text-decoration: underline;
}



/* COURSE STYLES */
#courses {
	margin: 0px 20px;
}
td {
	border-bottom: 1px solid #E6E6E6;
}
#courses p {
	margin: 6px 20px 6px 0px;
}
#courses p.centre {
	text-align: center;
	margin: 6px 20px 6px 0px;
}
td.points {
	width: 220px;
	border-left: 1px solid #E6E6E6;
	padding: 0px 0px 0px 20px;
}
#courses td.points p {
	font-size: 70%;
	margin: 6px 0px 12px 0px;
}