body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
h1 {
	color:#506730;
	font-weight:normal;
	margin-top:0px;
	font-size:24px;
}
a {
	color:#FF6600;
}
a:hover {
	color:#fbb11e;
}
ul {
	padding-left:18px;
}
.fullwidth {
	width:266px;
}
.button {
	padding:5px 30px;
	cursor:pointer;
}
.textfield, select, textarea {
	border:solid 1px #506730;
}
.clr {
	clear:both;
}
.radio, .checkbox {
	border:0;
}
.error {
	font-size:11px;
	color:#FF6600;
}
.title {
	font-weight:bold;
	color:#506730;
	font-size:16px;
	padding:6px 0px;
}
#mainContainer {
	width:960px;
	margin:20px auto;
}
#header {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	width:960px;
	height:170px;
	position:relative;
}
#flags {
	position:absolute;
	right:0px;
}
#slogan {
	position:absolute;
	right:0px;
	top:60px;
	color:#999999;
	font-size:16px;
}
#contentBox {
	background-color:#d4ebb3;
	float:left;
	width:500px;
	position:relative;
	left:130px;
}
#contentBox .top {
	width:500px;
	height:10px;
	background-image:url(images/ctop.gif);
	background-repeat:no-repeat;
	clear:both;
}
#contentBox .content {
	margin:0 10px;
}
#contentBox .bottom {
	width:500px;
	height:10px;
	background-image:url(images/cbottom.gif);
	background-repeat:no-repeat;
	clear:both;
}
#decorBox {
	width:300px;
	float:right;
}
#decorBox p {
	font-size:11px;
	color:#666666;
	margin-left:10px;
}
