@charset "utf-8";
/* CSS Document */

body {
	background: url("/template/images/bg.png") repeat;	
	font-size:62.5%;
	color: #343434;
	font-family: calibri;
	text-align: center;
	
}
a {
	color: #7f1212;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
p.indent {
	text-indent:2em;	
}
#banner {
	background: url("/template/images/header.gif") no-repeat;
	width: 80em;
	height: 12em;
	margin: 0 auto;
	
}
#pathway {
	text-align: left;
	background: url("/template/images/content-bg.png") repeat-y;
	border: .1em solid #6c0505;
	height: auto;
	margin: 0 auto;
	width: 80em;
	padding-top: 1.4em;
	padding-bottom: 3em;
}
#content {
	font-size: 1.6em;
	background: #f2f2f2;
	border: .1em solid #e2d6d6;
	height: auto;
	margin: 0 auto;
	padding: .2em 2em 2em 2em;
	width: 42em;
}
#header_frame {
	font-size: 2.5em;
		color: #a40a0a;
	position: relative;
	margin: 0 auto;
	width: 29.00em;
	padding-left:1.8em;
line-height: 2em;
	height: 1.6em;
	font-style: italic;

}
.page_frame {
	background: url("/template/images/double_arrow.png") no-repeat;
	font-size: .8em;
	color: #c68a8a;
	background-position:left;
	padding-left: 2.1em;
	position: relative;
	line-height:1.9em;
	width: 6em;
	height: 1.8em;	
	float: right;
	font-style: normal;
	
}
#footer {
	background: url("/template/images/footer.png") no-repeat top;
	font-size: 1.2em;
	height: 5em;
	margin: 0 auto;
	width: 70em;
	padding-top: 2em;
	padding-bottom: .5em;
}






#nav-bar-frame {
	position: relative;
	top: 0;
	width: 90em;
	height: 3.5em;
	margin: 0 auto;

}
#nav-bar-l {
	background: url("/template/images/nav-left.png") no-repeat;
	float: left;
	width: 4.5em;
	height: 5em;
}
#nav-bar-r {
	background: url("/template/images/nav-right.png") no-repeat;

	width: 4.5em;
	height: 5em;
	float: left;
}
#nav-bar {
	float: left;
	background: url("/template/images/nav_bg.png") repeat-x;
	margin: 0 auto;
	width: 75em;
	height: 5em;
	padding-left: 6em;

}
#nav {
	
	list-style:none;
	padding: 0;
	margin: 0;

}

#nav li {
	float: left;
	margin: 0 0.15em;	

}
#nav li a {
	
	font-size: 1.4em;
	font-weight: bold;
	height: 3.2em;
	line-height: 2.9em;
	float: left;
	width: 9em;
	display: block;
	color: #dfd1d1;
	text-decoration: none;
	text-align: center;	
}
#nav li a:hover {
	background: url("/template/images/nav_hover.png") no-repeat;
	background-position: center 0px;
	font-family: calibri;
	font-size: 1.4em;
	font-weight: bold;
	height: 3.2em;
	line-height: 2.9em;
	float: left;
	width: 9em;
	display: block;
	color: #dfd1d1;
	text-decoration: underline;
	text-align: center;	
}
#nav li.div {
	background: url("/template/images/divider.png") no-repeat;
	background-position: 0 6px;
	width: 2px;
	height: 3.2em;
}