html, body {
	background-image: url('/images/bgr_2.gif');
	color: #000;
	margin: 0;
	padding: 0;
}

#pageBorder {
	width:777px;
	margin:auto;
	border: 1px solid #cccccc;
}
#pageContainer {
	width:775px;
	margin:auto;
	border: 1px solid #ffffff;
}
#pageHeader {
	height:183px;
	width:775px;
	background-color: #fff;
}
#bodyContainer {
	width:775px;
	padding:0px;
}
#pageLMenu {
	width: 169px;
}
.tabpageLMenu {
	width: 169px;
	background-color: #edffc9;
	border-right:1px solid #C0E080;
}
#pageRMenu {
	width: 169px;
	overflow: hidden;
}
.tabpageRMenu {
	width: 169px;
	background-color: #edffc9;
	border-left:1px solid #C0E080;
}
#pageBody {
	width: 435px;
	overflow: hidden;
	background-color: #fff;
	min-Height:400px;
}
#artBody {
	width: 604px;
	overflow: hidden;
	background-color: #fff;
	min-Height:400px;
}
.inartBody {
	width:450px;
	margin:auto;
	border: 1px solid #ececec;
	background-color: #f8f8f8;
	padding: 10px;
}
#beamGreen {
	clear: both;
	width: 775px;
	height:20px;
	background-color: #C0E080;
	border-bottom: 1px solid #97B065;
}
#beamRed {
	clear: both;
	width: 170px;
	float: left;
	height:20px;
	background-color: #97B065;
}
#footerGreen {
	clear: both;
	width: 775px;
	height:20px;
	background-color: #C0E080;
	border-top: 1px solid #97B065;
}
#leftGreen {
	clear: both;
	width: 170px;
	float: left;
	height:20px;
	background-color: #97B065;
}
#rightGreen {
	clear: all;
	width: 170px;
	float: right;
	height:20px;
	background-color: #97B065;
}
#lineGreen {
	width: 775px;
	height:1px;
	background-color: #00923f;
}
#menuContainer {
	clear: all;
	width: 775px;
	height:32px;
	background-color: #fff;
	position: relative; 
}
#headerLogo {
	width: 775px;
	height:130px;
	background-color: #ffffff;
}
#logoBox {
	width: 165px;
	float: left;
	height:130px;
	overflow:hidden;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	background-color: #edffc9;
}
.flagCont{
	margin-left: 10px;
	margin-top:4px;
}
div.link{
	width:150px;
	border:1px solid #cccccc;
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:0px;
	padding:0px;
}

div.caption{
	width:148;
	height: 15px;
	border:solid;
	border-width:1px 0px 0px 0px;
	border-color:#ff4221 #C5DCDA #999999 #C5DCDA;
	margin:0px;
	text-align:center;
	background-color:#ececec;
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
	color:#666666;
}

div.linkContent{
	padding:10px;
	line-height:85%;
	text-align:center;
	background-color:#ffffff;
}
ul.menu, ul.menu li.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu {
	width: 169px;
}

ul.menu a:link, ul.menu a:visited {
	display: block;
	width: 159px;
	text-decoration: none;
	font-family:Tahoma;
	font-size:11px;
	background-color: #edffc9;
	color: #333;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border:solid;
	border-width:0px 0px 1px 0px;
	border-color:transparent transparent #C0E080 transparent;
}

ul.menu a:hover {
	background-color: #e2ffa8;
	border-bottom: 1px solid #788C50;
}
ul.topmenu, ul.topmenu li.topmenu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.topmenu {
	margin: auto;
	position: absolute;
}

ul.topmenu li.topmenu {
	float: left;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: transparent transparent #fff #fff;
}

ul.topmenu a:link, ul.topmenu a:visited {
	text-decoration: none;
	display: block;
	width: 154px;
	font-family:Tahoma;
	font-size:9px;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	background-color: #C0E080;
	color: #333;
	border-top: 10px solid #97B065;
}

ul.topmenu a:hover {
	background-color: #97B065;
	background-image: none;
	border-top: 10px solid #DA251D;
	color: #fff;
}