@charset "utf-8";
*  {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(graphics/background2.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}

.container {
	width: 100%;
	min-width: 1250px;
}

.header {
	background-image: url(graphics/topstrip.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height: 205px;	
}

.navigation {
	float: left;
	width: 220px;
	padding-left: 25px;
	padding-top: 50px;
	margin-right: 25px;
}

.content {
	padding: 0px;
	width: 565px;
	float: left;
	margin-right: 30px;
	line-height: 1.4em;
}

.graphics_area {
	float: right;
	width: 350px;
	padding: 10px;
	margin-left: 0px;
	margin-right: 10px;
}

.footer {
	height: 105px;
	background-image: url(graphics/footstrip.jpg);
	background-repeat: repeat-x;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	clear: both;
}

.head_fltlft {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	padding-top: 20px;
}

.head_fltrt  {
	position: absolute;
	float right;
	margin-right: 10px;
	padding: 0px;
}

#top_navigation {
	position: absolute;
	visibility: visible;
	left: 250px;
	top: 154px;
	width: 700px;
	height: 30px;
	z-index: 1000;
}

#left_nav_top {
	position: absolute;
	visibility: visible;
	left: -1px;
	top: 188px;
	width: 191px;
	height: 17px;
	z-index: 1001;
}

img  {
    padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 26px;
    font-style: italic;
	color: #993366;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 80px;
	margin-bottom: 20px;
}

h2  {
	font-size: 22px;
	font-style: italic;
	color: #993366;
	text-align: center;
	padding-left: 25px;
	padding-right: 15px;
	margin-top: 30px;
	margin-bottom: 20px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 35px;
	padding-right: 35px;
}

.attention  {
	font-weight: bold;
	color: #993366;
}

a img { 
	border: none;
}

a:link {
	color: #0098B5;
	text-decoration: underline; 
}

a:visited {
	color: #BD35AE;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #772233;
	text-decoration: underline;
}

.content table
{
	font-size: 11pt;
}

.content table caption
{
	color: #993366;
	font-size: 14pt;
	font-weight: bold;
}

.content td  {
	padding: 20px 0px 10px 0px;
}

ul  {
	color: #000000;
	border: 5px ridge #380E03;
}	

li  {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color: #993366;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.graphics_area p  {
	padding: 0px 0px 10px 15px;
	margin: 0px 15px 10px 25px;
}
