body
{
	margin: 5px;
	background-color: #ffffff;
	color: black;
	font-family: verdana;
}
a
{
	color: #9e5e35;
	font-weight: bold;
}
table
{
	border-collapse: collapse;
	font-size: 10pt;
}
td
{
	padding: 0px;
}
img
{
	margin: 0px;
	border: 0px;
}
ul
{
	margin: 0px;
	padding-left: 20px;
	list-style-type: none;
}
ol
{
	margin: 0px;
	padding-left: 20px;
}
li
{
	padding-top: 2px;
}
h3
{
	width: 100%;
}
p.indent
{
	text-indent: 30px;
}
p.heading
{
	font-weight: bolder;
}
p.italics
{
	font-style: oblique;
	text-indent: 30px;
}
p.blockquote
{
	padding-left: 30px;	
	padding-right: 30px;
}
#site_frame
{
	width: 90%;
	height: 420px;
	border: black 1px solid;
	background-color: #ede6b4;
	text-align: left;
	padding: 0px;
}
#left_frame
{
	width: 185px;
	height: 100%;
}
#logo
{
	background-image: url(<%=site_path%>/template4/images/logo.jpg);
	width: 185px;
	height: 137px;
}
#logo_right
{
	background-image: url(<%=site_path%>/template4/images/header_logo.jpg);
	width: 189px;
	height: 21px;
	margin: 0px;
	float: left;
}
#menu
{
	width: 185px;
	vertical-align: top;
}
#menu img
{
	margin-top: 10px;
	border: 0px;
}
#right_frame
{
	width: 100%;
	height: 100%;
}
#header
{
	width: 100%;
	height: 21px;
	background-color: #706e5c;
	background-image: url(<%=site_path%>/template4/images/header_bg.jpg);
	background-repeat: repeat-x;
	text-align: right;
}
#banner
{
	width: 100%;
	height: 21px;
	background-image: url(<%=site_path%>/template4/images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#main
{
	width: 100%;
	padding: 15px;
	vertical-align: text-top;
}
#footer
{
	width: 95%;
	padding: 5px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	border-top: #4c4e19 1px solid;
	margin-top: 20px;
	text-align: center;
	color: #4c4e19;
}
#clock
{
	line-height: 20px;
	padding-right: 5px;
	color: #ede6b4;
	font-size: 8pt;
	font-weight: bold;
}
.grid
{
	margin: 5px;
}
.grid td
{
	vertical-align: top;
	padding: 10px;
	border-bottom: #4c4e19 1px solid;
}
.menu_link
{
}
.sub_link
{
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}
.guidelines li
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 10pt;
}
.smaller
{
	font-size: smaller;
}
.smaller td
{
	text-align: justify;
}
.border_2x
{
	font-size: smaller;
	border: 3px #9e5e35 double;
	padding: 5px;
	text-align: justify
}
.printable
{
	font-size: 10pt;
	line-height: 1.2;
}
.printable_link a
{
	font-size: smaller;
	text-align: right;
	width: 100%;
}
.author_block
{
	padding: 5px;
}
.title
{
	text-transform: capitalize;	
	font-style: oblique;
	font-weight: bolder;		
}
.story
{
	text-transform: capitalize;	
	font-weight: bolder;
}

