body.mainBody {
	margin: 0;
	height: 100%;
	overflow: auto;
	background: #4268A1 url('../images/body-bg.gif') bottom repeat-x;
}

body, th, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

table.layout {
	width: 100%;
	height: 100%;
}

table.layout td {
	text-align: center;
}

div.main {
	margin: 0 auto;
	width: 782px;
	background: #FFFFFF url('../images/main-bg.gif') top repeat-y;
	text-align: left;
}

div.container {
	margin: 4px;
}

div.header {
	height: 108px;
	background: #FFFFFF url('../images/header-bg.gif') no-repeat;
}

div.nav {
	float: left;
	width: 180px;
}

div.nav ul.navigationList-level1 {
	list-style: none;
	margin: 18px 0 0 4px;
	padding: 0;
}

div.nav ul.navigationList-level1 a {
	display: block;
	width: 171px;
	color: #555555;
	text-decoration: none;
	line-height: 18px;
	text-indent: 8px;
	margin-bottom: 5px;
	background: #B9B9B9 url('../images/navItemOff-bg.gif') no-repeat;
}

div.nav ul.navigationList-level1 a.on, div.nav ul.navigationList-level1 a:hover {
	color: #375786;
	background: #B9B9B9 url('../images/navItemOn-bg.gif') no-repeat;
	font-weight: bold;
}

div.nav ul.navigationList-level2 {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
		
div.nav ul.navigationList-level2 a {
	width: 90%;
	color: #375786;
	line-height: 12px;
	text-indent: 8px;
	background: url('../images/navItemSquare.gif') no-repeat center left;
}

div.nav ul.navigationList-level2 a.on, div.nav ul.navigationList-level2 a:hover {
	background: url('../images/navItemSquare.gif') no-repeat center left;
	font-weight: bold;
}

div.language {
	color: #666666;
	font-size: 11px;
	text-align: center;
}

div.language a {
	color: #666666;
	text-decoration: none;
}

div.language a:hover {
	text-decoration: underline;
}

div.content {
	margin-left : 195px;
}

div.breadcrumbs {
	margin-top: 5px;
}

div.breadcrumbs, div.breadcrumbs a, div.breadcrumbs a:hover {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

div.breadcrumbs a:hover {
	text-decoration: underline;
}

div.footer {
	clear: both;
	height: 35px;
	background: #FFFFFF url('../images/footer-bg.gif') bottom no-repeat;
}

div.footer {
}

div.links {
	padding: 10px;
	float: left;
}

div.links, div.links a {
	text-decoration: none;
	color: #FFFFFF;
}

div.links a:hover {
	text-decoration: underline;
}

div.backToTop {
	padding: 10px;
	float: right;
}

div.backToTop a {
	color: #FFFFFF;
	padding-right: 10px;
	text-decoration: none;
	background: url('../images/backToTop.gif') center right no-repeat;
}

div.backToTop a:hover {
	text-decoration: underline;
}

h1 {
	color: #375786;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #375786;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	color: #375786;
	font-size: 16px;
	font-weight: normal;
}

a {
	color: #375786;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: disc;
}

a.buttonLink {
	display: block;
	width: 171px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	margin-bottom: 5px;
	background: #B9B9B9 url('../images/navItemOff-bg.gif') no-repeat;
}

a.buttonLink:hover {
	color: #375786;
	background: #B9B9B9 url('../images/navItemOn-bg.gif') no-repeat;
	text-decoration: none;
}

div.credits {
	color: #777777;
	font-size: 11px;
	padding: 5px;
}
div.credits a {
	color: #777777;
	text-decoration: none;
}
div.credits a:hover {
	color: #ffffff;
}

/* IE 3px float bug fix */
div.nav {
	float: left;
	width: 180px;
}
 
div.content {
	margin-left: 185px;
}
 
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.nav {
	margin-right: 5px;
}
* html div.content {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */