/* Style Sheet */

body {
	margin: 20px;
	background: #CCC1B7;
	font-family: "Myriad", "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
	text-align: center;
}

table
{
	font-family: "Myriad", "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h3 { color: #303080; }

h4 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 20px; 
		font-weight: none;
		color: #584818;
	}

hr {
		border-style: dotted;
		color: #A89868;
	}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #6A4A0A;
}

a:hover {
	background: none;
}

.hilite img{
	/* border: 1px solid #ccc; */
	border: 1px solid transparent; */
}

.hilite:hover img{
border: 1px dotted #6A4A0A;
}

#wrapper {
	width: 1066px;
	margin: 0 auto;
	text-align: left;
}


#toplinks {
	position: absolute;
	top: 152px;
	left: 280px;
	font-size: 15px;
}

#toplinks a {
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	border-bottom: none;
}

#toplinks a:hover {
	color: #000000;
	background: #CCC1B7;
}

#sublinks {
	position: absolute;
	top: 178px;
	left: 280px;
	font-size: 11px;
	font-weight: bold;
}

#sublinks table {
	font-size: 11px;
	font-weight: bold;
}

#sublinks a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #6A4A0A;
}

#sublinks a:hover {
	color: #FFFFFF;
	background: #6A4A0A;
}

#languages {
	position: absolute;
	top: 12px;
	left: 12px;
	line-height: 10px;
}

#languages a{
	border-bottom: 0px;
}

#content {
	color: #000000;
	position: absolute;
	width: 700px;
	height: 510px;
	top: 220px;
	left: 280px;
	overflow: auto;
}

#content table {
	color: #000000;
}

#content a:hover {
	color: #FF9933;
}

#pictcolumn {
	position: absolute;
	width: 130px;
	height: 268px;
	top: 230px;
	left: 54px;
}

#pictcolumn a {
	border-bottom: 0px;
}

#copyright {
	position: absolute;
	vertical-align: middle;
	top: 818px;
	left: 0px;
	width: 120px;
	height: 50px;
	margin-left: 10px;
/*	padding: 20px; */
	font-size: 10px;
	color: #9090A0;
}


#footer {
	position: absolute;
	vertical-align: middle;
	top: 824px;
	left: 0px;
	width: 970px;
	height: 50px;
	margin-left: 10px;
/*	padding: 20px; */
	font-size: 10px;
	color: #9090A0;
}

#footer a {
	color: #303030;
}

#footer a:hover {
	color: #CCCCCC;
	background: #606060;
}
