body {
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 30px;
	border-color: black;
	font-family: 'lucida sans', arial, geneva, sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
}

/* --------------- */

.topbluesquare {
	background-color: #5BA9E7;
	height: 20px;
}

.bottombluesquare {
	background-color: #5BA9E7;
	height: 20px;
}

.gradiantsquare {
	background-color: black;
	background-image: url(../Template-images/gradient2.gif);
	background-repeat: repeat-x;
}

.specialsquare {
	background-image: url(../Template-images/blue.gif);
	background-repeat: repeat-x;
	background-position : bottom;
}

/* --------------- */
.navblack {
	color: white;
	background-color: black;
}

.navblack a, .navblack a:link, .navblack a:visited, .navblack a:active  {
	color: white;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.navblack a:hover {
	color: #EECC47;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

.navred {
	background-color: #CF242C;
	height: 4px;
}

.navbutton {
	background-image: url(../Template-images/navbutton.gif);
}
.navbuttonbegin {
	background-image: url(../Template-images/navbuttonbegin.gif);
}
.navbuttonend {
	background-image: url(../Template-images/navbuttonend.gif);
}

/* --------------- */
.tablesquare {
	background-color: black;
	margin: auto;
	width: 738px;
}

.contentsquare {
	background-color: white;
	padding: 10px;
	padding-bottom: 16px;
}

.contactus {
	width: 500px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #CCCCCC;
	margin: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-top: 18px;
	text-align: center;
	font-size: 12px;
}

/* --------------- */

h1, h2, h3, h4 {
    color: #2C4B9B;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

a, a:link, a:active, a:visited, a:hover {
	color: #7A4123;
	text-decoration: underline;
}

a:hover {
	color: #9D6240;
	text-decoration: underline;
}

/* Buttons */
a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(../Template-images/button.gif);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 25px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: white;
	text-decoration: none;
	border: none;
}

input.button, input.button:link, input.button:active, input.button:visited, input.button:hover {
	background-image: url(../Template-images/button.gif);
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: white;
	text-decoration: none;
	border: none;
	height: 25px;
}

a.button:hover, input.button:hover {
	color: #EECC47;
	text-decoration: none;
}

input.button:hover {
	cursor: pointer;
}

/* Trainer page formatting */
.trainers {
	font-size: 12px;
	padding-left: 18px;
}

/* Course Results */
tr.stripeeven {
    background-color: rgb(210,210,210);
}

tr.stripeevenlight {
    background-color: rgb(240,240,240);
}

tr.stripeodd {
    background-color: rgb(187, 238, 187); 
}

tr.stripeoddlight {
    background-color: rgb(227, 255, 227); 
}
table.loose td {
    padding-left: 4px;
    padding-right: 4px;
	font-size: 12px;
}

/* Error */
.error {
	color: red;
	font-weight: bold;
}

.quotes {
	padding: 10px;
	width: 200px;
	background-color: #C2D5F3;
	font-style: italic;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}