body {
  text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-size: 12px;
}


/* why */
p {
  font-size: 12px;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

img {
  border: 1px solid #000000;
}

.wrapper {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
	width: 769px;	  
	border: 1px solid #000000;
  background-color: #E1E1E1;
}

/* for Internet Explorer */
/*\*/
* html .wrapper {
	width: 771px;
}
/**/

.header {
	height: 287px;
	background-color: #002C72;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

.header .right {
  padding: 0px;
  margin: 0px;
  outline-width: 0px;
}

.header img {
  border: none;
  padding: 0px;
  margin: 0px;
  outline-width: 0px;
}

.header .left {
	float: left;
	width: 283px;
}

.header .logo {
  
}

.header .menu {
  font-size: 10px;
	font-weight: bold;
}

.header .menu ul {
  padding-left: 10px;
  margin-left: 0px;
  list-style: none outside none;
}

.header .mainmenu {
  margin-left: 0px;
  padding-left: 0px;
	border-right: 1px solid #FFFFFF;  
	float: left;
	width: 150px;
}

.header .mainmenu li {
	margin-top: 10px;
}

.header .mainmenu .item {
  display: inline;
	color: #FFFFFF;
	cursor: default;
}

.header .mainmenu .item_active {
  display: inline;
	color: #002C72;
	background-color: #FFFFFF;  
	cursor: default;
}

.header .submenu {
  margin-left: 160px; /* .mainmenu width + 10 */
	margin-top: 10px;
	color: #FFFFFF;
	height: 223px; /* some ie bug */
}

.header .submenu a {
	color: #FFFFFF;
	text-decoration: none;
}

.header .submenu a:hover {
	color: #002C72;
	background-color: #FFFFFF;
	text-decoration: none;
}

.header .submenu li {
  font-weight: normal;
}

.header .right {
	float: right;    
}

.hidden {
  display: none;
}

.content {
  border-top: 10px solid #002C72;
}

.footer {
	padding-top: 10px;
  clear: both;
}

.copyright {
  text-align: center;
  font-size: 10px;
  color: #000000;
}

.copyright a,
.copyright a:hover {
  color: #000000;
  text-decoration: none;
}
