body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #111C30;
	background: #F4F4F4 url(/img/background_body.png) repeat-y center center;
	line-height: 150%;
}

h1 {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin: 0px 0px 20px 0px;
	padding: 0;
	text-decoration: none;
	color: #0C4DA1;
}

h2 {
	margin: 20px 0px 20px 0px;
	color: #0C4DA1;
	font-size: 13px;
}

p {
	margin: 0px 0px 20px 0px;
}

a {
	color: #0C4DA1;
	text-decoration: none;
	border-bottom: 1px dotted #0C4DA1;
}

a:hover {
	color: #B3D0F4;
	border-bottom: 1px dotted #B3D0F4;
}

table {
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}

tr.background {
	background-color: #F0F8FF;
}

th {
	text-align: left;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px solid #019DA9;
}

td {
	padding: 8px 8px 8px 8px;
}

/* Header */

#header-wrap {
	margin: 0px auto 0px auto;
	width: 980px;
}

#header-wrap #header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 210px;
}

#header-wrap #header #logo1 {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

#header-wrap #header #logo2 {
	position: absolute;
	top: 80px;
	left: 15px;
	border: none;
}

#header-wrap #header #logo3 {
	position: absolute;
	top: 80px;
	left: 380px;
	border: none;
}

#header-wrap #header #logo4 {
	position: absolute;
	top: 80px;
	right: 15px;
	border: none;
}

/* Content */

#content-wrap {
	margin: 0px auto;
	width: 980px;
	position: relative;
	top: 0px;
	left: 0px;
}

#content-wrap #navigation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 210px;
	padding-top: 0px;
}

#content-wrap #navigation ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content-wrap #navigation ul li a {
	border: none;
}

#content-wrap #navigation ul li {
	margin: 0;
	padding-right: 0px;
	border-bottom: 1px solid #0C4DA1;
}

#content-wrap #navigation ul li .firstlevel {
	border-left: 4px solid #FFFFFF;
	color: #0C4DA1;
	display: block;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}

#content-wrap #navigation ul li .firstlevelactive {
	background: #B3D0F4 none repeat scroll 0 0;
	border-left: 4px solid #0C4DA1;
	color: #0C4DA1;
	display: block;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}

#content-wrap #navigation ul li .firstlevel:hover {
	background: #B3D0F4 none repeat scroll 0 0;
	border-left: 4px solid #0C4DA1;
}

#content-wrap #navigation ul li .secondlevel {
	border-left: 4px solid #FFFFFF;
	color: #0C4DA1;
	display: block;
	padding: 2px 0px 2px 20px;
	text-decoration: none;
}

#content-wrap #navigation ul li .secondlevelactive {
	background: #B3D0F4 none repeat scroll 0 0;
	border-left: 4px solid #0C4DA1;
	color: #0C4DA1;
	display: block;
	padding: 2px 0px 2px 20px;
	text-decoration: none;
}

#content-wrap #navigation ul li .secondlevel:hover {
	background: #B3D0F4 none repeat scroll 0 0;
	border-left: 4px solid #0C4DA1;
}

#content-wrap #navigation ul li .thirdlevel {
	border-left: 4px solid #FFFFFF;
	color: #019DA9;
	display: block;
	padding: 2px 0px 2px 40px;
	text-decoration: none;
}

#content-wrap #navigation ul li .thirdlevelactive {
	background: #F0F8FF none repeat scroll 0 0;
	border-left: 4px solid #019DA9;
	color: #019DA9;
	display: block;
	padding: 2px 0px 2px 40px;
	text-decoration: none;
}

#content-wrap #navigation ul li .thirdlevel:hover {
	background: #F0F8FF none repeat scroll 0 0;
	border-left: 4px solid #019DA9;
}

#content-wrap #content {
	position: absolute;
	top: 0px;
	left: 210px;
	width: 710px;
	padding: 30px 30px 50px 30px;
	border-top: 1px solid #0C4DA1;
	background: #FFFFFF url(/img/shadow2.png) repeat-y left center;
}

#content-wrap #content #gallery img {
	border: 1px solid #FFFFFF;
	vertical-align: top;
	margin-right: 10px;
	padding: 2px;
}

#content-wrap #content #gallery img:hover {
	border: 1px solid #0C4DA1;
	padding: 2px;
}

#content-wrap #content #gallery img.gallery {
	margin-bottom: 20px;
}

#content-wrap #content .emphasize {
	font-weight: bold;
}

#content-wrap #content .smaller {
	font-size: 11px;
}

#content-wrap #content .noborder {
	border: none;
}

/* Footer */

#bottom {
	position: fixed;
	bottom: 0px;
	background-color: #FFFFFF;
	height: 30px;
	width: 100%;
	color: #111C30;
	background: #F4F4F4 url(/img/background_body.png) repeat-y center center;
}

#bottom #footer-wrap {
	margin: 0px auto;
	width: 980px;
	border-top: 1px solid #0C4DA1;
}

#bottom #footer-wrap #footer {
	font-size: 11px;
	padding: 5px;
	padding-left: 20px;
}