html, body {
	height: 100%;
}

body {
	margin: 0px;
	background: #ffffff url(../images/bg.gif) top left repeat-y;
}

#bg {
	background: transparent url(../images/bg2.gif) top right repeat-y;
	height: 100%; width: 100%;
	margin: 0px;
	padding: 0px;
}

html>body #bg {
	/* Why can't IE just render this correctly! */
	height: auto;
	min-height: 100%;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 100%;
	border-bottom: 12px solid #000099;
	background: #ffffff url(../images/contact.gif) top right no-repeat;
}

#header img {
	margin: 15px;
}

#menu {
	float: left;
	width: 150px;
}

#menu ul {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	margin: 0px;
}

* html div#menu li {display:inline}

#menu a {
	display: block;
	padding: 5px 0px 5px 20px;
	margin: 0px;
	background: url(../images/nav_bg.gif) top left no-repeat;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #000000;
	background-position: 0px -40px;
}

#images {
	float: right;
	padding: 10px;
	width: 150px;
}

#content {
	margin: 10px 180px 10px 170px;
	padding: 10px;
}

* html #content {
	height: 1%;
}

#footer {
	clear: both;
	height: 1px;
	border-bottom: 5px solid #000099;
	margin: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

p {
	text-align: justify;
}

div>p {
	margin-top: auto;
}

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

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border: none;
}

.top {
	vertical-align: top;
}

.imgleft {
	float: left;
	margin: 0px 10px 10px 0px;
}