﻿body{
	color: #666666;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
}

#container {
	margin: 0 auto;
	width: 700px;
	overflow: auto;
	text-align: left;
	}

#content{
	width: 700px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	overflow: auto;
}

#left_column{
	float: left;
	width: 700px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #999999;
	line-height: 16px;
}

.left_column_small{
	font-size: 11px;
	line-height: 14px;
}

#left_column a:link{
	font-size: 12px;
	color: #A29460;
}

#left_column a:visited{
	font-size: 12px;
	color: #A29460;
}

#left_column a:active{
	font-size: 12px;
	color: #A29460;
}

#left_column a:hover{
	font-size: 12px;
	color: #A29460;
}

#left_column td{
	border-bottom: 1px dotted #CCCCCC;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

#right_column{
	float: right;
	width: 214px;
	padding: 20px 10px 20px 10px;
	overflow: auto;
}

#footer{
	clear: both;
}


.page_title{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #B6A76D;
	font-weight: 600;
	padding: 10px 0px 10px 0px;
	margin-top: 5px;
}

.subheadsmall{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: 400;
	padding: 3px 0px 3px 10px;
	background-color: #E2E3D3;
	margin-top: 15px;
}

.subheadmedium{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: 400;
	padding: 5px 0px 5px 10px;
	background-color: #E2E3D3;
	margin-top: 15px;
}

.textarea{
	margin: 10px 0px 0px 0px;
	color: #666666;
	line-height: 15px;
}

#Table1 td{
	border-bottom: 0px;
}

