html{
	overflow:-moz-scrollbars-vertical;
}
body{
	background:#F0F1E3 url(../images/page_bg.jpg) center top repeat-x; 
	margin:0;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #F42F0D;
	outline:none;
}
p 	{
	margin-top: 11px;
	margin-bottom:0px;
}
h1{
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	color:#4d2929;
	text-transform:uppercase;
}
.bodytext{
	font:14px  Georgia, "Times New Roman", Times, serif;
	color:#000000;
	list-style:square;
}
.bodytext2{
	font:14px  Georgia, "Times New Roman", Times, serif;
	color:#8d3838;
}
.quotename{
	font:italic 14px/15px  Georgia, "Times New Roman", Times, serif;
	color:#8d3838;
	padding-top:3px;
	display:block;
}
.highlite{
	font:14px  Georgia, "Times New Roman", Times, serif;
	color:#F00;
}
.rightcolhead{
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#FFCC66;
	text-transform: uppercase;
}
.rightcol{
	font:16px Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
}
.icongroup1{
	width: 340px;
	font:14px  Georgia, "Times New Roman", Times, serif;
	color:#000000;
	list-style:square;
}

/****************** SUB NAV **************************/
#subnav{
	list-style:none;
	margin:0;
	padding:0;
}
#subnav li{
	list-style:none;
	margin:0;
	padding:0;
	width:200px;
}
#subnav li a, #subnav li a:visited, #subnav li a:active{
	margin:0 0 8px 0;
	padding:0 0 0 20px;
	display:block;
	background: url(../images/bullet.gif) left 5px no-repeat;
	font:bold 14px  Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration:none;
}
#subnav li a:hover{
	color:#F42F0D;
}
#list td{
	padding-bottom:15px;
}
/********** MISC *******************/
.fs12{
	font-size:12px!important;
}
.fs14{
	font-size:14px!important;
}
.fs20{
	font-size:20px!important;
}
.m0{
	margin:0!important;
}
.mt5{
	margin-top:5px!important;
}
.mt25{
	margin-top:25px!important;
}
.mb15{
	margin-bottom:15px!important;
}