div.news-head-top {
	width:515px; height:3px;
	overflow:hidden;
	background-image:url('../img/indesign/news-head-top.png');
}

div.news-head {
	width:515px;
	background-image:url('../img/indesign/news-head-bg.png');
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

div.news-head-left {
	width:390px;
	padding-left:10px;
	float:left;
}
div.news-head-right {
	width:90px;
	padding-right:10px;
	text-align:right;
	float:right;
}

div.news-head-bottom {
	width:515px; height:4px;
	overflow:hidden;
	background-image:url('../img/indesign/news-head-bottom.png');
	clear:both;
}

div.news-body-top {
	width:515px; height:4px;
	overflow:hidden;
	background-image:url('../img/indesign/news-body-top.png');
}

div.news-body {
	width:515px;
	padding:3px 0px 0px 0px;
	background-image:url('../img/indesign/news-body-bg.png');
	text-align:justify;
}

div.news-body-content {
	padding:0px 10px 5px 8px;
}

div.news-body .img250 {
	width:250px;
	float:right;
	padding:2px;
	margin:0px 3px 10px 13px;
	background-color:#3e579a;
	text-align:center;
}

div.news-body .img100 {
	width:100px;
	float:right;
	padding:2px;
	margin:0px 3px 10px 13px;
	background-color:#3e579a;
	text-align:center;
}

div.news-body .caption {
	padding:3px 5px 5px 5px;
	color:#fff;
	font-size:11px;
	text-align:center;
}

div.news-body a {
	text-decoration:none;
	color:#007;
}
div.news-body a:hover {
	color:#999;
}

div.news-body-bottom {
	width:515px; height:15px;
	overflow:hidden;
	clear:both;
	background-image:url('../img/indesign/news-body-bottom.png');
}


div.list-head-top {
	width:515px; height:4px;
	overflow:hidden;
	background-image:url('../img/indesign/list-head-top.png');
}

div.list-head {
	width:505px;
	padding:0px 5px;
	background-image:url('../img/indesign/list-head-bg.png');
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

div.list-head-bottom {
	width:515px; height:5px;
	overflow:hidden;
	background-image:url('../img/indesign/list-head-bottom.png');
	clear:both;
}

div.list-body {
	width:515px;
	padding:1px 0px 1px 0px;
	background-image:url('../img/indesign/list-body-bg.png');
}

div.list-body .image {
	margin-right:5px;
	padding:0px 0px 5px 5px;
	float:right;
	background-color:#eaeaea;
}

div.list-body .image img {
	border:3px solid #3e579a;
}

div.list-body div.row {
	margin-left:5px;
	padding-left:12px;
	background-image:url('../img/indesign/list-arrow.png');
	background-repeat:no-repeat;
	background-position:center left;
}

div.list-body a {
	text-decoration:none;
	color:#007;
}
div.list-body a:hover {
	color:#999;
}

div.list-body-leftie {
	width:130px;
	padding-left:8px;
	float:left;
}

div.list-body-rightie {
	margin-left:140px;
	padding-right:10px;
	text-align:justify;
}

div.list-body-spacer {
	height:1px;
	overflow:hidden;
	clear:left;
	background-image:url('../img/indesign/list-body-spacer.png');
}

div.list-body-bottom {
	width:515px; height:35px;
	overflow:hidden;
	clear:both;
	background-image:url('../img/indesign/list-body-bottom.png');
}

#pageselect a {
	color:#333;
}
#pageselect a:hover {
	color:#999;
}

#contactform {
	padding:15px;
}

#contactform div {
	margin:5px 0px;
}

#contactform label {
	margin-left:5px;
	float:left;
}

#contactform input {
	width:95%;
	background-color:#ccc;
	border:1px solid #fff;
	padding:3px;
	font-size:12px;
}

#contactform input.button {
	width:auto;
	padding:1px 5px;
	border:1px solid #fff;
	background-color:#666;
	color:#fff;
}
#contactform input.button:hover {
	background-color:#aaa;
	color:#333;
}

#contactform input.error {
	border:1px solid #f00;
}

#contactform span.error {
	color:#f00;
}

#contactform textarea {
	width:95%;
	background-color:#ccc;
	border:1px solid #fff;
	padding:3px;
	font-size:12px;
}

#contactform textarea.error {
	border:1px solid #f00;
}
