* {
	margin: 0;
	padding: 0;
}

body {
	background: #EAF4FF;
	font-family: "Bell Gothic Std", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1, h2, h3 {
	font-family: "Bell Gothic Std", Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	color: #1b78be;
	margin-bottom: 10px;
}

h2 {
	font-size: 13px;
	margin-bottom: 5px;
}

h3 {
    font-size: 12px;
	margin-bottom: 5px;
}

p, ul, ol {
	line-height: 120%;
}

a {
	color: #EAF4FF;
}

a:hover {
	text-decoration: none;
	color: #1b78be;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 800px;
	height: 115px;
	margin: 0;
	padding: 0 0 0 0;
	background: #000000 url(../img/header-background.gif) no-repeat;
}

#logo h1, #logo p {
	color: #FFFFFF;
}

#logo p {
	margin: 0;
	padding: 20px 20px 0 0;
	line-height: normal;
}

#logo div {
	color: #FFFFFF;
	margin: 15px 15px 0 0;
	text-align:right;
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #EAF4FF;
}

#logo a:hover {
	color: #1b78be;
}

#logo .header {
	color: #ffffff;
	font-size: 30px;
	margin: 0 0 0 45px;
	line-height: 34px;
}

#logo .header .drop {
	margin-left: 130px;
}

/* Menu */

#menu {
	width: 800px;
	height: 48px;
	margin: 0 auto;
	background: #000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 8px 10px 0 30px;
	text-decoration: none;
	font: bold small-caps 1.2em "Bell Gothic Std", Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #EAF4FF;
}

#menu a:hover {
	background: url(../img/page-select-dots.gif) no-repeat center bottom;
	color: #1b78be;
}

#menu .current_page_item a {
	background: url(../img/page-select-dots.gif) no-repeat center bottom;
	color: #1b78be;
}

/* Middle Section */

.middle-section {
	width: 800px;
	margin: 0 auto;
	background: #636466;
	color: #000000;
}

.middle-section .title {
	padding: 30px 30px 20px 30px;
	font-size: 2em;
}

.middle-section .title a {
	text-decoration: none;
	border-bottom: 1px solid #1b78be;
	color: #1b78be;
}

.middle-section .title a:hover {
	border: none;
}

.middle-section .menu-slab {
	width: 150px;
	margin: 0;
	padding: 20px 0 0 5px;
	font-size: 12px;
	background: #636466;
	color: #ffffff;
	float: left;
}

.middle-section .menu-slab p {
	line-height: 85%;
}

.middle-section .menu-slab a {
	color: #EAF4FF;
	text-decoration: underline;
}

.middle-section .menu-slab a:hover {
	color: #afd0e8;
	text-decoration: underline;
}

.middle-section .menu-slab img {
	padding: 0 0 0 8px;
}

.middle-section .menu-slab .heading {
	font-family: "Bell Gothic Std", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.middle-section .text-slab {
	width: 620px;
	margin: 0;
	padding: 20px 10px 10px 10px;
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	float: right;
}

.middle-section .text-slab a {
	color: #1b78be;
	text-decoration: underline;
}

.middle-section .text-slab ol {
	margin: 0 0 5px 35px;
}

.middle-section .text-slab ol li ol li {
	margin: 0 0 0 20px;
	list-style-type: disc;
}


.middle-section .text-slab ul {
	margin: 0 0 5px 35px;
}

.middle-section .text-slab ul li ul li {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

.middle-section .text-slab a:hover {
	color: #afd0e8;
	text-decoration: underline;
}

.middle-section .text-slab img {
	padding: 0 5px 0 0;
	margin: 15px 0 0 0;
}

.middle-section .text-slab .heading {
	font-family: "Bell Gothic Std", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

/* Footer */

#footer {
	width: 800px;
	height:58px;
	margin: 0 auto;
	padding: 0;
	background: #000000 url(../img/bottom-background.gif) no-repeat;
	clear:both;
}

#footer p {
	color: #ffffff;
	padding: 30px 15px 0 0;
	font-size: 11px;
}

#footer a {
	color: #EAF4FF;
}

/* Random */

#container {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background: #ffffff;
}

.blue {
	color: #1b78be;
}

.header-lowercase {
	text-transform: capitalize;
}
