﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.chouselive.co.za/tutorials/website/templates/templates.htm
Copyright (c) 2008 Cara Wilton. All rights reserved.
This stylesheet and the associated (x)html and dwt may be modified in any 
way to fit your requirements.
=================================================================== */


body {
	margin: 0;
	padding: 0;
	background: #CCCCCC;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

#main_wrap {
	border: thick solid #FFFFFF;
	background: #FFFFFF;
	width: 740px;
	margin: 5px auto 5px auto;
}

/* Font Styles */

h1 {
	font-family: "Trebuchet MS";
	font-size: x-large;
	color: #800000;
	text-align: center;
	font-weight: lighter;
	margin-top: -16px;
	margin-bottom: 1px
}
h2 {
	padding: 2px;
	font-size: large;
	color: #31576F;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #1F536E;
}
h3 {
	padding: 2px;
	font-size: medium;
	color: #FFFFFF;
	background-repeat: repeat-x; text-align:center
}
h4 {
	background-position: left bottom;
	padding: 2px;
	font-size: small;
	color: #333333;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px
}
p {
	padding: 2px;
	font-size: small;
	color: #333333;
	text-align: left;
}

a {
	color: #0E445E;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}

a:visited {
	color: #800000;
}

a:active {
	color: #C0C0C0;
}

/* Header */

#Search {
	padding: 5px;
	background-image: url('../images/schshade.gif');
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	text-indent: 5px;
	height: 30px
}

#header {
	background-image: url('../images/logo.jpg');
	height: 117px;
}

/* Content */

#content {
	background: #FFFFFF;
}

#subheading {
	border-top:thick solid #FFFFFF; border-bottom:thick solid #FFFFFF; float: left;
	width: 740px;height: 50px;
	background-color: #FFFF00;
	

}

#colOne {
	float: left;
	width: 140px;
	background-color: #FFFF00;
}

#colTwo {
	padding: 0px 10px 0px 10px;
	float: left;
	width: 436px;
}

#colThree {
	float: left;
	width: 140px;
	background-color: #F1F5F8;
}

#colFour {
	padding: 0px 10px 0px 10px;
	float: left;
	width: 576px;
}

#colFive {
	padding: 0px 10px 0px 10px;
	float: left;
	width: 720px;
}

/* Footer */

#footer {
	border-top:thick solid #FFFFFF; clear: both;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: x-small;
	text-align: center;
	background-color:#FFFF00
}