/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif; /* if english */
}

a:link, a:visited {
	color: #fa0202;
	text-decoration: none;
}

table, td, tr { background: transparent; }

a:hover, a:visited:hover {
	color: #303030;
	text-align: none;
}

td {
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	color: #000000;
}

td.secdes {
	color: #000000;
	font-size: 11px;
	text-align: left;
	padding: 5px 3px 5px 3px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#pagetop {
	height: 30px;
	background-image: url('../images/p-top.jpg');
	background-repeat: no-repeat;
}

#leftedge {
	width: 31px;
	background: repeat-y;
	empty-cells: show;
}
#rightedge {
	width: 29px;
	background: repeat-y;
	empty-cells: show;
}


#centercol {
	width: 704px;
	background-color: #ffffff;
}

#logo {
	width: 178px;
	height: 144px;
}

#topnav {
	background-image: url('../images/top-nav.jpg');
	background-repeat: no-repeat;
	padding-left: 5px;
}

#topnav ul, #topnav li {
	width: 193px;
	list-style-type: none;
	display: block;
	text-indent: 0px;
	padding: 0px;
	padding-left: 10px;
	margin: 0;
}

#topnav li {
	background: repeat-y top left; /* for png */
	text-indent: 10px;
	height: 16px;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 1px;
	text-align: left;
}

#topnav a {
	color: #000000;
	display: block;
	text-decoration: none;
}

#topnav a:hover {
	color: #ffffff;
}

#pagenav {
	width: 178px;
	height: 379px;
	background-color: #f2f2f2;
	background-image: url('../images/left-nav-bg.jpg');
	background-repeat: repeat-x;
	padding: 12px 5px 5px 10px;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

#pagenav h1 {
	font-size: 16px;
	color: #fa0202;
	font-weight: bold;
}

#copyright {
	color: #404040;
	font-size: 10px;
	padding-bottom: 20px;
}

#copyright td {
	color: #404040;
	font-size: 10px;
}

#copyright a:link, #copyright a:visited {
	color: #404040;
	font-size: 10px;
	text-decoration: none;
}

#copyright a:hover, #copyright a:visited:hover {
	color: #fa0202;
	text-decoration: none;
}
	

#breadcrumbs {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 10px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #fa0202;
	text-decoration: underline;
}

#breadcrumbs a:hover, #breadcrumbs a:visited:hover {
	color: #000000;
	text-decoration: underline;
}

.hsplit {
	height: 12px;
	font-size: 8px;
	line-height: 12px;
	background-color: #ffffff;
}

.vsplit {
	width: 12px;
	background-color: #ffffff;
}

.pagecontent {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 15px 0px 5px 0px;
}

.pagecontent p {
	font-size: 12px;
	line-height: 18px;
}

.pagecontent li {
	line-height: 18px;
	margin: 0px 0px 3px 0px;
}

.pagecontent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #fa0202;
	margin: 3px 5px 5px 5px;
	padding: 0px;
}

.pagecontent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	margin: 3px 5px 5px 5px;
	padding: 0px;
}

.tcright {
	text-align: right;
}

.menutext {
	color: #FFFFFF;
	cursor: pointer;
}

.menutext_none {
	color: #FF0000;
	cursor: pointer;
}

.imgcaption {
	text-align: right;
	width: 500px;
	font-size: 10px;
	color: #fa0202;
	line-height: 15px;
	border: solid 1px #999999;
	background-color: #efefef;
}

.imgcaption img {
	border-bottom: solid 1px #999999;
}

.imgsolo {
	text-align: right;
	width: 500px;
	border: solid 1px #999999;
}