html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img { padding: 0; margin: 0;}
img.pic { border: 2px solid #FFF; margin: 0 20px;}


/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}


/* General style */

#wrapper {
	margin: 75px auto;
	width: 800px;
	height: 600px;
	border: 1px solid #0F4C35;
	text-align: left;
	overflow: hidden;
}

#header {
	width: 800px;
	height: 108px;
}

#logo {
	width: 210px;
	height: 75px;
	background: url(images/logo.png) no-repeat;
	float: right;
	margin: 15px 30px 0 0;
}

#slogan {
	background-color: #D7E2DF;
	width: 800px;
	height: 36px;
	border-top: 2px solid #0F4C35;
	border-bottom: 2px solid #0F4C35;
}

#slogan ul {
	width: 270px;
	float: right;
	margin: 0 30px 0 0;
	padding: 10px 0 0 0;
}

#slogan li {
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
	font: 600 17px Arial;
	color: #9cb8af;
}

#body {
	width: 800px;
	height: 424px;
	border-bottom: 2px solid #0F4C35;
	overflow: hidden;
}

#sidebar {
	margin: 0;
	padding: 0;
	background-color: #9AB7AB;
	width: 345px;
	height: 424px;
	float: left;
	border-right: 4px solid #FFF;
}

#navigation {
	width: 315px;
	padding: 21px 0 0 20px;
	color: #FFF;
	font: 13px arial;
}

#navigation h4 {
	font: 14px arial;
}

#navigation h4 b, #navigation h1 {
	color: #004833;
}

#navigation h1 {
	font: 600 16px arial;
}

#navigation ul {
	margin: 0 0 20px 0;
}

#navigation li {
	margin: 5px 0;
}

#navigation a {
	letter-spacing: normal;
	word-spacing: normal;
	color: #FFF;
	font: 600 17px arial;
	text-decoration: none;
}

#navigation a:hover, #navigation a.active {
	color: #004833;
}

#content {
	margin: 0;
	padding: 24px 0 0 20px;
	width: 431px;
	height: 400px;
	float: left;
	overflow: auto;
	color: #004933;
	font: 12px arial;
}

#content h1 {
	font: 600 16px arial;
	margin: 0 0 5px 0;
}

#content2 {
	margin: 0;
	padding: 24px 0 0 20px;
	width: 431px;
	height: 400px;
	float: left;
	overflow: auto;
	color: #FFF;
	font: 12px arial;
	background-color: #9AB7AB;
}

#content2 h1 {
	font: 600 16px arial;
	color: #004933;
	margin: 0 0 5px 0;
}

#content ul.contents, #content2 ul.contents {
	margin: 20px 0 20px 20px;
}

#content ul.contents li, #content2 ul.contents li {
	list-style: disc;
}

#content a, #content2 a, #navigation a.small {
	color: #004933;
	font: 600 12px arial;
	text-decoration: none;
}

#slideshow {
	margin: 0;
	padding: 0;
	width: 451px;
	height: 424px;
	float: left;
}

.item {
	width: 400px;
	overflow: hidden;
}

.item1, .item2 {
	float: left;
	width: 200px;
	text-align: center;
	font: 600 10px arial;
}

#footer {
	background-color: #D7E2DF;
	width: 800px;
	height: 30px;
	padding: 6px 0 0 0;
	text-align: center;
	color: #397361;
	font: 600 12px Arial;
	overflow: hidden;
}

.white {
	color: #FFF;
}

