body {
	overflow: auto;
	background: #5e5d5d;
	color: #FFFFFF;
	font: 12px Helvetica, sans-serif, Serif, Tahoma;
}
.main_table h1{
	font: 50px Serif, Tahoma;
}

.main_table td{
	padding-left: 20px;
}
.links_tr{
	text-align: center;
}
.links_tr a{
	font: 20px Serif, Tahoma;;
	font-style: italic;
	color: #D26900;
	text-decoration: none;
}

.links_tr img{
	border: 3px solid #5e5d5d;
	background-color: #5e5d5d;
	font-style: bold;
	text-decoration: none;
}

.links_tr a:hover img{
	border: 3px solid #D26900;
}


.container{
	border: 3px solid #D26900;
	background-color: #5e5d5d;
}

.header{
}


.header h1{
	font: 50px Serif, Tahoma;
	font-style: italic;
	color: #D26900;
}

.content{
	width: 700px;
	color: #ABABAB;
}

.maincontent{
	font-size: 13px;
	color: #ABABAB;
}

.maincontent p{
	font-size: 13px;
	padding: 5px 10px;
}


.maincontent h2{	
	font-size: 17px;
}


.maincontent h3{	
	font-size: 15px;
	color: #D26900;
}

.maincontent ul li{
	font-size: 14px;
	padding-bottom: 2px;
}


.contact{
	font-size: 12px;
	border-spacing: 10px;
}
.contact a{
	text-decoration: none;
	color: #ABABAB;
}


.contact a:hover{
	text-decoration: underline;
}

.imagesset td{
	padding: 10px;
	text-align: center;
	vertical-align: top;
}

.imagesset a{
	color: #ABABAB; /*#CFCFCF*/
	text-decoration: none;
	font-size: 12px;
}
.imagesset a:hover{
	text-decoration: underline;
}

.imagesset a img{
	border: 2px solid #ABABAB;
	padding: 5px;
	background-color: #CFCFCF; 
}


.imagesset a:hover img{
	border: 2px solid #4F4F4F;
}

.footer{
	text-align: center;
	color: #FFFFFF;/*#D26900;*/
	font-size: 12px;
}


.footer a{
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}


.footer a:hover{
	text-decoration: underline;
	color: #D26900;
}

/*Menu*/

#container {
	margin-top: 20px;
	background: #5e5d5d;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#btmenu {
	color: #FFFFFF;
	background: #000000;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	position: absolute;
	margin-top: 500px;
}
#container #menu {
	width: 350px;
	float: left;
}

#container h1 {
	font-size: 16px;
}
#container #menu li {
	display: block;
	list-style-type: none;
}
#container #menu a {
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 40px;
	line-height: 30px;
	text-decoration: none;
	background: #5e5d5d url(../images/button.gif) no-repeat left;
	height: 30px;
	width: 150px;
	display: block;
	outline:0;
	margin-bottom: 5px;
}
#container #menu a:hover {
	color: #DF9145;
}
#popup {
	float: right;
	width: 300px;
	border: thin solid #666666;
	height: auto;
	background: #FFFFFF;
	visibility:hidden;
	font: 11.333px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 20px;
}
#container #menu .accordion{
	margin-left: 10px; 
}

#container #menu .accordion a {
	color: #FFCC00;
}
#container #menu .accordion a:hover {
	color: #DF9145;
}

.grouptop{
	height: 70px;
	font: 50px Serif, Tahoma;
}