
@import "reset.css";

body {
	font-family:Arial;
	font-size:12px;
	text-align:center;
	background-color:#639CD1;
	margin:0px auto;
}

div.head {
	background-image:url("../img/head.jpg");
	width:800px;
	height:202px;
}

div.foot {
	background-image:url("../img/foot.jpg");
	width:800px;
	height:34px;
}


table.main {
	width:800px;
	height:360px;
	background-color:white;
}



td.left {
	width:218px;
	background-image:url("../img/sep.gif");
	background-repeat:repeat-y;
	background-position:right top;
	vertical-align:top;
	padding-top:36px;
}

td.right {
	width:153px;
	background-color:#7ba3d3;
	background-image:url("../img/men.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:3px;

}
td.right div.logolink {
	background-color:#ffffff;
	color:#ef6100;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	padding:16px 0px 4px;
	font-style:italic;
	margin-top:25px;


}



td.center {
	color:#323c65;
	padding:0px 32px;
	vertical-align:top;
}

a.menuItem {
	display:block;
	color:#0056a1;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 0px 4px 23px;
	background-image:url("../img/mitem.gif");
	background-repeat:no-repeat;
	background-position:left;
}

div.title {
	background-image:url("../img/title.gif");
	background-repeat:repeat-y;
	background-position:left;
	margin-left:96px;
	margin-bottom:20px;
	padding:8px 30px 0px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#0056a1;
	width:20px;
	white-space:nowrap;
	text-align:center;
	border:0px solid red;
}

ol {
	list-style:disc;
	margin-top:4px;
	margin-left:32px;
}
li {
	margin-bottom:4px;
	line-height:110%;
}

div.address{
	padding:20px 0px 0px 8px;

}


td.left a:hover, td.left a.active {
	background-image:url("../img/mitema.gif");
	color:#0056a1;
	text-decoration:none;
}
td.left img {
	margin:20px 10px 20px;
}

a {
	color:#0056a1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

div.counters {
	width:800px;
	text-align:left;
	padding-top:5px;
	vertical-align:top;

}
div.counters img {
	vertical-align:top;
}