@charset "utf-8";

div#container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url('img/bgCon.jpg');
	background-repeat: repeat-y;
}

div#headerBlock {
	width: 800px;
	background-color: #FFFFFF;
}

div#menuBlock {
	float: left;
	width: 200px;
	text-align: left;
}

div#menuBlock a:link {
	width: 200px;
	text-indent: 20px; 
	display: block;
	padding: 8px 0;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url('img/list.gif');
}

div#menuBlock a:visited {
	width: 200px;
	text-indent: 20px; 
	display: block;
	padding: 8px 0;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url('img/list.gif');
}

div#menuBlock a:hover {
	width: 200px;
	text-indent: 20px; 
	display: block;
	padding: 8px 0;
	font-weight: bold;
	color: #FF3300;
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom: none;
	background-image: url('img/list.gif');
}

div#mainBlock {
	float: left;
	width: 600px;
}

div#mainBlock ul{
	width: 500px;
}

div#mainBlock li{
	margin: 10px 0px 10px 60px;
	list-style-type: circle;
	
}

div#footerBlock {
	background-image: url('img/foot.jpg');
	background-color: #FFFFFF;
	clear: both;
}

body {
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	color: #333333;
	text-align: center;
	background-color: #5291F2;
	margin-top: 0;
	margin-bottom: 0;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #000000;
}

h1 {
	margin: 0;
	font-weight: normal;
	text-align: center;
	padding: 0;
}

h2 {
	display: none;
}

h3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h3.n {
	border: none;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

h4 {
	font-size: 90%;
	text-align: left;
	padding: 5px 0px 5px 8px;
	margin: 15px 20px;
	border-left: #0000ff 8px solid;
	background-color: #cccccc;
}

h5 {
	font-size: 90%;
	padding: 0px 15px 0px 25px;
	margin: 10px 0px 5px 0px;
	text-align: left;
	padding-bottom: 0;
}

strong {
	color: #0000ae;
}

em {
	font-size: 90%;
	color: #555555;
}

img {
	border: none;
	vertical-align: bottom;
}

img.l {
	float: left;
	margin: 0px 20px 10px 0px;
}

img.r {
	float: right;
	margin: 0px 10px 10px 20px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

li {
	font-size: 80%;
	margin: 0;
	padding: 0;
}

p {
	font-size: 80%;
	text-align: left;
	line-height: 150%;
	padding: 5px 15px 5px 25px;
	margin: 0px;
}

p.mar {
	margin-top: 15px;
}

p.wh {
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

p.pageTop {
	text-align: right;
	padding: 20px 10px 10px 10px;
}

hr {
	width: 95%;
	height: 1px;
	clear: both;
	padding: 0;
	margin: 3px auto;
	border-top: 1px dotted #cccccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
}

table {
	margin: 10px 0 0 20px;
	padding: 0px;
	width: 90%;
	border-collapse:collapse;
}

th {
	font-size: 80%;
	background-color: #CCCCCC;
	color: #000000;
	width: 30%;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
}

td {
	font-size: 80%;
	width: 70%;
	margin: 5px;
	padding: 5px;
	color: #000000;
	background-color: #F0F0F0;
	text-align: left;
	border-top: 1px solid #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
}

table.t2 {
	margin-right: 5px;
	margin-left: 20px;
	padding: 0px;
	width: 560px;
	border-collapse:collapse;
	border: 1px solid #999999;
}

th.t2 {
	font-size: 80%;
	text-align: center;
	font-weight: bold;	
	background-color: #CCFFBB;
	color: #333333;
	margin: 3px;
	padding: 3px;
	width: 11%;
	border: 1px solid #999999;
}

td.t2 {
	font-size: 80%;
	margin: 3px;
	padding: 3px;
	color: #000000;
	background-color: #FFFFFF;
	width: 12%;
	border: 1px solid #999999;
}

address {
	color: #ffffff;
	font-size: 80%;
	text-align: center;
	padding: 0px 0px 10px 0px;
	font-style: normal;
}

span.lm {
	margin-left: 48px;
}
