/*CSS DOCUMENT */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ECECEC;
	font-size: 0.9em;
	text-align: center;
}
.wrapper {
	width: 794px;
	margin: 1em auto;
	text-align: left;
	border: 1px solid #000;
}
.logo {
	width: 794px;
	height: 150px;
	padding: 0;
	border-bottom: 1px solid #fff;
}


ul {
	padding: 0 0 1.4em;
	font: 0.9em/2em arial,sans-serif;
	text-indent: 1em;
}
.ixmenu{
list-style: none;
margin: 0;
padding: 0;
float: left;
font: bold 15px Arial;
width: 100%;
height: 2em;
border: 1px solid #fff;
border-width: 1px 0;
background: black url(img/bout.gif) center center repeat-x;
}
.ixmenu li{
display: inline;
}
.ixmenu li a{
margin: 0;
float: left;
color: black;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid black;
width: 130px;
height: 0.9em;
text-align: center;
text-indent: 0em;
}
.ixmenu li a:visited{
color: black;
}
.ixmenu li a:hover, .ixmenu li .current{
color: black;
background: transparent url(img/bover.gif) center center repeat-x;
}
.ixmenu .last {
	border: 0;
}

.container {
	color: #000;
	background: #ECECEC;
}
.content {
	width: 764px;
	padding: 15px;
	text-align: justify;
}
h1 {
	text-align: center;
	font: 2em arial,sans-serif;
}
h2 {
	font: 1.3em/2em arial,sans-serif;
	text-indent: 2.3em;
	font-weight: bold;
}
h3 {
	font: 1em/2em arial,sans-serif;
	text-indent: 1em;
	font-weight: bold;
}
p {
	padding: 0 0 1.4em;
	font: 1em/1.4em arial,sans-serif;
	text-indent: 0;
}
span.bold {
	font-weight: bold;
}
.footer {
	padding: 0 0 1.2em;
	text-align: center;
}

.footer {
	font-size: 0.8em;
}
.footer ul {
	padding: 0 0 0.5em;
}
.footer li {
	padding: 0 3px;
	font: bold 1em arial,sans-serif;
	display: inline;
}
.footer li a {
	text-decoration: none;
}
.footer li a:hover {
	color: #000;
}
.footer p {
	text-indent: 0;
	padding: 0 0 0.3em
}
.left {
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
	float: left;
}
.mission {
	margin: 0 10px 10px 0;
	border: 2px solid #000;
	text-indent: 0;
	text-align: center;
	padding: 0 0 0.3em;
	background-color: #ccc;	
}
.right {
	margin: 0 0 10px 10px;
	border: 1px solid #fff;
	float: right;
}
a {
	color: blue;
	outline: none;
}
a:hover {
	text-decoration: none;
}
acronym {
	font-style: normal;
}

span.bold {
	font-weight: bold;
}

p.bold {
	font-weight: bold;
	text-align: center;
	padding: 0;
}
  
p.center {
	text-align: center;
	margin-top: 10px;
}
