html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: .7em;
	font-family: Arial, sans-serif;
	text-align: center;
	background: #CCFFFF;
	overflow: -moz-scrollbars-vertical;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

input {
	color: navy;
}

#wrap-1 {
	min-height: 99%;
	width: 903px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: white;
}

* html #wrap-1 {
	height: 100%;
}

#header {
	height: 120px;
}

#header h1 span {
	display: none;
}

#header h1 {
	height: 63px;
	width: 118px;
	position: absolute;
	top: 18px;
	left: 10px
}

#header h1 a {
	height: 63px;
	width: 118px;
	display: block;
}

ul {

  list-style-image: url('arrow.gif');
  line-height: 15px;
  font-weight: bold;
}

ul#nav {
	height: 21px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 0 8px;
	list-style: none;
	background: #004B8E;
	border-left: 1px solid white;
	border-right: 1px solid white;
	font-weight: bold;
}

ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

ul#nav li a {
	height: 21px;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	color: white;
	float: left;
}

ul#nav li a:hover {
	background: #0099FF;
}

ul#nav li.current a {
	background: #EDF0F3;
	color: #004B8E;
	font-weight: bold;
}

ul#subnav {
	height: 22px;
	line-height: 21px;
	margin: 0;
	padding: 2px 0 0 8px;
	list-style: none;
	border-bottom: 1px solid #EDF0F3;
	background: white;
	font-size: .9em;
}

ul#subnav li {
	margin: 0;
	padding: 0 8px;
	float: left;
}

ul#subnav li a {
	height: 21px;
	display: block;
	padding: 0 2px;
	text-decoration: none;
	float: left;
}

ul#subnav li a:hover {
	color: black;
	border-bottom: 1px solid #C3CBD5;
}

ul#subnav li.current a {
	color: black;
	border-bottom: 1px solid #C3CBD5;
}

a {
	color: #2972B2;
	text-decoration: none;
	
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

#content {
	width: 668px;
	float: left;
	padding: 0 15px 50px 15px;
	min-height: 200px;
	background: white;
	color: #4C4C4D;
}

* html #content {
	height: 200px;
}

#content h1 {
	background: url('../../../../Documents%20and%20Settings/mulder/gfx/header_bg.png') no-repeat 0 7px;
	padding-left: 31px;
	margin: 1em 0
}

#sidebar {
	width: 180px;
	float: left;
	color: #4C4C4D;
	padding-left: 10px;
}

#sidebar h2 {
	margin: 1.5em 0 .5em 0;
	font-size: 1.1em;
	color: #004B8E;
}

a img {
	border: none;
}

#footer {
    background: white;
	font-size: 1.0em;
	color: #7A7A7B;
	text-align: right;
}

address {
	font-style: normal;
}

h1 {
	font-size: 2em;
	color: #003399;
	margin: 0;
}

h2 {
	margin: 1em 0 0 0;
	font-size: 1.2em;
	color: #7F7F80;
}

p {
	line-height: 1.5em;
	margin: .5em 0 1em 0;
}

#content h2 {
	clear: left;
}

#content li {
	line-height: 1.5em;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
}

label.text {
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 10px;
	clear: both;
	font-weight: bold;
}

.parbold {
	color: #333399;
	font-weight: bold;
}

.partitle {
	color: #333399;
      font-size:14px;
	font-weight: bold;
}

.selitem{
	z-index:103;
	color: #00ADC2;
	font-family: verdana;
	font-size: 0.9em;
	font-weight: bold;	
	font-style: italic;	
	cursor: default;
}

.parbig {
	color: #2972B2;
	font-size: 1.8em;
	text-align: right;	
}

.parsmall {
	color: #666666;
	font-size: 0.9em;
}

fieldset {
	border: 1px solid #EDF0F3;
	margin: 0 0 1em 0;
}

label.radio {
	float: none;
	width: auto;
	font-weight: normal;
}

form {
	padding: 0;
	margin: .5em 0;
}

.block {
	overflow: auto;
}

td {
	font-size: 11px;
}

td.newstime{
	font-weight: bold;
	font-size: 11px;
}

td.news{
	font-weight: bold;
	font-size: 11px;	
}

td.newscontent{
	font-weight: normal;
	font-size: 11px;	
}