* {	margin:0;
	padding:0;
}

/* Style */
html, body {
	height: 100%;
}
body {
	color: #000000;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 13px;
	font-family:verdana,helvetica,arial,sans-serif;
	background-color: #636363;
}
img {
	border: none;
}
img.right {
	float: right;
}
img.left {
	float: left;
}
img.leftTop {
	float: left;
	vertical-align:top;
}
b {
	color: #8014f9;
	font-weight: bold;
}

/* Links */

a:link {
	color: #8014f9;
	text-decoration: none;
}
a:visited {
	color: #8014f9;
	text-decoration: none;
}
a:hover {
	color: #8014f9;
	text-decoration: underline;
}
a:active {
	color: #8014f9;
	text-decoration: underline
}
a.footer {
	color: #000000;
}

/* Structure */

* html #centreAll {
	height: 100%;
}
#centreAll {
	min-height: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	vertical-align: top;
	background-image: url('images/fakeBackground.gif');
	background-repeat: repeat-y;	
}
#leftSideCol {
	width: 150px;
	float: left;
}
#rightSideCol {
	width: 150px;
	float: right;
}
#contentPane {
	width: 700px;
	background-color: #FFFFFF;
	float: left;
}
#content {
	width: 615px;
	text-align: justify;
	padding: 0px 30px 0px 0px;
	float: right;
}
#footer {
	clear: both;
	text-align:center;
	font-size: 10px;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
}
#ribbon {
	vertical-align: top;
	width: 55px;
	background-color: #FFFFFF;
	float: left;
}
/* Lessons Tables */
td {
	color: #292828;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 12px;
	font-family:verdana,helvetica,arial,sans-serif;
	text-align: justify;
	vertical-align: top;
	padding: 3px;
}
td.middled{
	text-align: center;
	width: 40%;
}
tr.header {
	background-color: #E4E2E2;
}
table.bordered {
	border-collapse: collapse;
	border-color: black;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
.noted {
	font-size: 9px;
}
/* Contact Form */
#textAreaStyle {
	width: 200px;
	height: 80px;	
}
.dropDownStyle{
	width: 204px;
}
#textFieldUser {
	width: 200px;
}	
#textFieldEmail {
	width: 200px;
}
#textFieldNumber {
	width: 200px;
}
.rules {
	color: red;
	text-align: left;
}
.col20{
	width: 20px;
}
.col250{
	width: 250px;
}
.col150{
	width: 150px;
}
td.right{
	text-align: right;
}