@charset "utf-8";
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
}
.container {
	width: 100%;
}
.top {
	background-image: url(images/bg.gif);
	height: 77px;
}
.nav {
	background-image: url(images/home.gif);
	height: 21px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0 0 20px;
	font-weight: bold;
}
.nav01  a {
	color: #FFFFFF;
}
.txt-color {
	font-weight: bold;
	color: #643d3d;
}


.nav01 {
	background-image: url(images/nav01.gif);
	height: 21px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0 0 20px;
}

.content {
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
	padding:11px 10px 0 10px;
	color: #FFFFFF;
	background-color: #ff9626;
	position: relative;
}
.banner {
	height: 50px;
	background-color: #FF9626;
}

.content a {
	color: #FFFFFF;
}
.content a:hover {
	text-decoration: underline;
}


.content li
{
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fdbd78;
	padding-bottom: 15px;
	padding-left: 25px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	margin:0 0 15px 0;
}
.footer {
	background-image: url(images/footer.gif);
	height: 34px;
	padding: 18px 0 0 15px;
	position: relative;
}

.content ul {
	margin: 0px;
	padding: 0px;
}
.txt-bold {
	font-weight: bold;
	color: #FFFFFF;
}
.txt-padding {
	padding-left: 25px;
	font-weight: bold;
}
.topnews h1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 0 10px 0;
	padding: 0px;
}

.topnews img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.txt-bold01 {
	font-weight: bold;
}

.topnews {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fcc78d;
	margin-bottom: 10px;
}
.footerlink {
	background-color: #FFFFFF;
	padding: 5px 0 10px 11px;
	font-weight: bold;
}
.footerlink a {
	color: #000000;
	text-decoration: none;
}


.clearboth
{
	clear: both;
}


.accesskey {
	text-decoration: none;
}

a { text-decoration: none; }
.line-height {
	line-height: 16px;
}

input {
	font-family: Arial;
	font-size: 11px;
}
