body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height:auto;
	text-align: center;
}

object, embed {
  width: 100%!important;
  height: auto!important;
}

p {
	color: #666;
	font-family: Georgia, Times;
	font-size: 100%;
	text-align: justify;
	border: 1px solid red;
}


h1 {
	color: #25618A;
	font-family: Georgia, Times;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h2 {
	color: #25618A;
	font-family: Georgia, Times;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	color: #25618A;
	font-family: Georgia, Times;
	font-size: 110%;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

a {
	color: #25618A;
	text-decoration: none;
}
a:active {
	color: #25618A;
}
a:hover {
	color: #000000;	
}
a.small:hover {
	color: #25618A;
}


#content {
	background: url(images/monkey.gif);
	background-repeat: repeat-y;
	padding: 30px;
	word-wrap: break-word;
}

#head {
	background-repeat: repeat-x;
	height: 67px;
	width: 100%;
	background-color: #a7bac9;
}

#logo {
	position: absolute;
	float: left;
	padding: 5 18 0 5;
	width: 80%;
}

#menu_btn {
	float: right;
	padding: 0;
}
#menu_btn img {
	padding-top: 5px;
}

#head_bottom {
	width: 100%;
	height: 28px;
	background-color: #25618a;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
}

#menu {
	width: 100%;
	background-color: #25618a;
}

#nav li {
	list-style: none;
}

.menu {
	background-color: #A7BAC9;
	font-family: Tahoma, Georgia, Times;
	font-size: 130%;
	display: block;
}

.menu a{
	display: block;
	padding: 5px;
}

.selectedmenu, .selectedmenu a {
/*	background-color: #012C57;*/
	background-color: #25618A;
	color: white;
	font-family: Verdana, Tahoma, Georgia, Times;
	font-size: 130%;
	font-weight: bold;
}

#copyright {
	background-color: #25618A;
	width: 100%;
	color: #FFF;
}