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

#masterpage {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

	#headbanner {
		width: 800px;
		height: 125px;
		background-image: url(images/header.jpg);
	}
	
	#nav {
		width: 800px;
		height: 26px;
	}
	
	#main {
		width: 800px;
		background-image: url(images/leftbkgrnd.jpg);
		background-repeat: repeat-y;
		background-position: top left;
	}
	
		#mainimage {
			float: left;
			width: 320px;
			height: auto;
		}
		
		#content {
			float: right;
			margin-top: 20px;
			margin-bottom: 5px;
			right: 0;
			width: 460px;
		}
		
		#footer {
			clear: both;
			width: 800px;
			min-height: 46px;
			background-color: #000;
			color: #fff;
			padding-top: 2px;
			font-size: 0.75em;
			font-weight: bold;
		}
		
			#footer a {
				color: #fff;
				text-decoration: none;
			}
			
			#footer a:hover {
				color: #fff;
				text-decoration: underline;
			}

#clear {
	clear: both;
	height: 1px;
	background-color: #000;
}

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

a {
	color: #036;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #036;
	text-decoration: underline;
}

h1, h2, h3 {
	margin-top: 0;
	padding-top: 0;
	color: #036;
}

h1 {
	font-size: 1.5em;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

.subheader {
	color: #036;
	font-size: 1em;
	font-weight: bold;
}

.tdfooterpella {
	text-align: left;
}

.tdfootermadison {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.imageright {
	float: right;
	margin: 5px 0 5px 5px;
}

.imageleft {
	float: left;
	margin: 5px 5px 5px 0px;
}
