html, body {
	height: 100%;
}

a { color: #104C80; }

body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #003135;
}

body, body td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrap {
	position: relative;
	width: 826px;
	min-height: 500px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	background-image: url(images/Sub-HeadBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 150px;
}

#title {
	margin-top: 0;
	width: 140px;
	height: 140px;
	position: relative;
}

#logo {
	position: relative;
	width: 138px;
	height: 138px;
	top: 3px;
	left: 28px;
}

#nav {
	position: absolute;
	top: 48px;
	left: 188px;
	height: 37px;
	color: white;
}

#nav a, #nav span {
    display:-moz-inline-box;
    display:inline-block;
    zoom:1;
    _display: inline;
    padding: 12px .7em 10px .7em;
    font-size: 12px;
    *font-size: 11px;
    text-decoration: none;
	text-transform: uppercase;
	color: white;
}
#nav a:hover,#nav .selected  {
	background-image: url(images/Triangle.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#main {
	position: relative;
	text-align: left;
	line-height: 150%;
	border-left: 1px solid #0F4B7D;
	border-right: 1px solid #0F4B7D;
	min-height: 439px;
	background-image: url(images/Sub-MainBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}

#main img.shim {
	float: right;
	width: 1px;
	height: 439px;
}

#main div.pad {
	margin: 0 44px;
	padding-top: 1em;
	width: 730px;
}

.item {
	position: relative;
	margin-bottom: 0px;
	color: #003035;
	line-height: 150%;
}

.item img.photo {
	float: left;
	margin-right: 1em;
}

.item h3 {
	color: #c88a0f;
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 0em;
}

.item .clear {
	clear: left;
}


#pagetitle {
	color: #104C80;
}

#foot {
	background-image: url(images/Sub-Foot.jpg);	
	width: 826px;
	height: 9px;
}

#copyfoot {
	clear: both;
	padding-top: 1em;
	color: #8C9C92;
	font-size: x-small;
	text-align: right;
}

.clear {
	clear: both;
}

img.png {
	behavior: url(pngbehavior.htc);
}
