/* CSS Document */

@import url(menus.css);
@import url(forms.css);

em{
	font-family: Arial, Sans Serif;
	font-size: 9pt;
	color: red;
	font-weight: bold;
	}
p{
	font-family: Arial, Sans Serif;
	font-size: 10pt;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	color: #000000;
	}
body{
	backgroung: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	font-family: Myriad Pro, Verdana, Arial, Sans Serif;
	}
img{
	margin: 0px;
	padding: 0px;
	border: 0px;	
	}
#top{
	width: 802px;
	margin: 0px auto;
	height: 25px;
	}
#site{
	width: 800px;
	background: #ffffff;
	margin: 0px auto;
	border: 1px solid #3f77b5;
	font-family: Arial, Sans Serif;
	}
#header{
	height: 277px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background: url('../images/header_index.jpg') no-repeat;
	}
#content{
	width: 800px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	min-height: 386px;
	height: auto;
	}
#subpanel{
	float: left;
	width: 200px;
	background: #ffffff;
	transparency: 65%;
	border-right: solid #9fbbda 1px;
	border-left: solid #9fbbda 1px;
	margin: 0px 0px 0px 20px;
	min-height: 386px;
	}
#right{
	float: right;
	width: 578px;
	padding: 0px 0px 10px 0px;
	}
#right li{
	font-family: Arial, Sans Serif;
	font-size: 10pt;
	text-align: justify;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 5px;
	color: #000000;
	}
#headline{
	font-family: Arial, Sans Serif;
	font-size: 16pt;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 20px;
	background: #3f77b5;
	color: #ffffff;
	height: 35px;
	width: 558px;
	}
#headline h1{
	margin: 0px;
	}
#right h2{
	font-family: Arial, Sans Serif;
	font-size: 10pt;
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
	}
#right h3{
	clear: left;
	font-family: Arial, Sans Serif;
	font-size: 11pt;
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	color: #3f77b5;
	font-weight: bold;
	}
#normal li{
	font-family: Arial, Sans Serif;
	font-size: 10pt;
	text-align: justify;
	margin: 0px 10px 0px 30px;
	padding: 10px 0px 10px 5px;
	color: #000000;
	list-style-type: disc;
	list-style-position: outside;
	}
#nw a{
	float: left;
	margin: 0;
	padding: 0;
	width: 289px;
	height: 193px;
	display: block;
	background: url('../images/nw1.jpg') no-repeat;
	}
#nw a:hover{
	float: left;
	margin: 0;
	padding: 0;
	width: 289px;
	height: 193px;
	background: url('../images/nw2.jpg') no-repeat;
	}	
#ne a{
	float: left;
	margin: 0;
	padding: 0;
	width: 289px;
	height: 193px;
	display: block;
	background: url('../images/ne1.jpg') no-repeat;
	}
#ne a:hover{
	float: left;
	margin: 0;
	padding: 0;
	width: 289px;
	height: 193px;
	background: url('../images/ne2.jpg') no-repeat;
	}
#sw a{
	float: left;
	margin: 0;
	padding: 0;
	width: 289px;
	height: 193px;
	display: block;
	background: url('../images/sw1.jpg') no-repeat;
	}
#sw a:hover{
	float: left;
	margin: 0;
	padding: 0;
	width: 289px;
	height: 193px;
	background: url('../images/sw2.jpg') no-repeat;
	}
#se a{
	float: left;
	margin: 0;
	padding: 0;
	width: 289px;
	height: 193px;
	display: block;
	background: url('../images/se1.jpg') no-repeat;
	}
#se a:hover{
	float: left;
	margin: 0;
	padding: 0;
	width: 289px;
	height: 193px;
	background: url('../images/se2.jpg') no-repeat;
	}	
#footer{
	clear: both;
	width: 800px;
	height: 20px;
	background: #ffffff;
	font-family: Arial;
	color: #000000;
	font-size: 8pt;
	text-align: center;
	margin: 0px auto;
	padding: 12px 0px 5px 0px;
	}