@charset "UTF-8";

/* Page layout */

#mainpage
{
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

	#header
	{
		height: auto;
	}
	
	/* Main section */
	
	#main
	{
		background-image: url(images/lftbck.jpg);
		background-repeat: repeat-y;
		background-position: 0px 0px;
	}
	
		#nav
		{
			float: left;
			width: 150px;
			height: auto;
		}
		
			#nav a
			{
				color: #000000;
			}
		
		#content
		{
			float: right;
			padding-top: 15px;
			margin-left: 15px;
			width: 635px;
			background-image: url(images/watermark.jpg);
			background-repeat: no-repeat;
		}
		
			#contentnoback
			{
				float: right;
				padding-top: 15px;
				margin-left: 15px;
				width: 635px;
			}
		
		#footer
		{
			clear: both;
			padding-left: 150px;
			height: auto;
			color: #6B8EC7;
			background-color: #FFFFFF;
		}

/* provide buffer between content and footer */

#clear
{
	clear: both;
	height: 1px;
}

/* General instructions */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1
{
	color: #00AC00;
	font-size: 1.7em;
	margin: 0px;
}

.homeheader
{
	color: #00AC00;
	font-weight: bold;
	font-size: 1.6em;
	padding-left: 180px;
}

.header
{
	color: #00AC00;
	font-weight: bold;
	font-size: 1.7em;
}

.subheader
{
	color: #00AC00;
	font-weight: bold;
	font-size: 1em;
	padding-left: 180px;
}

a
{
	color: #6B8EC7;
	text-decoration: none;
}

	a:hover
	{
		color: #08B065;
	}

.imgoffset
{
	padding-left: 10px;
	padding-bottom: 10px;
}

.imgoffsetright
{
	padding-right: 10px;
	padding-bottom: 10px;
}

.headerreveal
{
	padding-bottom: 2px;
}

.bottomgradientreveal
{
	padding-top: 2px;
}

.linkpaddingbottom
{
	padding-bottom: 1px;
	background-color: #000000;
}

.bold
{
	font-weight: bold;
}

/* Various quotes */

.smallquote
{
	color: #00AC00;
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
}

.footer
{
	color: #00AC00;
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 150px;
	font-style: italic;
}

.author
{
	color: #00AC00;
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 150px;
}

.smallauthor
{
	color: #00AC00;
	font-weight: bold;
	font-size: 0.8em;
}

.greentext
{
	color: #00AC00;
	font-weight: bold;
}

.contactquote
{
	color: #00AC00;
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
}

.contactauthor
{
	color: #00AC00;
	font-weight: bold;
	font-size: 0.8em;
}

td.offset
{
	padding-left: 10px;
}

.nopad
{
	margin-bottom: 0;
}