html, body {
	height: 100%;
}
body {
	margin:0px;
	font-family: arial, sans-serif;
	font-size:11px;
}
table {
	border-collapse: collapse;
}
td {
	padding:0px;
}
p {
	margin:0px;
}
h1 {
	font-family:arial, sans-serif;
	font-size:27px;
	color:#347385;
	font-weight: normal;
	margin:0px;
	margin-bottom:7px;
	line-height: 1em;
}
h2 {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#347385;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
}
img {
	margin:0px;
	border:0px;
	vertical-align:top;
}
table#container {
	margin:auto;
	width:980px;
	height:100%;
}
table#container td{
	vertical-align:middle;
}
table#main {
	height:520px;
	width:980px;
	border:1px solid #999999;
}

td#menu {
	background-image:url('images/bg_menu.gif');
	background-repeat:no-repeat;
	background-position:right top;
	height:60px;
	background-color:#00A5CD;
}
td#blue_bar {
	background-color:#003366;
	height:26px;
}
div#title {
	position:absolute;
	left:10px;
	top:30px;
}
div#logo {
	position:absolute;
	left: 18px;
	top:-20px;
}

td#content {
	height:434px;
	background-repeat:no-repeat;
	vertical-align:top;
	line-height:20px;
}

div.contentsmall { width: 440px; } 

td.blue_left {
	width:10px;
	background-color:#347385;
}
table#contactTable {
	width:500px;
	margin-top: 20px;
}
table#contactTable input{
	width:250px;
	border:1px solid #CFCECE;
	margin-top:4px;
	font-family:arial, sans-serif;
	font-size:11px;
}
table#contactTable textarea {
	width:350px;
	height:100px;
	border:1px solid #CFCECE;
	font-family:arial, sans-serif;
	font-size:11px;
}