@charset "UTF-8";
body {
	text-align: center;
	margin-top: 60px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #09205f;
	background: #ffffff url(media/femas_bg.jpg) no-repeat center top;
}
a {
	text-decoration: none;
	color: #b1001b;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
.clear {
	clear: both;
}


/* Main content, centred */
#content {
	text-align: left;
	width: 815px;
	margin: 0px auto;
}

/* Top banners and titles */
#title {
	margin-left: 203px;
	border-left: 1px solid #bfcfdc;
	margin-bottom: 14px;
}
#strip {
	height: 130px;
}
#wave_01 {
	height: 22px;
	width: 789px;
	margin-top: 8px;
	margin-left: 1px;
	border-right: 1px solid #bfcfdc;
	background: url(media/wave_01.jpg) no-repeat;
	display: inline;	/* Fix IE6 double-margin problem */
	float: left;
}
#wave_02 {
	margin: 0;
	height: 19px;
	width: 183px;
	background: url(media/wave_02.jpg) no-repeat;
	float: left;
}
#wave_03 {
	margin: 0;
	padding-bottom: 10px;
	height: 19px;
	width: 606px;
	border-left: 1px solid #bfcfdc;
	border-right: 1px solid #bfcfdc;
	background: url(media/wave_03.jpg) no-repeat;
	float: left;
}

/* Main page content */
#pagebody {
	font-size: .75em;
}
#leftmenus {
	width: 183px;
	float: left;
}
#leftmenus img {
	margin-left: 26px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #bfcfdc;
}
#rightcontent {
	border-left: 1px solid #bfcfdc;
	border-right: 1px solid #bfcfdc;
	padding-left: 20px;
	padding-right: 20px;
	width: 566px;
	padding-bottom: 0;
	float: left;
}
#rightcontent p {
	line-height: 1.5em;
	padding-left: 2px;
	padding-top: 6px;
}
#rightcontent ul,ol {
	line-height: 1.5em;
	margin-left: 1.8em;
	padding-left: 0;
}
#rightcontent li {
	padding-left: 0.5em;
	padding-top: 6px;
	padding-bottom: 6px;
}
.subhead {
	font-weight: bold;
}
#rightcontent_col1 {
	width: 270px;
	float: left;
}
#rightcontent_col2 {
	width: 270px;
	padding-left: 20px;
	float: left;
}
#femas_footer {
	clear: both;
	height: 50px;
}
.tablefoot {
	border-top: 1px solid #bfcfdc;
}
#websiteby {
	padding-top: 25px;
	text-align: right;
	font-size: 0.8em;
}
#websiteby a {
	color: #7f9fb9;
}