/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
} 

/* Links */

a:hover {
	text-decoration: none;
}

/* Main content container */
 
#pagewidth{ 
	width:750px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	background-color: #FFF;
} 

/* Page header */
 
#header{
	position:relative; 
	height: 41px; 
	background-color:#FFF; 
	width:100%;
}

/* Top horizontal navigation */

#topnav {
	border: 1px solid silver;
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 4px 0;
	font-size: 80%;
	text-align: center;
}

#topnav li {
	display: inline;
}

#topnav li a:link, #topnav li a:visited {
	color: gray;
	padding: 0 0.5em;
}

#topnav li a:hover, #topnav li #currentlink {
	background-color: #ECD4F7;
	text-decoration: none;
}

/* Main content column */
 
#maincol{
	background-color: #FFF;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 740px;
	border: 1px solid silver;
	font-size: 80%;
	line-height: 150%;
	padding: 4px;
 }
 
/* Table on the home page containing coloured links */

#home_table td {
	height: 100px;
	font-size: 25px;
	color: #FFF;
	padding: 2px;
}

#home_table td strong {
	display: block;
	font-size: 60px;
	font-weight: 100;
	margin: 20px 0 0 0;
}

#home_table td a {
	color: #FFF;
	float: right;
	font-size: 12px;
	margin-top: 20px;
}

#home_table_purple {
	background-color: #68019A;
}

#home_table_red {
	background-color: #D00000;
}

/* Course dates table */

.booking_dates th {
	background-color: #e2e2e2;
	padding: 3px;
}

.booking_dates td {
	border: 1px solid #e2e2e2;
}

.booking_dates input {
	font-size: 12px;
	border: 1px solid silver;
}
 
/* Headers */

h1 {
	color: #68019A;
	font-size: 120%;
}

h2 {
	font-size: 105%;
}

/* Text styles */

.text_red {
	color: red;
}

.strikethrough {
	color: gray;
	text-decoration: line-through;
}

/* Photo boxes */

.photobox200 {
	width: 200px;
	float: right;
	text-align: right;
	font-style: italic;
	font-size: 80%;
}

.photobox200 img {
	display: block;
}

/* Form styles */

textarea {
	width: 100%;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	border: 1px solid #999999;
}
.fullwidth {
	width: 95%;
}
.checkbox {
	border: 0px none;
}

legend {
	color: #0A1237;
	font-size: 120%;
	font-weight: bold;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em;
}
.form_not_valid {
	color: red;
	font-weight: bold;
}

.yellow_button {
	font-size:13px; 
	border-width: 2px;
	border-color: #999999;
	border-style: outset;
	cursor: hand;
}
 
/* Page footer */
 
#footer {
	padding:4px 0; 
	clear:both;
	font-size: 70%;
	color:gray;
 }
 
#footer a {
	color: gray;
}
 
#footer_right {
	float: right;
	width: 400px;
	text-align: right;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


