/* page */
body {
	color: #faffca;
	background-color: black; /*#003371;*/
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font: small 'arial narrow', helvetica, sans-serif;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.leftborder
{
	width: 100px;
}

.leftborderdiv
{
	margin-right: 20px;
}

.rightborder
{
}

.rightborderdiv
{
	margin-left: 20px;
	width: 100px;
}

/* Left Navigation */
#leftnav {
	font: bold 10px 'lucinda grande', arial, helvetica, sans-serif;
	padding: 0px 0 0 0;
	vertical-align: top;
	width: 120px;
}

#leftnav ul {
	list-style: none;
	margin: 0px 0 2px 0;
	padding: 0;
	text-indent: 0;
}

#leftnav li {
	height: 22px;
	margin: 0;
	padding: 1px 0;
}

#leftnav li a {
	/* background: url("images/bgleftnavbg.gif") no-repeat; */
	/* background-color: #006dac; */
	color: silver;
	background-color: #000000;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 4px 2px 7px 4px;
	text-decoration: none;
}

#leftnav li a:hover {
	background: url("images/bgleftnavbg_over.gif") no-repeat;
	/* background-color: #feeb02; */
	color: #000;
}

/* Right navigation */
#rightnav {
	font: bold 10px 'lucinda grande', arial, helvetica, sans-serif;
	padding: 0px 0 0 0;
	vertical-align: top;
	text-align: center;
	width: 100px;
}

/* news */
.newstitle {
	background: url("images/topic2.gif") no-repeat;
	font-family: arial, helvetica, sans-serif;
	height: 36px;
	margin: 0;
	padding: 9px 7px 0px 7px;
	text-transform: uppercase;
}

.newstitle a {
	color: #ffffff;
	text-decoration: none;
}

.newstitle a:hover {
	color: #0f1b3e;
	text-decoration: none;
}

.newsdetailtitle {
	color: #ffffff;
	font: bold 15px arial, helvetica, sans-serif;
	height: 36px;
	margin: 0;
	padding: 9px 7px 0px 7px;
	text-transform: uppercase;
}

/* links */
a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #0f1b3e;
	text-decoration: none;
}

/* images */
.newsimage {
	margin-right: 10px;
}

.logos {
	border: none;
}

/* blocks */
#header {
	background-color: #003371;
	width: 782px;
	margin: 0 auto 0px auto;
}

#main {
	background-color: #003371;
	width: 782px;
	margin: 0 auto 0px auto;
	padding-top: 40px;
	background: url("images/bgcontent.jpg") repeat-x;
	min-height: 600px; /* others */
	_height: 600px;    /* Internet Explorer */
}

#mainadmin {
	margin: 10px;
}

#content {
	width: 490px;
	vertical-align: top;
	text-align: justify;
}

#contentdiv {
	margin-top: 2px;
	margin-left: 8px;
	margin-right: 8px;
}

#tablecontent {
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 3px;
}

#pager {
	text-align: center;
}

.imageblock {
	text-align: left;
}

.imageblock img {
	border: none;
}
	
.date {
	color: #ffffff;
	font-size: x-small;
}

.nopadd {
	margin: 0px;
	padding: 0px;
}

.separator {
	margin-top: 5px;
}

.partners TD {
	text-align: center;
}

