* {
	margin:0px;
	padding:0px;
}
body {
	background-color: #FFFFFF;
	background-image: url(/images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}
.topmenu {
	width:850px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.topgreen {
	background-color:#A3CC4A;
	width:850px;
	height:15px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.topbanner {
	background-color:#FFFFFF;
	width:800px;
	padding-top:7px;
	padding-bottom:7px;
	height:161px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	border-top:#333 1px solid;
	border-bottom:#333 1px solid;
}
.bodycontainer {
	margin-left:auto;
	margin-right:auto;
	width:898px;
	background-image:url(/images/shadow.png);
	background-color: #006699;
	behavior: url(/iepngfix.htc);
}
.leftbg {
	float:left;
	width:24px;
	overflow:hidden;
	background-image: url(/images/shadow_left.png);
	background-repeat: repeat-y;
	height:800px;
	behavior: url(/iepngfix.htc);
}
.rightbg {
	float:right;
	width:24px;
	overflow:hidden;
	background-image: url(/images/shadow_right.png);
	background-repeat: repeat-y;
	height:800px;
	behavior: url(/iepngfix.htc);
}
.mainarea {
	margin-left:24px;
	margin-right:24px;
	float:left;
	width:850px;
	background-color:#FFFFFF;
}
.pagebody {
	margin:25px;
	width:800px;
	/* height:432px; */
	overflow:hidden;
	overflow-x:hidden;
}
.homeleft {
	float:left;
	width:400px;
	margin-right:25px;
}
.insideleft {
	float:left;
	width:428px;
	margin-right:25px;
}
.insideright {
	float:left;
	width:322px;
	margin-right:25px;
}
.homeright {
	float:right;
	width:350px;
}
h1 {
	font-size:13px;
	padding-bottom:7px;
	padding-left:4px;
	border-bottom:#A3CC4A 1px solid;
	color:#666666;
	margin-bottom:20px;
}
h2 {
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding-left:14px;
	letter-spacing: 0.3em;
	border-top:#A3CC4A 1px solid;
	padding-top:10px;
}
p {
	font-size:12px;
	line-height:18px;
	padding-bottom:7px;
	padding-left:4px;
	color:#666666;
	margin-bottom:20px;
	padding-right: 4px;
}
.greybottom {
	background-color:#ADACA7;
	width:850px;
	height:12px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	float:none;
	clear: both;
}
.thumbnail {
	border: 1px solid #000000;
	margin-top:14px;
	margin-right:12px;
}
.fullsize {
	border: 1px solid #000000;
}
#languageLink {
	font-size:10px;
	color:#666666;
	text-decoration:none;
	margin:30px 0 0 25px;
}