@charset "utf-8";
/* CSS Document */

html
{
	background: #ffffff url('bbg.png') bottom repeat-x;
}
body
{
	min-height: 965px; /*711*/ 
}
* html body
{
	height: 965px;
}
body, body.mceContentBody
{
	margin: 0px;
	background: url('tbg.png') top repeat-x;
}
body, body.mceContentBody, td
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a
{
	color: #0B4B77;
}

#wrapper
{
	width: 1000px;
	margin: auto;
	padding-top: 56px;
	padding-bottom: 30px;
}
* html #wrapper
{
	width: 1002px;
}

#header
{
	height: 231px;
	background: url('hbg.png') top repeat-x;
	padding: 10px 10px 0px 10px;
}

#nav
{
	height: 40px;
	margin-top: 2px;
	background: url('nbg.png') repeat-x;
}
#nav a
{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4em;
	padding: 10px 20px;
}
#nav a:hover
{
	color: #f4fc00;
}

#content, body.mceContentBody
{
	min-height: 458px;
	background: #ffffff url('cbg.png') repeat-x;
	padding: 5px 10px;
}

body.mceContentBody
{
	padding: 0px;
}

* html #content
{
	height: 458px;
}

#footer
{
	height: 40px;
	padding: 5px 10px;
	background: #ffffff;
}

.error
{
	margin-bottom: 5px;
	border: solid 1px #ff0000;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}
.note
{
	margin-bottom: 5px;
	border: solid 1px #0000ff;
	color: #0000ff;
	text-align: center;
	font-weight: bold;
}

.right
{
	float: right;
}
.left
{
	float: left;
}

.stand
{
	color: #0B4B77;
}

.button
{
	border: none;
	background: #f4df30;
	color: #000000;
	font-weight: bold;
}

.bold
{
	font-weight: bold;
}
.underline
{
	text-decoration: underline;
}
.italic
{
	font-style: italic;
}
.big
{
	font-size: 1.25em;
}
.bigger
{
	font-size: 1.5em;
}
.biggest
{
	font-size: 2em;
}
.small
{
	font-size: 0.9em;
}
.smaller
{
	font-size: 0.75em;
}
.smallest
{
	font-size: 0.5em;
}

.container
{
	border: solid 2px #0b4b77;
	background: #0b4b77;
	margin-bottom: 5px;
	padding: 10px;
}
.containerHead
{
	background: #0b4b77;
	padding: 5px;
	color: #ffffff;
}
.containerFoot
{
	background: #0b4b77;
	padding: 5px;
	margin: -5px 0px 5px 0px;
}


.dateBox
{
	margin-right: 10px;
	width: 29px;
	height: 33px;
	background: url('dbg.png') no-repeat;
	text-align: center;
}
.dateBoxTop
{
	height: 16px;
	padding-top: 2px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.dateBoxBottom
{
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.newsItem
{
	margin-bottom: 10px;
}
.newsItem a
{
	color: #ffffff;
}
.newsItemContent
{
	width: 175px;
}
.newsItemTitle
{
	margin-bottom: 5px;
}
.newsItemText
{
	font-size: 0.90em;
	color: #ffffff;
}