#pagebody .maintitle {
	font-size: 18px;
	color: #e31937;
	width: auto;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cfcecf;
}

#pagebody .newstitle {
	font-size: 14px;
	color: #e31937;
	width: auto;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#pagebody .subtitle {
	font-size: 14px;
	color: #e31937;
	width: auto;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#pagebody .paragraph {
	margin: 0px 0px 20px 0px;
}

#pagebody #sidebar div.navilink {
	height: 20px;
	width: 150px;
	color: #4c4d4f;
}

#pagebody #sidebar div.navilink a {
	color: #4c4d4f;
	font-weight: bold;
}

#pagebody #sidebar div.navilink a:hover {
	color: #c0b6ac;
	cursor: pointer;
	font-weight: bold;
}

#pagebody #sidebar div.subnavi {
	height: 20px;
	width: 140px;
	font-size: 11px;
	margin-left: 10px;
	color: #c0b6ac;
	font-weight: bold;
}

#pagebody #sidebar div.subnavi a {
	color: #c0b6ac;
	text-decoration: none;
	font-weight: bold;
}

#pagebody #sidebar div.subnavi a:hover {
	color: #c0b6ac;
	cursor: pointer;
	text-decoration: underline;
}

#pagebody #crumbs {
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	color: #c0b6ac;
}

#pagebody #crumbs a {
	color: #c0b6ac;
	text-decoration: none;
}

#pagebody #crumbs a:hover {
	color: #c0b6ac;
	text-decoration: underline;
}

#pagebody .entrytable .row {
	width: auto;
	height: 70px;
	color: #4c4d4f;
}

#pagebody .entrytable .rowOver {
	width: auto;
	height: 70px;
	color: #4c4d4f;
	cursor: pointer;
	text-decoration: underline;
}

#pagebody .entrytable .img {
	width: 100px;
	height: 50px;
	margin: 10px;
	float: left;
}

#pagebody .entrytable .info {
	width: 300px;
	height: 50px;
	margin: 10px;
	float: left;
}

#pagebody div.highresrow {
	width: 550px;
	height: 120px;
	padding: 5px;
	margin-bottom: 20px;
}

#pagebody div.highresrow .subtitle {
	font-size: 14px;
	color: #e31937;
	width: auto;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cfcecf;
}

#pagebody div.highresrow img {
	width: 120px;
	height: 80px;
	margin: 5px;
}

#email_form {
	width: 450px;
	height: 400px;
}

#email_form input.emailinput {
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #666666;
	width: 370px;
	height: auto;
	border: 1px solid #cfcecf;
	padding: 2px 10px 2px 10px;
}

#email_form textarea.emailbody {
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #666666;
	width:430px;
	height: 200px;
	border: 1px solid #cfcecf;
	padding: 10px;
}

#hdpicbox {
	width: 580px;
	height: 279px;
	margin: auto;
}

#hdpicbox #image {
	width: 420px;
	height: 279px;
	float: left;
}

#hdpicbox #info {
	width: auto;
	height: 269px;
	float: left;
	padding: 5px;
}

#hdpicbox #info .title{
	width: auto;
	font-size: 14px;
	color: #e31937;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#hdpicbox #info .entry{
	width: auto;
	height: 20px;
	margin-bottom: 10px;
}

#hdpicbox #info .download{
	width: auto;
	height: 20px;
	margin-top: 40px;
	text-align: right;
}

#hdpicbox #hdpiccopyright{
	width: 580px;
	height: 25px;
	float: left;
	font-family: Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #4c4d4f;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	background: url("../../images/template/icon_arrow.gif") 0px 5px no-repeat;	
	padding-left: 10px;
	margin: 5px 0px 0px 10px;
}

a.sitemap {
	text-decoration: none;	
	color: #4c4d4f;
}

a.sitemap:hover {
	text-decoration: underline;	
}


