a:link{
	color: #640000;
	text-decoration: none;
}
a:visited{
	color: #640000;
	text-decoration: none;
}
a:hover{
	color: #960000;
	text-decoration: underline;
}



html, body {
	width: 100%;
	height: 100%;
}


body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	
	margin: 0px;
    padding: 0px;
	
	background-color: #e6e6dc;
}

img{
	border-style: none;
}





#wrapper{
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	
	width: 900px;
	min-height: 100%;
	height: auto;
	
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}

	#contentholder{
		width: 800px;
		min-height: 100%;
		height: auto;
		
		margin-left: auto;
		margin-right: auto;
	}

		#banner{
			background-image: url(img/banner.png);
			background-repeat: no-repeat;
			
			width: 800px;
			height: 150px;
		}

		#menu{
			background-image: url(img/menu.png);
			background-repeat: no-repeat;
			
			width: 125px;
			height: 450px;
			
			float: left;
		}

		#contentbg{
			background-image: url(img/content_bg.png);
			background-repeat: repeat-y;
			
			width: 675px;
			min-height: 100%;
			height: auto;
			
			float: right;
			display: inline;
		}
			
			#content{
				background-image: url(img/content.png);
				background-repeat: no-repeat;
				background-position: top;
				
				width: 675px;
				min-height: 450px;
				height: auto;
				
				padding-top: 20px;
				
				text-align: left;
			}
				
				#textarea{
					margin-left: 15px;
					margin-right: 15px;
				}
				
				#borderbottom{
					background-image: url(img/border_bottom.png);
					background-repeat: no-repeat;
					background-position: bottom;
					
					width: 675px;
					min-height: 10px;
					height: inherit;
				}





.title{
	padding-bottom: 40px;
}

.par{
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
	
	.subtitle{
		font-weight: bold;
		font-size: 12pt;
		text-decoration: underline;
	}
	
	.indent{
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 5px;
	}
	
	.b{
		font-weight: bold;
	}

.subtext{
	font-size: 8pt;
	
	padding-top: 5px;
	padding-bottom: 3px;
}

.pics{
	color:#333333;
	font-size: 8pt;
	width: 404px;
}
	
	.lmargin{
		margin-left: 50px;
	}

.par_indent{
	text-indent: 1.5em;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1pt;
	line-height: 1px;
	overflow: hidden;
}

.spacer{
	height: 10px;
}