body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

#banner {
	background-image: url(Images/bannertile.jpg);
	background-repeat: repeat-x;
	height: 189px;
}

#bannertitletext {
	position: absolute;
	top: 10px;
	left: 250px;
}


/**************** Style for text intended for search engine spiders *****************/

#pagedescriptiontext {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: -1;
}


/**************** Navigation bar styles *****************/

#nav{
	color : #3366CC;
	background-color : #e0e0e0;
	border-top : 1px solid #3366CC;
	padding-left: 70px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	width: 840px;
}
#nav ul li {
	display: inline;
}
#nav li a{
	text-decoration: none;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	color: #3366CC;
}
#nav li a:hover{
	background-color : #fff;
	border-bottom : 4px solid #06D3FF;
}


/**************** Link column styles *****************/

#linkcol {
	position: absolute;
	left: 10px;
	width: 200px;
	height: auto;
	padding: 10px;
	top: 240px;
	border: 2px solid #e0e0e0;
}


/**************** Sidebar styles *****************/

#sidebar {
	position: absolute;
	top: 240px;
	right: 20px;
	width: 240px;
}


/**************** Image styles *****************/

.imagebox {
	border: thin solid #e0e0e0;
}
.image_left {
	margin-right: 10px;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.image_right {
	float: right;
	margin-left: 10px;
}
.sidebarimage {
	margin-bottom: 20px;
}


/**************** Main text styles *****************/

#content {
	position: absolute;
	left: 260px;
	top: 240px;
	font-size: 12px;
	padding-right: 280px;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h1 {
	font-size: 20px;
	color: #3366CC;
	font-weight: normal;
}
#content h2 {
	font-size: 16px;
	color: #3366CC;
	margin-top: 30px;
	margin-bottom: 0px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
	margin-bottom: 0px;
	margin-top: 20px;
}


/**************** Workshop overview styles *****************/

#wsoverview {
	border-bottom-color: #3366CC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#wsoverviewboxheader {
	color: #9933CC;
	font-size: 18px;
}
.wsoverviewheader {
	font-size: 14px;
	font-style: italic;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #3366CC;
}
.wsoverviewdate {
	font-size: 14px;
	margin: 0px;
	color: #3366CC;
	font-weight: bold;
}
.wsoverviewtext {
	font-size: 12px;
	margin: 0px;
}
.wsoverviewheaderhighlight {
	font-size: 14px;
	font-style: italic;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #EE7700;
}
.wsoverviewdatehighlight {
	font-size: 14px;
	margin: 0px;
	color: #EE8800;
	font-weight: bold;
}
.wsoverviewtexthighlight {
	font-size: 12px;
	margin: 0px;
	color: #EE7700;
}


/**************** Relevant links styles *****************/

#rellinks {
	background-color: #DDDDFF;
	padding: 10px;
	color: #3366CC;
	margin-bottom: 20px;
}
.rellinksheader {
	margin: 0px;
	font-size: 14px;
}
.rellinkstext {
	margin: 0px;
	font-size: 12px;
}


/**************** Quote styles *****************/

.quotebox {
	border: 2px solid #e0e0e0;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.quoteheader {
	color: #9933CC;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.quotetext {
	color: #9933CC;
	margin: 0px;
	font-size: 14px;
}
.quotefooter {
	font-style: italic;
	color: #3366CC;
	margin: 0px;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 5px;
	width: auto;
}


/**************** Testimonial styles *****************/

.testimonialbox {
	background-color: #FFFFCC;
	margin-bottom: 20px;
	border: 2px solid #ECC313;
	color: #996633;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.testimheader {
	font-size: 14px;
	margin: 0px;
}
.testimtext {
	margin: 0px;
	font-size: 13px;
}
.testimfooter {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}


/**************** Tips styles *****************/

.tipsbox {
	border: 2px solid #e0e0e0;
	margin-bottom: 20px;
	color: #9933CC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 20px;
}
.tipheader {
	font-size: 14px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tiptext {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tipfooter {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/**************** End styles *****************/

/**************** New styles perhaps not in their right place should appear below here *****************/
ul li {
	margin-top: 10px;
}

#form {
	padding: 5px;
	background-color: #e0e0e0;
	margin: 10px;
	width: 500px;
}
