body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

a:link {
	color: #0B3D70;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0E4071;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #104273;
}


#nav {
	font-size: 11px;
	font-weight: bold;
	padding: 13px 0px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul a {
	display: block;
	/*width: 200px;*/
	color: #000;
	text-decoration: none;
	padding: 3px 5px 5px 0px;
	text-align: left;
	margin: 2px 0px;
	border-bottom: 1px #ccc dotted;
	text-indent: 5px;
	height: 15px;
	line-height: 15px;
	background: url(images/nav1.gif) no-repeat 5px center;
}

#nav ul a:hover {
	background: #0B3D70 url(images/nav2.gif) no-repeat 5px center;
	color: #ddd;
	margin: 2px 0px;
	padding: 3px 5px 5px 0px;

}


#page_container {
	height: 976px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header_strip {
	position:absolute;
	left:0px;
	top:0px;
	width:860px;
	height:31px;
	z-index:2;
	background-image: url(images/title_strip.jpg);
}

#flash_bg {
	position:absolute;
	left:0px;
	top:30px;
	width:839px;
	height:178px;
	z-index:1;
	background-image: url(images/flash_bg.jpg);
	padding-left: 21px;
}

#maintext_bg ul { list-style-type: lower-greek; list-style:decimal-leading-zero;

}

#maintext_bg {
	position:absolute;
	left:0px;
	top:209px;
	width:585px;
	height:687px;
	z-index:1;
	background-image: url(images/maintext_bg.jpg);
	padding-left: 230px;
	padding-right: 45px;
	padding-top: 30px;
	padding-bottom: 50px;
}

#address_block {
	position:absolute;
	left:36px;
	top:491px;
	width:160px;
	height:332px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #000000;
}

#address_block p {
	padding: -5px 0px;
}


.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0B3D70;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

#titles {
	position:absolute;
	left:214px;
	top:210px;
	width:619px;
	height:25px;
	z-index:3;
}


#nav {
	position:absolute;
	left:36px;
	top:238px;
	width:160px;
	height:196px;
	z-index:2;
}


.border {
	border: 1px solid #0B3D70;
}
