﻿body {
	background-color: #FFFFFF;
	margin-top: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}
a:link {
	color: #F0B831;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
a:active {
	color: #6699CC;
	text-decoration: none;
}
.pageTitle {
	font-size: 36px;
	font-family: Garamond;
	color: #3399FF;
	font-style: italic;
	padding-top: 10px;
}
UL {
	list-style-image: url('../images/arrow.gif');
	margin-top: 0px
}
#frame {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: left;
}
#header {
	width: 750px;
	height: 107px;
	background: url('../images/bk_header.jpg');
	cursor: hand
}
#topNav {
	width: 750px;
	height: 43px;
	background: url('../images/bk_top_nav.jpg') no-repeat;
	
}
#bodyCell {
	width: 750px;
}


#content {
	width: 518px;
	margin: 30px auto auto 30px;
	text-align: justify;
	vertical-align: top;
	line-height: 14pt;
	margin-left: 20px;
	float:inherit; 
	padding-left: 20px;
}
#content TD {
	font-size: 9px;
}
#content a:link {
	color: #3A66A3;
	text-decoration: none;
}
#content a:visited {
	color: #6699CC;
	text-decoration: none;
}
#content a:hover {
	color: #6699CC;
	text-decoration: underline;
}
#content a:active {
	color: #6699CC;
	text-decoration: none;
}
#footer {
	width: 750px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	background: url('../images/bk_footer.gif');
	padding-top: 10px;
	line-height: 15px;
	font-variant: small-caps
}