/*////////// UNDO HTML //////////*/

:link, :visited { text-decoration: none; color: #f90;}
h1, h2, h3, h4, h5, h6, pre, code, li { font-size: 100%; }
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
a img { border: none; }
address { font-style: normal; }

/*////////// BASIC STYLES //////////*/

body {
	background: #fff;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
}

html > body {
	font-size: 10px;
}

div#wrapper {
	font-size: 130%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

p {
	margin-bottom: 1.5em;
}

p.enrol {
	background: url(/img/backgrounds/enrol_arrow.gif) no-repeat 93px center;
	border: 1px solid #f9e8f3;
	padding: 10px;
	width: 120px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:link:hover {
	text-decoration: underline;
}

a.thumbnail {
	background: url(/img/gallery/thumb_bg.gif) no-repeat 0 0;
	display: block;
	float: left;
	margin: 0 12px 12px 0;
	padding: 9px;
}

a.thumbnail img {
	border: 1px solid #e292bf;
}

a.thumbLast {
	margin-right: 0;
}

h1 {
	color: #95203f;
	font-size: 152%;
	font-weight: normal;
	margin-bottom: 0;
}

h2 {
	color: #95203f;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h3 {
	border-bottom: 1px solid #f9e8f3;
	color: #d663a3;
	font-weight: bold;
	margin: 0 -20px 1.5em 0;
	padding: 0 20px 7px 0;
}

h4 {
	margin-bottom: 1em;
}

ol {
	padding-left: 3em;
	margin-bottom: 2em;
}

ul {
	padding-left: 3em;
	margin-bottom: 2em;
}

li {
	line-height: 1.8em;
}

dl {
	margin-bottom: 1.5em;
}

dt {
	border-left: 3px solid #d663a3;
	font-weight: bold;
	height: 1%;
	padding-left: 12px;
}

dd {
	padding-left: 15px;
}

blockquote {
	font-style: italic;
	margin-left: 2em;
}

cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin: 1em 0 2em 0;
}

/*////////// FORMS //////////*/

fieldset {
	border: 1px solid #e292bf;
	margin: 1.5em 0 2em 0;
	padding: 7px 7px 20px 5px;
}

fieldset p {
	margin: 20px 0 20px 8px;
	
}

legend {
	color: #95203f;
	font-weight: bold;
}

label {
	display: block;
	font-size: 100%;
	font-weight: bold;
	margin-top: 5px;
	text-align: right;
	width: 400px;
}

label sup {
	color: #95203f;
}

input.text {
	width: 200px;
}

textarea {
	width: 198px;
}

input.submit {
	width: 100px;
}

select.select {
	width: 204px;
}

/*////////// TABLES //////////*/

table.data {
	border: none;
	border-collapse: collapse;
	font-size: 80%;
	margin-bottom: 2em;
	width: 100%;
}

table.data th, table.data td {
	border: 1px solid #e292bf;
	padding: 4px;
	word-wrap: break-word;
}

table.data thead th {
	background-color: #f9e8f3;
}

table.data tfoot td {
	padding: 10px;
}

table.data tr {
	background-color: #fff;
}

table.data tr.odd {
	background-color: #fef9fc;
}

/*////////// CLASSES //////////*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }

.clear {
	clear: both;
	height: 0;
}

.displayNone {
	display: none;
}

.topOfPage {
	font-size: 85%;
	text-align: right;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.error {
	color: #f00;
}