/* General reset */
html{height:100%;}
body{
	height:100%;
	margin:0;
	color:#414141;
	font:12px Verdana, Geneva, sans-serif;
	background:#fff;
	min-width:1000px;
}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#900;
}
a:hover{text-decoration:none;}
.content-holder{min-height:100%;}
* html .content-holder{height:100%;}
/* main */
#main{
	border-top:4px solid #900;
	padding-bottom:150px;
}
.main-c{
	width:975px;
	padding:0 15px 0 10px;
	margin:0 auto;
	overflow:hidden;
}
/* content-area */
.content-area{
	width:768px;
	float:left;
	position:relative;
	padding:610px 0 0;
}
/* header */
#header{
	width:100%;
	position:absolute;
	top:30px;
	left:0;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
.header-section{
	height:1%;
	overflow:hidden;
	padding:0 0 16px;
	border-bottom:1px dotted #8c8b8d;
}
/* logo */
.logo{
	float:right;
	width:100px;
	height:100px;
	background:url(../images/logo.gif) no-repeat;
}
.logo a{
	width:100px;
	height:100px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#header .box{
	height:1%;
	overflow:hidden;
	padding:52px 0 0;
}
#header .name{
	font:30px/34px "Times New Roman", Times, serif;
	color:#900;
}
#header .box ul{
	list-style:none;
	margin:0 0 0 -22px;
	padding:0;
}
#header .box ul li{
	display:inline;
	padding:0 0 0 22px;
}
#header .box ul a{
	font-size:13px;
	line-height:17px;
	color:#3a3a3a;
	text-decoration:none;
}
#header .box ul a:hover{text-decoration:underline;}
/* flash-section */
.flash-section{
	width:810px;
	overflow:hidden;
	margin:15px 0 0;
	font-size:1px;
	line-height:1px;
	border-right:1px dotted #8c8b8d;
}
/* content */
#content{
	height:1%;
	overflow:hidden;
}
#content h1{
	font:24px/28px "Times New Roman", Times, serif;
	color:#900;
	margin:21px 0 10px;
}
#content h2{
	font:18px "Times New Roman", Times, serif;
	color:#900;
	margin:0px 0 0px;
}

#content p{
	margin:8px 0 8;
	line-height:16px;
}
/* article-holder */
#content .article-holder{
	width:800px;
	overflow:hidden;
	margin:0 0 0 -24px;
}
/* article */
#content .article{
	width:768px;
	float:left;
	padding:0 0 0 24px;
}
	
#content date{
	color:#414141;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}




/* sidebar */
#sidebar{
	width:155px;
	float:right;
	margin:161px 0 0;
}
#sidebar .box{
	height:1%;
	overflow:hidden;
	padding:0 0 29px 0;
}
#sidebar h2{
	margin:0;
	font:13px/17px "Times New Roman", Times, serif;
	color:#900;
	text-transform:uppercase;
}
#sidebar ul{
	list-style:none;
	margin:4px 0 0;
	padding:0;
	font-size:11px;
	line-height:14px;
}
#sidebar ul a{
	color:#414141;
	text-decoration:none;
}
#sidebar ul a:hover{text-decoration:underline;}
#sidebar ul a:active,
#sidebar ul a.active{
	/*font-weight:bold;*/
	color:#900;
	text-decoration:none;
}
#sidebar p{
	margin:4px 0 0;
	font-size:11px;
	line-height:14px;
}
/* footer */
#footer{
	position:relative;
	width:100%;
	height:47px;
	padding:16px 0 0;
	margin-top:-63px;
	background:#eee url(../images/bg-footer.gif) repeat-x;
}
.fotter-c{
	width:769px;
	margin:0 auto;
	padding:0 213px 0 0;
	overflow:hidden;
}
#footer ul{
	list-style:none;
	margin:3px 0 0;
	padding:0;
	float:right;
	font-size:1px;
	line-height:1px;
}
#footer ul li{
	float:left;
	padding:0 0 0 4px;
}
#footer p{
	margin:0;
	font-size:9px;
	line-height:13px;
	color:#999;
}
/* accessibility */
a.accessibility{
	position:absolute;
	top:0;
	left:-9999px;
}
