﻿body 
{
	background-color: transparent;

	scrollbar-base-color: white;
	scrollbar-arrow-color: #A29061;
	scrollbar-DarkShadow-Color: white;
	scrollbar-dark-shadow-color : white;
	scrollbar-3d-light-color : white;
	scrollbar-shadow-color: white;

}
img {
	border: 0px;
}
.pageHeading {
	font-family: Tahoma;
	font-size: 20px;
	color: #A29061;
	padding-left: 10px;
}

div#nav 
{
	overflow: hidden;
	position: relative;
	margin: 0 5px;
	height: 110px;
	width: 432px;
	float: right;
}
#prev {
	float: right;
	margin: 40px 0;
}
#next {
	float: right;
	margin: 40px 0;
}

div#nav ul {
	position: absolute;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	right: 0px;
}
div#nav ul li {
	display: inline;
	margin: 0 3px;
}
div#nav a {
	outline: none;
}
div#nav img {
	width: 100px;
	height: 100px;
	border: 1px solid black;
}
div#nav img.selected {
	border: 1px solid #A49162;
}
ul#paging {
	list-style: none;
	position: relative; 
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	white-space: nowrap;
}
ul#paging li {
	float: right;
	border: 1px solid black;
	margin: 0 3px;
}
ul#paging a {
	color: white;
	background-color: #a49162;
	display: block;
	text-decoration: none;
	width: 25px;
	height: 25px;
	padding: 5px 0;
	text-align: center;
}
ul#paging a:hover {
	background-color: black;
}

ul#paging a.selected {
	background-color: black;
}


#pageContainer {
	width: 530px;
	position: relative;
	overflow: hidden;
}
/*
#pageContainer {
	width: 530px;
	height: 500px;
	position: relative;
}
*/
.newsContainer {
	padding: 5px;
	margin: 5px;
}
.newsTitle {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 14px;
	color: black;
}
.newsDate {
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
	color: #A29061;
	padding-bottom: 1em;
}
.newsBody {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	vertical-align: top;

		padding-top: 3px;
}
.newsImage {
	position: relative;
		padding-left: 1em;
	padding-right: 1em;
}
.newsImage_float {
	float: left;
}

.newsImage img {
	display: block;
	margin: 0 auto;
	padding-left: 1px;
	padding-right: 1px;
}
.newsLink {
	float: left;
}

.searchLink
{
	float: right;
}

.progMenuIntBody {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	vertical-align: top;
	padding-top: 3;
	padding-left: 1em;
	padding-right: 1em;
}
INPUT {
	font-family: Tahoma;
	font-size: 10px;
	background-color: white;
	border-width: 1px;
	border-color: #A29061;
	border-style: solid;
	height: 20px;
	/*color: gray;*/
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	background-color: white;
	border-width: 1px;
	border-color: #A29061;
	border-style: solid;
	height: 100px;
	width: 258px;
	color: gray;
}
.mainMenu {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
}
.menu_link:link {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
.menu_link:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
.menu_link:active {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: gray;
	text-decoration: none;
}
.menu_link:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #A29061;
	text-decoration: none;
}
.newsLink:link {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #A29061;
	text-decoration: none;
}
.newsLink:visited {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #A29061;
	text-decoration: none;
}
.newsLink:active {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: gray;
	text-decoration: none;
}
.newsLink:hover {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-decoration: none;
}


A:link 
{

	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #A29061;
	text-decoration: none;
	
}
	
A:visited 
{	
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #A29061;
	text-decoration: none;
}
	
A:active 
{

	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: gray;
	text-decoration: none;
	
}
	
	
A:hover 
{	

	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-decoration: none;
	
}