/*THIS NOTICE MUST STAY IN PLACE AS PART OF THE LICENCE AGREEMENT.
	This stylesheet has been supplied by Scratchadelic Web and Graphic Designs.
	More can be found at http://www.scratchadelic.com.
	This style sheet must be used only with the web template bought from Scratchadelic
	by the purchaser and may not be copied altered or used in any other way.
	Copyright Scratchadelic 2005. All rights reserved.
*/

body {
	background-color: #0099CC;
	margin-top: 15px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.content {
	position: relative;
	background-color: #336699;
	width: 760px;
	border: 3px solid #cccccc;
}
.topbar {
	position: relative;
	top: 0px;
}
.logo {
	position: absolute;
	top: 0px;
	right: 0px;
}
h1 {
	position: absolute;
	top: 55px;
	left: 35px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFF33;
	font-size: 2em;
	letter-spacing: 0.2em;
}
.maintbl {
	position: relative;
	top: -10px;
	width: 700px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	text-align: left;
	color: #333333;
	font-variant: small-caps;
}
.nav_col {
	width: 150px;
	border: 1px solid #000000;
	text-align: center;
	background-color: #ccffff;
	padding: 10px;
	vertical-align: top;
}
A.menulink {
	display: block;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	background-color: #336699;
	border: solid 1px #000000;
	font-weight: 800;
	margin-bottom: 5px;
	line-height: 14px;
}
A.menulink:hover {
	background-color: #FFFF66;
	color: #000000;
	text-decoration: none;
}
.txt_col {	
	border: 1px solid #000000;
	background-color: #ccffff;
	vertical-align: top;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
}
.image_l {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.image_r {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	
}
a {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #666666;
}


