@charset "UTF-8";
/* CSS Document */

#masterpage
{
	/* padding-top: 75px; */
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* position: relative; */
}

	#header
	{
		height: auto;
		width: 800px;
		padding-bottom: 5px;
	}
	
	#nav
	{
		height: auto;
		width: 800px;
		text-align: center;
		padding-bottom: 5px;
	}
	
		ul.nav
		{
			width: 800px;
			list-style: none;
			margin: 0px auto 0px auto;
			padding: 0px;
			clear: both;
		}
		
			ul.nav img
			{
				padding: 4px;
			}
	
	#main
	{
		width: 800px;
		height: auto;
		/* position: absolute; */
		padding-bottom: 5px;
	}
	
		#leftside
		{
			width: 155px;
			height: auto;
			float: left;
		}
		
			#address {
				width: 143px;
				height: 199px;
				background-image:url(images/address-bkgd.jpg);
				background-position:top left;
				background-repeat:no-repeat;
				padding-left: 5px;
				padding-top: 2px;
				padding-bottom: 2px;
				line-height: 14px;
				font-size: 10pt;
			}
		
		#textarea
		{
			width: 625;
			height: auto;
			/* float: right; */
			margin-left: 175px;
			position: relative;
		}

#clear
{
	clear: both;
}

#footer
{
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	/* padding: 5px 0 5px 0; */
	background-color: #0C6C41; /* #006B3F; */
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	font-size: 0.75em;
}

	#footer a
	{
		text-decoration: none;
		color: #FFFFFF;
	}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

h1
{
	font-size: 1.2em;
	margin: 0;
	font-weight: bold;
	background-color: #F1F1F3;
}

.bold
{
	font-weight: bold;
}

.boldgreen
{
	font-weight: bold;
	color: #006B3F;
}

.smalltext
{
	font-size: 0.75em;
}

.rightoffset
{
	padding: 0 0 10px 10px;
}

.leftoffset
{
	padding: 0 10px 10px 0;
}


.leftoffset
{
	padding: 0 10px 10px 0;
}


.greentext
{
	color: #006B3F;
}

th
{
	font-weight: normal;
}
