/* CSS Document */

body {
	margin: 0px;
	background-image:url(images/body-bg.gif);
	background-repeat:repeat-x;
	 	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.top {
	background: url(images/top-bg.gif);
	height: 27px;
	padding-right: 10px;
	color: #000000;
}
.top a:link, .top a:visited{
	color: #000000;
	text-decoration: none;
}
.top a:hover{
	color: #000000;
	text-decoration: underline;
}
.top-nav {
	background: url(images/top-nav.gif);
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.top-nav a:link, .top-nav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.top-nav a:hover{
	color: #8C511C;
	text-decoration: underline;
}
.text_footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.text_footer2 a:link,.text_footer2 a:visited{
	color: #000099;
	text-decoration: none;
}
.text_footer2 a:hover {
	color: #000000;
	text-decoration: underline;
}
.width-10 {
	width: 10px;
}
.height-10 {
	height: 10px;
}
.board-left {
	background: url(images/board-left.gif);
	width: 12px;
	height: 202px;
}
.board-right {
	background: url(images/board-right.gif);
	width: 12px;
	height: 202px;
}
.board-top {
	background: url(images/board-top.gif);
	background-repeat: repeat-x;
	height: 9px;
}
.board-bottom {
	background: url(images/board-bottom.gif);
	background-repeat: repeat-x;
	height: 9px;
}
.board {
	height: 184px;
	background-color: #000000;
	background-image: url(images/board.gif);
	background-repeat: no-repeat;
	background-position: 400px;
}
.footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 41px;
	
}
.nav-top {
	background-image: url(images/nav-top.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.nav-bottom {
	background-image: url(images/nav-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 416px;
	font-size: 12px;
}
.nav li{
	list-style: url(images/bullet.gif);
	margin-bottom: 40px;
	margin-right: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D77428;
}
.nav li a:link, .nav li a:visited{
	color: #000000;
	text-decoration: none;
}
.nav li a:hover{
	color: #666666;
	text-decoration: none;
}
.nav-right {
	background-image: url(images/nav-right.gif);
	background-repeat: repeat-y;
	width: 1px;
}
.nav-left {
	background-image: url(images/nav-left.gif);
	background-repeat: repeat-y;
	width: 1px;
}
.heading {
	border: thin solid #F0A83E;
	background-image: url(images/heading-bg.gif);
	background-repeat: repeat-x;
	height: 24px;
}
.top_heading {
	border: thin solid #F0A83E;
	background-image: url(images/heading-bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF8B03;
}
.top_heading a:link, .top_heading a:visited{
	color: #FF8B03;
	text-decoration: none;
}
.top_heading a:hover{
	color: #666666;
	text-decoration: none;
}
.content {
	border: thin solid #F0A83E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding: 5px;
	text-align: justify;
	background-color: #FFF4F4;
}
.content a:link,.content a:visited{
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	color:#0000FF;
	text-decoration: none;
}
.content img{
	border: thin solid #ED6A6A;
	margin-left: 10px;
	margin-right: 10px;
}
.nav-search {
	background-image: url(images/nav-search.gif);
	background-repeat: repeat-x;
	height: 91px;
}
h1 {
	color: #FF8B03;
	font-size: 14px;
	padding-left: 10px;
	margin: 0px;
}
h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
		
}
.category_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.dotted {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}