html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	color: black;
	background-color: white;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
}

/* links */

a {
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	color: #075178;
}

a:hover, a:active {
	color: #811788;
	text-decoration: underline;
}

/* main tags */

h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #075178;
	font-size: 1.4em;
}

h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #075178;
	font-size: 1.1em;
}

h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #075178;
	font-size: 1em;
}

h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #075178;
	font-size: 0.85em;
}

p, li {
	margin-top: 0;
	font-size: 0.85em;
	line-height: 1.5;
}

ul, ol {
	margin-top: 0;
}

/* divs */

#container {
	width: 100%;
	height: 100%;
}

#container td {
	vertical-align: top;
}

#mrs, #gkb {
	height: 100px;
}

#mrs {
	width: 167px;
	background-color: white;
}

#gkb {
	background-color: #075178;
}

#globe {
	float: right;
}

#sidebar {
	padding: 16px 11px;
	background-color: #ccdfe5;
}

#content {
	padding: 30px 32px;
	height: 100%;
}

/* menu */

#menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 1em;
}

#menu li {
	margin-bottom: 0px;
}

#menu li a {
	padding: 1px 5px 1px 5px;
	display: block;
}

#menu li a:hover, #menu li a:focus, #menu li a:active {
	background-color: #e5eff2;
	text-decoration: none;
}

/* search */

#searchdiv {
	padding: 1em 0 1em 5px;
}

form {
	margin: 0;
}

#searchdiv label {
	color: #075178;
	font-size: 0.85em;
	font-weight: bold;
}

#query {
	width: 9.75em;
	border: 1px solid #075178;
	height: 1.25em;
	margin-bottom: 0.15em;
}

#searchbutton {
	border: 1px solid #075178;
	color: #075178;
	background-color: #e5eff2;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

/* classes */

.item {
	margin-bottom: 1.5em;
	padding-bottom: 1.25em;
	border-bottom: 1px solid #075178;
	font-size: 0.85em;
}

.item h2, .item p, .item ul {
	margin-bottom: 0.5em;
}

.newsitem {
	margin-bottom: 1.5em;
	font-size: 0.85em;
}

.newsitem h2, .newsitem p, .newsitem ul {
	margin-bottom: 0.5em;
}

.offsite {
	padding-right: 15px;
	background: url(../images/offsite.gif) no-repeat top right;
}

.top {
	font-size: 0.7em;
	text-align: right;
}

.nobr {
	white-space: nowrap;
}
