body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background: #cdcda7 url(images/bodybg_af.png) top left repeat-x;
}

h1, h2, h3 {
	font-family: Verdana, sans-serif;
	color: #81a511;
	font-style: italic;
	margin: 0px 0px 10px 10px;
}

a {
	text-decoration: none;
	color: #81a511;
}

a:hover {
	text-decoration: underline;
}

div.frame_top, div.frame_bottom {
	width: 1000px;
	height: 26px;
	margin: auto;
	background: url(images/frame_top_af.png) top left no-repeat;
}

div.frame_bottom {
	background: url(images/frame_bottom.png) top left no-repeat;
}

div.shadow_left {
	width: 1000px;
	margin: auto;
	background: url(images/shadow_left.png) top left repeat-y;
}

div.shadow_right {
	width: 1000px;
	background: url(images/shadow_right.png) top right repeat-y;
}

div.mainframe {
	width: 970px;
	margin: auto;
	background-color: #FFFFFF;
}

div.header {
	width: 970px;
	height: 138px;
	background: url(images/head_background_af.png) top left repeat-x;
	position: relative;
}

div.leftmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 198px;
	padding-top: 15px;
	padding-bottom: 30px;
	background: #e6e6e6 url(images/menu_bottom.png) bottom left no-repeat;
}

div.leftmenu a {
	font-size: 16px;
	text-decoration: none;
	margin: 2px 10px 2px 10px;
	display: block;
	padding: 5px;
	color: #333333;
	border-bottom: solid 1px #999999;
}

div.leftmenu a:hover {
	text-decoration: underline;
}

div.leftmenu a.lvl2 {
	margin: 2px 10px 2px 25px;
	font-size: 14px;
	color: #555555;
}

div.mainwrapper {
	padding: 0px;
	min-height: 400px;
	position: relative;
}

div.maincontent {
	padding: 15px 20px 65px 215px;
}

div.copy {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}


a.toocool {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: -8px;
	right: 0px;
	background: url(images/too_cool.png) top left no-repeat;
	text-decoration: none;
}


.csc-textpic-caption {
	font-size: 10px;
}