/* CSS Document */
body{
	background-image:url(/images/page_bg.jpg);
	background-position: top center;
/*	background-repeat:no-repeat; */
	background-color:#d4da90;
	margin-top:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#4D4D4D;
}

#left_column{
	width:256px;
	padding-right:10px;
	padding-top:0;
	padding-left:0;
	padding-bottom:0;
	
}

.footer{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#4D4D4D;
}

.footer a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#4D4D4D;
	text-decoration:none;
}

.footer a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#4D4D4D;
	text-decoration:underline;
}


.left_copy{
	font-size:11px;
	line-height:14px;
	color:#636363;
	
}

hr.left_line{
	color: #c1c388;
    background-color: #c1c388;
    height: 1px;
}

.main_table {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	padding-top:0px;
}

.red{
	color:#FF0000;
}

.contact_text{
	font-size:14px;
}

.top_shadow {
	background-image:url(/images/top.jpg);
}
.right_shadow {
	background-image:url(/images/right.jpg);
}
.bottom_shadow {
	background-image:url(/images/bot.jpg);
}
.left_shadow {
	background-image:url(/images/left.jpg);
}

#no_bullet{
	list-style:none;
	margin-left:0px;
	padding-left:15px;
}

.left_anchor{
	color:#4D4D4D;
	text-decoration:underline;
}

.left_anchor:hover{
	color:#4D4D4D;
	text-decoration:underline;
}

.left_list{
	list-style:square;
	margin-left:5px;
	padding-left:5px;
}

.sec_left_list{
	margin-left:10px;
	padding-left:10px;
}

.vert_line{
	background-image:url(../images/vert_line.jpg);
	background-repeat:repeat-y;
}