/*General*/
body {
	background:url(img/bg.jpg) repeat-y;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color:#333;
	margin:0px;
	padding:0px;
	word-break: break-all;
}
a{
	color:#16387C;
	text-decoration:none;
}
a:hover {
	color:#16387C;
	text-decoration:underline;
}
table{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
ul {
	margin:0px;
	padding:0px;
}
li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
form{
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: middle;
	border: none;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
}
h1,h2,h3,h4,h5,h6,h7,small{
	font-size:100%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
p{
	margin-top:0px;
}

/*Layout*/
#wrapper{
	width:100%;
}
#header{
	width: 100%;
	height:96px;
	background:#000000 url("img/header_bg.gif") repeat-x;
}
#footer{
	clear:both;
	margin-top:10px;
	padding:8px;
	text-align:center;
	width:910px;
}
#footer li{
	padding:2px;
}
#navBar{
	margin-top:-26px;
	margin-left:125px;
	height:26px;
}
#main{
	width: 1000px;
	clear:both;
}
#content{
	margin-top:10px;
}
#sideBar{
	width: 120px;
	float: left;
	padding:0px;
	font-size:12px;
	margin-top:10px;
}

/*header block*/
#navBar a{
	color:#fff;
	text-align: center;
	padding:6px 0;
	width:82px;
	margin-right:10px;
	display: block;
	float:left;
	background:url("img/nav1.gif") no-repeat;
}
#navBar a:hover{
	color:#333;
	text-decoration:none;
	background:url("img/nav2.gif") no-repeat;
}

/*content block*/
.narrow{
	width: 850px;
	float: left;
	padding-left:10px;
    text-overflow:ellipsis;overflow:hidden;
	}
.wide{
	float:right;
	width: 744px;
	padding-left:16px;
}
.errBox{
	width: 520px;
	border: #8B0000 1px solid;
	padding: 16px;
	color: #8B0000;
}
.msgBox{
	width: 520px;
	border: #999999 1px solid;
	padding: 16px;
}
.empty{
	padding: 4px;
	font-size: 150%;
}
.nav{
	font-size: 150%;
	font-weight: bold;
	border-bottom: #999999 1px dashed;
	padding: 4px;
	margin-bottom: 10px;
}
.page-count{
	margin-top: 20px;
	padding: 4px;
}
.announce{
	border: #999999 1px dashed;
	padding: 8px;
	margin-bottom: 10px;
}
.article-unit{
	margin-bottom:10px;
}
.article-unit h1{
	font-size: 150%;
	font-weight: bold;
	background:url("img/title1.jpg") no-repeat;
	height:30px;
	padding:4px;
}
.article-unit h1 a,
.article-unit h1 a:hover{
	text-decoration:none;
	padding-left:4px;
	color:#666666;
}
.article-unit h4{
	padding-left:4px;
	font-size:12px;
}
.article-unit td{
	padding: 4px;
}
.article-info{
	font-size: 14px;
	font-style: italic;
	padding: 4px;
	margin-top:10px;
	text-align: right;
}
.article-link{
	padding: 4px;
}
.article-item{
	text-align:right;
	padding: 4px;
	border-top:#E6E6E6 1px solid;
	font-size:12px;
}
.article-unit h2{
	font-size: 150%;
	font-weight: bold;
	background:url("img/title2.jpg") no-repeat;
	background-position:center 0%;
	height:30px;
	padding:4px;
	text-align: center;
	color:#666666;
}
.article-unit h3{
	margin-top:10px;
	font-size: 150%;
	font-weight: bold;
	background:url("img/title1.jpg") no-repeat;
	height:30px;
	padding:4px;
	color:#666666;
}
.comment-unit{
	margin-bottom: 20px;
	padding: 0px 8px 0px 8px;
}
.comment-unit ul{
	margin-left: 20px;
}
.comment-unit li{
	padding: 8px;
	padding-left: 0px;
	list-style: decimal;
	list-style-position: outside;
}
.comment-content{
	padding:8px;
	line-height: 170%;
}
.comment-info{
	padding: 4px;
	font-style: italic;
	text-align: right;
}
.page-unit{}
.page-unit h1{
	font-size: 150%;
	font-weight: bold;
	background:url("img/title2.jpg") no-repeat;
	background-position:center 0%;
	height:30px;
	padding:4px;
	text-align: center;
	color:#666666;
}
.page-unit h2{
	font-size:12px;
	padding:0px 8px 4px 8px;
	text-align: center;
}
.form-unit{
}
.form-unit h1{
	font-size: 150%;
	font-weight: bold;
	background:url("img/title1.jpg") no-repeat;
	height:30px;
	padding:4px;
	color:#666666;
}
.form-unit li{
	padding:4px;
	padding-left: 0px;
}

/*sideBar block*/
.sideBar-unit{
	margin-bottom:10px;
}
#sideBar h1{
	font-size:100%;
	font-weight:bold;
	padding: 8px 5px 8px 5px;
	border-bottom: #e6e6e6 1px solid;
	border-top: #e6e6e6 1px solid;
}
.sideBar-content{
	padding: 5px 0px 5px 5px;
}
#sideBar li{
	padding: 4px;
}
#sideBar a,
#sideBar a:hover{
	color:#333333;
}

/*entry block*/
.entry{
	line-height: 170%;
	padding:4px;
}
.entry a,
.entry a:hover{
	text-decoration:underline;
}

/*left side*/
#side_left{
	width:120px;
	float:left;
	height:100%;
}
#side_left li{
	padding:0px;
	list-style-position: outside;
	border-bottom:#DEDEDE 1px solid;
	text-align:center;
}
#side_left li a{
	display: block;
	font-weight:normal;	
	width: 100%;
	color:#333;
	text-decoration: none;
	padding:8px 0 8px 0;
}
#side_left li a:hover{
	font-weight:normal;	
	width: 100%;
	color:#fff;
	background-color:#333;
	text-decoration: none;
}