html, body {
	height: 100%;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}



#header {
	background: url(images/header-bg.gif) #4e6b8e;
	width: 100%;
	margin-top: 70px;
	height: 150px;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #636363;
}

#header h1, #header h2 {
	width: 760px;
	margin: 0 auto;
	font-weight: normal;
	color: #fff;
}

#header h2 {
	padding-top: 40px;
	font-size:  40pt;
	margin-left: 20px;
}

#header h2 {
	margin-top: -10px;
	font-size: 14pt;
	margin-left: 20px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fbe4b5;
}

/* horizontal menu */

#menu-h {
	background: url(images/menu-h-bg.gif) #fff;
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0;
}

#menu-h ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu-h li {
	float: left;
}

#menu-h a {
	height: 27px;
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 3px 20px 0 20px;
	color: #636363;
	font-weight: bold;
	text-decoration: none;
}

#menu-h a:hover {
	background: transparent url(images/menu-h-bg-invert.gif);
}

#menu-h .active {
	color: #60758f;
	text-decoration: underline;
}

/* main content container */

#main {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 0px;

}

#main h1 {
	
	width: 100%;
	color: #43648d;
}

/* main content */

#content {
	width: 760px;
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	color: #5c738f;
	line-height: 1.7em;
}

#content p {
	font-size: 10pt;
}



#content ul {
	font-size: 8pt;
}

#content a {
	color: #43648d;
	border-bottom: 1px solid #f8b832;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	border-bottom: none;
}


#content img {
	padding: 3px;
	border: 1px solid #5c738f;
}

