@charset "utf-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #CEDD8A;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: auto;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CEDD8A;
	background-attachment: scroll;
	background-image: url(../images/sidebar-r.jpg);
	background-repeat: repeat-y;
	background-position: right 325px;
} 
.twoColFixLtHdr #header {
	background-attachment: scroll;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	height: 326px;
} 
.menu {
	position: absolute;
	top: 240px;
	font-size: 24px;
	left: 270px;
	color: #A1BE3E;
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
}
.submenu {
	position: absolute;
	top: 271px;
	font-size: 16px;
	left: 270px;
	color: #A1BE3E;
	font-family: Arial, Helvetica, sans-serif;
	width: 662px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 206px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	top: 326px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	text-align: left;
	background-color: #E9F7BC;
	border: 10px solid #CEDD8A;
}
.twoColFixLtHdr #mainContent {
	margin-top: -60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 250px;
	padding-bottom: 0;
	padding-left: 20px;
	left: 0px;
	top: 365px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	color: #F5FCE0;
	top: 15px;
	position: relative;
}
h3 {
	color: #8D9B55;
	top: 15px;
	position: relative;

}
.twoColFixLtHdr #footer {
	background-color: #CEDD8A;
	padding-right: 10px;
	padding-left: 20px;
	margin-left: 250px;
	font-size: small;
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 255px;
} 
.flags {
	padding-right: 0px;
	border: -2px;

}
.image {
	border: 3px solid #BCC981;
	float: right;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 15px;
	clear: right;
}
.rest {
	font-size: small;
	font-style: italic;
}
.openallyear {
	position: absolute;
	top: 165px;
	left: 737px;
	font-size: small;
	font-weight: bold;
	color: #009;
}
.smaller {
	font-size: x-small;
}
.flashimage {
	border: 3px none #BCC981;
	float: none;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 15px;
	clear: none;
}
