﻿@charset "utf-8";
/* CSS Document */

a:link {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

a:visited {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

#masterContainer {
	margin: 0 auto;
	width: 902px;
	height: 100%;
}

#header {
	position: static;
	width: 902px;
	height: 92px;
}

#ads {
	float: left;
	background-image: url(../images/adsBody.gif);
	width: 299px;
	height: 100%;
}

#index_content_top {
	float: left;
	background-image: url(../images/indexDivTop.gif);
	width: 897px;
	height: 15px;
}

#index_content {
	float: left;
	background-image: url(../images/indexDivBody.gif);
	width: 897px;
	height: 100%;
}

#index_content_bottom {
	float: left;
	background-image: url(../images/indexDivBottom.gif);
	width: 897px;
	height: 18px;
}

#index_header {

	width: 886px;
	height: 100%;
	padding: 5px;

}

#index_text {
	text-align:justify;
	width: 840px;
	height: 100%;
	color: navy;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#content {
	float: right;
	background-image: url(../images/mainBody.gif);
	width: 589px;
	height: 100%;
}

#masterContainer #content .style6 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
