html {
	height: 100%;
}
body {
	background-color: #005496;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	margin-top: 0.7em;
	font-weight: normal;
	margin-bottom: .2em;
	color: #005496;
	font-family: "Times New Roman", Times, serif;
}
p {
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.3em;
	margin-left: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

#wrapper {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(/assets/images/bg_contents.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#column-left {
	float: left;
	width: 230px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(/assets/images/bg_column_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 500px;
}
#column-left-inside {
	height: auto;
	width: 150px;
	margin-left: 57px;
	margin-top: 7px;
	font-size: 1.1em;
	color: #862700;
	line-height: 1.3em;
	margin-bottom: 15px;
	position: relative;
	left: 0px;
	top: 0px;
}
#search {
	position: absolute;
	height: 23px;
	width: 214px;
	left: 12px;
	top: 15px;
	line-height: 23px;
	vertical-align: middle;
}
#searchfield {
	height: 12px;
	width: 186px;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color:#999;
	line-height: 12px;
	vertical-align: middle;
}
#search a {
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: middle;
}

#address {
	padding-top: 15px;
	color: #483b2b;
	font-size: 0.8em;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 57px;
	position: relative;
	left: 0px;
	top: 0px;
	line-height: 1.3em;
}
#address a {
	color: #003f6f;
	text-decoration: underline;
	font-weight: bold;
}


#header {
	background-image: url(/assets/images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 79px;
	width: 732px;
	position: absolute;
	left: 230px;
	top: 0px;
	float: left;
	z-index: 9;
}
#nav-header {
	position: absolute;
	height: 23px;
	width: 460px;
	left: 229px;
	top: 16px;
}
#nav-header * {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-header li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}
#nav-header a {
	color: #ebe5d5;
	font-size: 10px;
	line-height: 23px;
	font-weight: bold;
}


#column-right {
	position: relative;
	height: auto;
	width: 708px;
	left: 0px;
	top: 0px;
	background-image: url(/assets/images/bg_column_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 79px;
}



#footer {
	clear: both;
	font-size: 0.8em;
	line-height:1em;
	height: auto;
	color: #FFFFFF;
	background-image: url(/assets/images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 68px;
	padding-left: 244px;
	background-color: #005496;
}
#footer p {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	color: #FFFFFF;
}
#nav-footer {
	font-size: 1.2em;
	color: #002b4d;
	line-height: 37px;
	height: 37px;
	position: relative;
	width: auto;
	left: -5px;
	top: 0px;
}
#nav-footer a {
	color: #002b4d;
	margin-right: 5px;
	margin-left: 5px;
}
