@charset "utf-8";
/* CSS Document */
body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 756px;
	position: relative;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #000;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

a:link, a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover, a:active {
	text-decoration:none;
	color:#A99652;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background: fff;
	width: 756px;
	position: relative;
	font-weight: bold;
}
#navtop {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	color: #FFF;
	height: 25px;
	width: 756px;
	background-color: #5C1A68;
	margin: 0px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.5em;
	vertical-align: text-bottom;
	line-height: 20px;
	padding: 0px;
	position: relative;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 200px;
	position: relative;
	background-image: url(images/fwc_slice_r2_c1.jpg);
	background-repeat: no-repeat;
}
#navleft {
	margin: 0px;
	padding: 0px;
	background-image: url(images/fwc_slice_r3_c1.jpg);
	width: 249px;
	position: relative;
	float: left;
	background-color: #FFF;
	height: 380px;
}
#navleft p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #FFF;
	left: 40px;
	top: 234px;
	line-height: 29px;
	margin-top: 7px;
	margin-left: 35px;
}
#maincontent {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 507px;
	float: right;
	background-image: url(images/fwc_slice_r3_c2.jpg);
	background-repeat: no-repeat;
}
#maincontent p {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}

#footer {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	height: 50px;
	position: relative;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	line-height: 12px;
}
.boldCenter {
	font-weight: bold;
	text-align: center;
}
.classCenter {
	padding-left: 10px;
}

.bold {
	font-weight: bold;
}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px;
	height: 30px;
	line-height: normal;
	width: 450px;
	font-weight: bold;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	background-image: url(images/h2_trigger_a.gif);
	background-repeat: no-repeat;
}
h2.trigger a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {
	background-position: left bottom;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	font-size: 1em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 5px 20px 20px; /*--Bottom rounded corners--*/
}
#maincontent p a:link, #maincontent a:visited {
	color: #636;
}
#maincontent p a:hover, #maincontent a:active {
	color:#000;
}
#maincontent .center {
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
.smaller {
	font-size: smaller;
}
