/* CSS Document */

#pagecontainer{
	width:872px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}

#navigation{
	z-index:1000;
	text-align: center;
	margin-left:90px;
	padding-top:8px;
	line-height:30px;
}

#header{
	width:872px;
	position:relative;
	height:315px;
}
#topNav{
margin-left:9px;
	width:875px;
	height:59;
	position:relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #594c29;
	text-align: center;
	line-height:57px;
	background-image: url(images/nav_bar.jpg);
	background-repeat: no-repeat;
}
#topNav ul a:link, #topNav ul a:visited {color: #594C29; text-decoration: none;}
#topNav ul a:hover {
	color: #76a6c5;
	text-decoration: underline;
}
#topNav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#topNav li {
	display:inline;
	padding-right: 2px;
	padding-left: 2px;
}

#nav{
	width:834px;
	height:59px;
	color: #B50027;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 59px;
	text-align: center;
}
#txtcontainer{
	width:854px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background-color: #ffffff;
}
#txtcontent{
	width:834px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background-color: #d9d7c1;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
}
#colleft{
margin-top:10px;
	width:300px;
	position:relative;
	float: left;
}
#colright{
	margin-top:10px;
	width:525px;
	position:relative;
	float: left;
}
.pagetitle{
	padding-top:10px;
	width:525px;
	height:39px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/titlebar.jpg);
	display: block;
	text-indent: 10px;
	background-repeat: no-repeat;
}
.subtitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #004800;
}
#footer{
	width: 854px;
		margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;


}

