html {
	height: 100%;
}
body {
	background-color: #705d47;
	height: 100%;
	background-image: url(/assets/images/bg.jpg);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #91012b;
	font-family: "Times New Roman", Times, serif;
}
p {
	line-height: 1.7em;
	margin-bottom: 10px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

#wrapper {
	width: 838px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(/assets/images/bg_wrapper.png);
	_background-image: url(/assets/images/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 13px;
}
#header {
	height: 155px;
	width: 838px;
	background-image: url(/assets/images/bg_header.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#logo {
	display: block;
	height: 161px;
	width: 455px;
	position: relative;
	left: 16px;
	top: 0px;
	z-index: 3;
}
#nav-global {
	position: absolute;
	top: 0px;
	z-index: 999;
	height: 25px;
	width: 282px;
	background-image: url(/assets/images/bg_nav_global.png);
	_background-image: url(/assets/images/bg_nav_global.gif);
	background-repeat: no-repeat;
	background-position: right top;
	right: -13px;
	text-align: right;
	padding-right: 25px;
	color: #FFFFFF;
	line-height: 20px;
}
#nav-global a {
	color: #FFFFFF;
	margin-right: 8px;
	margin-left: 8px;
}
#head-image {
	behavior: url("/assets/images/iepngfix.htc");
	background-image: url(/assets/images/inside/bg_slideshow.png);
	height: 218px;
	width: 885px;
	overflow: hidden;
	padding-top: 18px;
	padding-right: 35px;
	padding-bottom: 41px;
	padding-left: 37px;
	position: absolute;
	top: 137px;
	left: -47px;
	z-index: 10;
}
#content-wrapper {
	position: relative;
	z-index: 4;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url(/assets/images/inside/bg_content_wrapper.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 20px;
	height: auto;
	width: 838px;
	display: inline-block;
	padding-top: 253px;
}
#left-column {
	height: auto;
	width: 230px;
	float: left;
}
#nav-left {
	height: auto;
	width: 230px;
	list-style-type: none;
}
#nav-left ul {
	color: #004990;
	list-style-type: none;
}
#nav-left li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B0129;
	padding-top: 4px;
	padding-bottom: 4px;
	height: auto;
	width: 180px;
}

#nav-left a {
	color: #004990;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}

#text-left {
	width: 190px;
	margin:20px;
}


#footer {
	clear: both;
	width: 798px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	font-size: 0.8em;
	height: auto;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b19b87;
}
#footer p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.3em;
}
#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;
}

