body {
	background: #8db4e4 url(../images/bg.gif) repeat-x;
	text-align: center;
	font-family: Arial, Verdana, Tahoma;
	margin: 0;
}
img {
	border: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	background-color: #fffff8;
	border: #1d4373 2px solid;
	border-top: 0;
	text-align: left;
}
#header {
	height: 130px;
}
#menu {
	background: #fedc60 url(../images/menubg.gif) repeat-x;
	border-top: #469191 1px solid;
	border-bottom: #ffffff 1px solid;
	height: 30px;
}

/* ======================================== */
/* Left Navigation */
/* ======================================== */

ul#context {
	font-size: 1.0em;
}

#context li a {
	color: #00748f;
	text-decoration: none;
}

#context li a:hover {
	text-decoration: underline;
}

#breadcrumb {
	margin-bottom: 10px;
}
#content {
	padding: 5px;
	min-height: 360px;
}
#content a:link,
#content a:active,
#content a:visited {
	color: #036980;
}
#content a:hover {
	color: #2ea2bc;
}
#content h1 {
	margin-top: 0;
	color: #000000;
	font-size: 1.5em;
}

#content h1 a {
	text-decoration: underline;
}

#content h2 {
	color: #0088a7;
	font-size: 1.3em;
}

#content h3 {
	color: #333333;
	padding: 3px;
	font-size: 1.1em;
	margin: 0px;
}
#content {
	font-size: 0.9em
}
#content p {
	line-height: 1.4em;
}
#content .imgwrap {
	float: left;
	padding-right: 3px;
}
#copyright {
	font-size: 0.7em;
	text-align: right;
	padding: 2px;
	clear: both;
}
#copyright a {
	text-decoration: none;
	color: #666666;
}