@charset "UTF-8";
/* CSS Document */

#divWrapper {
	margin: 0 auto;
	width: 780px;
	background-image: url(../images/template_background.jpg);
	background-repeat: repeat;
}
#divHeaderContainer {
	width: 780px;
}
#divLogo {
	float: left;
	width: 375px;
}
#divNavigation {
	float: left;
	width: 117px;
}
#divHeaderRight {
	float: left;
	width: 288px;
}
#divBodyContainer {
	width: 780px;
}
#divBodyContent {
	float: left;
	width: 492px;
	background-image: url(../images/template_flashbackground.jpg);
	
}
#divBodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	color: #444444;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 0;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	line-height: 170%;
	color: #444444;
}
#divBodyRight {
	float: left;
	width: 288px;
}
#divFooterContainer {
	clear: both;
	width: 780px;
	background-image: url(../images/template_footer.jpg);
	height: 59px;
}
#divFooterContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #244d6d;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 150px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	line-height: 170%;
	color: #444444;
}h2 {
	font-family: "Times New Roman", Times, serif;
	line-height: 170%;
	color: #444444;
}h3 {
	font-family: "Times New Roman", Times, serif;
	line-height: 170%;
	color: #444444;
}h4 {
	font-family: "Times New Roman", Times, serif;
	line-height: 170%;
	color: #444444;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #989921;
	text-decoration: none;
}
a:visted {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #989921;
	text-decoration: underline;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #989921;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #989921;
	text-decoration: underline;
}

div.scroll {
	height: 265px;
	width: 440px;
	overflow: auto;
	background-color: #f6f6f6;
	padding: 4px;	
	
}


