/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html, body{
	height: 100%
}
body{
	background: url(../../images/bgr.png) #cfc1ad repeat-x top;
	color: #4c433f;
	font: .7em Georgia,"Times New Roman", Times, serif
}
a{
	color: #4c433f;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 .8em
}
h3{
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 1em
}
h4{
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 .5em
}
p{
	line-height: 1.5em;
	padding: 0 0 1em
}
blockquote{
	font-weight: bold
}
/*=== Layout ===*/
#page{
	background: url(../../images/page-bgr.png) repeat-y;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 99.9%;
	min-height: 99.9%;
	padding: 0 8px 0 0;
	width: 973px
}
/*=== Logo ===*/
.nav1 h1{
	background: url(../../images/logo.gif) no-repeat;
	text-indent: -9999px;
	width: 226px
}
.nav1 h1 a{
	display: block;
	height: 193px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	background: url(../../images/nav1-bgr.jpg) #9ebace repeat-x top;
	font-size: 13px;
	font-style: italic
}
.nav1 ul{
	background: url(../../images/nav1-sep.png) no-repeat top
}
.nav1 li{
	background: url(../../images/nav1-sep.png) no-repeat bottom
}
.nav1 li a{
	color: #ffffff;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 12px;
	text-decoration: none
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #dfd6c8;
	background: url(../../images/nav1-item-bg.png) no-repeat top;
	text-decoration: none
}
/*- Nav2 -*/
.nav2{
	font-size: 11px;
	font-style: italic;
	margin: 0 0 1.5em;
	border-right: 1px solid #8eaec6;
}
.nav2 li{
	background: url(../../images/nav2-sep.jpg) no-repeat bottom right;
	text-align: right
}
.nav2 li a{
	color: #4c433f;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 11px 0 0;
	text-decoration: none
}
.nav2 li a:hover,
.nav2 li.active a{
	background: url(../../images/nav2-hover.jpg) repeat-y right;
	text-decoration: none
}

/*=== Title Placeholder ===*/
.title{
	height: 350px;
}
.title img{
	display: block
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 227px
}
#leftcol .content{
	padding: 0 12px
}
#leftcol .content h2{
	border-bottom: 1px solid #c2bfbe;
	margin: 0 0 .5em
}
#leftcol .content p{
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 746px
}
#centercol .content{
	height: 1%;
	margin: -18px 0 0;
	padding: 0 35px 0 80px;
	position: relative;	
	background-color:#ffffff;
}
.content ul{
margin-left: 20px;
}
.content li{
list-style-type: disc;
padding-left: 6px;
margin-left: 2px;
}

/*=== Footer ===*/
#copyr{
	background: url(../../images/copyr.png) no-repeat top;
	bottom: 13px;
	height: 86px;
	left: 983px;
	position: absolute;
	text-indent: -9999px;
	width: 9px
}
#copyr a{
	display: block;
	height: 86px
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
hr, .hl{
	border-top: 1px solid #c5c3c2;
	clear: both;
	height: 1px;
	margin: 5px 0 8px;
	overflow: hidden
}

