@charset "utf-8";
body {
	background-color: #222E46;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 60%;
}

#container {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DEE9FF;
}
#menu {
	background-image: url(images/menu_back.jpg);
	background-repeat: repeat-x;
	height: 39px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	color: #FFFFFF;
	font-size: 1.2em;
}
#menu ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 39px;
}#menu li {
	display: inline;
}
#menu li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	text-transform: uppercase;
}
#menu li a:hover {
	color: #BDD3FF;
	
}
#content {
	background-color: #DEE9FF;
	color: #69696a;
	padding-right: 20px;
	padding-left: 20px;
}
#content p {
	font-size: 1.5em;
}
#content p a {
	color: #222E46;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}


#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #222E46;
	font-size: 2.6em;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222E46;
	font-size: 2.1em;
	font-weight: normal;
}


#footer {
	color: #626d82;
	background-color: #101725;
	line-height: 76px;
	font-size: 1.1em;
}
#footer a {
	color: #626D82;
	text-decoration: none;
}
#footer a:hover {
	color: #BDD3FF;
}

#footer_bottom {
	background-color: #222E46;
	color: #BDD3FF;
	text-align: center;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}
