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

p {
	margin : 0 0 10px 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body.body {
	margin: 0;
	text-align: center;
}

h1, h2, h3, h4 {
	color: #362C75;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

div.hr {
	height: 32px;
	background: url('../images/pagebreak.gif') no-repeat center;
	border: none;
}
div.hr hr {
	display : none;
}

.containerBlock {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 764px;
}

.headerBlockBig, .headerBlockSmall {
	position: relative;
	height: 169px;
	background: url('../images/header-bg.gif') no-repeat bottom;
}
.headerBlockSmall {
	height: 128px;
}
.headerBlockBig .logo {
	position: absolute;
	left: 60px;
	top: 15px;
	width: 193px;
	height: 135px;
	background: url('../images/logo-big.gif') no-repeat;
}
.headerBlockSmall .logo {
	position: relative;
	left: 80px;
	top: 8px;
	width: 146px;
	height: 104px;
	background: url('../images/logo-small.gif') no-repeat;
}
.headerBlockBig h1.pageTitle, .headerBlockSmall h1.pageTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width : 580px;
	text-align: center;
	color: #362C75;
	font-size: 22px;
	text-transform: none;
}
.headerBlockSmall h1 {
}

.bodyBlock {
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	background: url('../images/body-bg.gif') repeat-y;
}
.bodyBlock .nav {
	float: left;
	width: 180px;
	background: url('../images/nav-bg.gif') no-repeat top left;
	padding-bottom: 30px;
}
.bodyBlock .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.topLevel a {
	display: block;
	width: 90%;
	line-height: 12px;
	padding: 5px 10px 5px 18px;
	background: url('../images/nav-item-off.gif') no-repeat left center;
	color: #362C75;
	font-size: 14px;
	margin: 5px 0 5px 0;
}
ul.topLevel a:hover, ul.topLevel a.on {
	background: url('../images/nav-item-on.gif') no-repeat left;
	text-decoration: none;
	font-weight: bold;
}
ul.secondLevel a {
	display: inline;
	height: 18px;
	line-height: 16px;
	padding: 0 0 0 20px;
	color: #362C75;
	font-size: 12px;
	background: none;
}
ul.secondLevel a:hover, ul.secondLevel a.on {
	text-decoration: none;
	background: none;
	font-weight: bold;
}

.bodyBlock .irisBlock {
	clear: both;
	width: 169px;
	height: 52px;
	background: url('../images/iris-small.gif') no-repeat;
}
.bodyBlock .bodyText {
	margin: 0 0 0 185px;
	padding: 10px 20px;
}

.rightColumn {
	float: right;
	width: 190px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.rightColumn p {
	font-style: italic;
	font-size: 11px;
	width: 160px;
	margin: 0;
}

.footerBlock {
	clear: both;
	height: 38px;
	background: url('../images/footer-bg.gif') repeat-x;
}
.footerBlock .footerText {
	background: url('../images/footer-left.gif') no-repeat;
	padding: 15px 0 0 190px;
	color: #948044;
}
.footerBlock .footerText a {
	color: #948044;
}
