body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #4056e3;
	color: #4056e3;
}
a { color: #4056e3; }
a:hover { color: blue; }

#main {
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 1ex;
	/*border-top: 0.7em solid #7081ea;
	border-bottom: 0.7em solid #7081ea;
	border-left: 2em solid #7081ea;
	border-right: 2em solid #7081ea;*/
	border-top: 0.7em solid #4056e3;
	border-bottom: 0.7em solid #4056e3;
	border-left: 2em solid #4056e3;
	border-right: 2em solid #4056e3;
	background-image: url('1.jpg');
	/*background-attachment: fixed;*/
}

#navcontainer {
	margin-bottom: 2ex;
}

#navlist {
	/*border: 3px solid #222;*/
	padding: 0 0 0 20px;
	margin: 0px;
	background-color: #4056e3;
	font-family: verdana,sans-serif;
	font-size: 2ex;
	font-weight: bold;
}

#navlist li {
	display: inline;
	z-index: 12;
	list-style: none;
	padding: 0;
	margin: 0;
}

/*
#navlist #active {
	float: right;
	margin-right: 10px;
}
*/

#navlist li #current {
	color: white;
	border: 3px solid #4056e3;
	background-color: #4056e3;
}

#navlist li a {
	text-decoration: none;
	border: 3px solid #4056e3;
	padding: 0 8px 1px 8px;
	margin: 0 2px;
	background-color: #FFF;
	color: #4056e3;
}

* html #navlist li a { padding: 0 8px; }

#navlist li a:hover {
	background-color: #4056e3;
	color: #FFF;
}

h1 {
	text-align: center;
	font-family: "Arial Black", sans-serif;
	font-size: 3.5ex;
	margin-top: 1ex;
}
b {
	font-weight: normal;
}
i {
	font-weight: bold;
	font-style: normal;
}
.description {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 2.5ex;
	margin-bottom: 3ex;
}
table.address {
	border: none;
	/*position: relative;
	left: 22%;
	width: 50%;*/
	margin-left: 22%;
	margin-right: 22%;
	font-size: 2.5ex;
	font-weight: bold;
}
tr.address {
	height: 3ex;
}
.ind {
	margin-left: 2em;
	margin-top: 1ex;
}
ul {
	margin-top: 0ex;
	margin-left: 0em;
}
h1.s { display: none; }

