/************** Structure */

html, body, table, form, tbody, tr, td {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

html, body {
	background: #e5e5e5;
	height: 100%;
}

.leftSideCell {
	background: url(../images/main-dropshadow-left-.gif) right top repeat-y;
	width: 50%;
	vertical-align: top;
}

.leftSideDiv {
	background: url(../images/main-bg-left-.gif) right top no-repeat;
	text-align: right;
	width: 100%;
	height: 382px;
}

.rightSideCell {
	background: url(../images/main-dropshadow-right-.gif) left top repeat-y;
	width: 50%;
	text-align: left;
	vertical-align: top;
}

.rightSideDiv {
	background: url(../images/main-bg-right-.gif) left top no-repeat;
	text-align: left;
	width: 100%;
	height: 382px;
}

.mainCell {
	background: #ffffff;
	vertical-align: top;
}

.mainOuterDiv {
	background: url(../images/main-bg-top.gif) top left no-repeat;
	width: 720px;
}

.mainInnerDiv {
	padding: 35px 20px 20px 20px;
}

.bannerDiv {
	background: #d9fbee url(../images/banner-bg.gif) bottom right no-repeat;
	height: 70px;
}

.naviDiv {
	background: #d9fbee url(../images/navi-bg.gif) top left no-repeat;
	height: 32px;
}

.naviLinks {
	line-height: 32px;
}

/************** Fonts, labels, titles */

html, body, table, form, tbody, tr, td, h1, h2, h3, h4, h5, h6, p, ul, li {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
	margin: 0px 0px 18px 0px;
	padding: 0px;
	line-height: 1em;
}

h2 {
	font-size: 18px;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	line-height: 1em;
}

p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	line-height: 1.4em;
}

ul {
	line-height: 1.4em;
}

.naviLinks {
	font-size: 14px;
}

.naviLink, .naviLinkActive {
	color: #000000;
	text-decoration: none;
	margin: 0px 10px;
}

.naviLinkActive {
	color: #086e46;
}

.pageTitle {
	line-height: 70px;
	margin-left: 15px;
}

.newsDate {
	font-size: 12px;
}

/************** Other */

.content {
	margin: 0px 20px 0px 15px;
	line-height: 1.4em;
}

.errorDiv, .messageDiv {
	border: 1px solid #909090;
	background: #e0e0e0;
	font-size: 13px;
	padding: 10px;
	margin: 5px;
}

.errorDiv {
	color: #dd0000;
}

.messageDiv {
	color: #008000;
}

