﻿#left_col {
	font-family: Tahoma, Arial, Helvetica;
	color: #333333;
	background-color: #e9e9e4;
	float: left;
	width: 650px;
	padding-right: 30px;
	padding-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #bbbbbb;
	border-right-color: #bbbbbb;
	padding-top: 5px;
	vertical-align: text-top;
	font-size: 14px;
}



#right_col {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	background-repeat: repeat-y;
	background-position: center top;
	float: right;
	width: 259px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbbbbb;
	color: #333333;
	background-color: #E9E9E4;
	list-style-image: url(../img/arrow_right_col.gif);
}


.mainheadtext {
	font-size: 20px;
	font-weight: bold;
	color: #666600;
}
.subheadertext {
	color: #333333;
	font-weight: bold;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: text-bottom;
	height: 300;
	width: 300;
}
