/* Generic Style */
body
{
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	background-color:#CDDE60;
	background-image:url(images/bg_lines.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

#wrapper {
	width:900px;
	margin:0px auto;
	padding: 0px;
	top: 0px;
	text-align:center;
}

#wrapper2 {
	width:861px;
	padding: 0px;
	top: 0px;
	background-color:#fff;
	float:left;
}

#header {
	background: #fff;
	top: 0px;
	left: 0px;
	background-image:url(images/img_header.jpg);
	background-position:center top;
	width: 861px;
	height: 184px;
}

#menu {
	background-color:#EF569F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 6px 0px;
	line-height:30px;
	text-transform:uppercase;
	color:#CDDE60;
	vertical-align: middle;
	width: 840px;
	height: 18px;
}

.menulink {
	color: White;
	text-decoration:none;
	float:left;
	width:128px;
	height:18px;
	line-height:18px;
	border-right:solid 1px #CDDE60;
}

#leftcol {
	width:10px;
	height:260px;
	background-image:url(images/img_bg_paperfold.gif);
	background-position:bottom right;
	background-repeat:no-repeat;	
	float: left;
}

#rightcol {
	width:25px;
	height:530px;
	background-image:url(images/img_bg_papers.gif);
	background-position:bottom left;
	background-repeat:no-repeat;	
	float: left;
}

#leftcolcontent {
	background-image:url(images/leftcol_content_bg.gif);
	background-position:top center;
	background-repeat:repeat-x;	
	width:190px;
	border-bottom: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	padding: 15px 20px 15px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:Black;
	text-align:left;
}

#content {
	padding: 15px 10px 0px 10px;
	width: 841px;
}

#contentmain {
	padding: 10px 10px 0px 10px;
	width: 841px;
}

a {
	text-decoration:none;
	font-weight:bold;
}

#footer {
	background-image:url(images/img_footer.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:left;
	width: 861px;
}

#spacer {
	height: 10px;
	clear: both;
}

#spacer2 {
	width: 10px;
	float: left;
}

.greentext {
	color: #8A9337;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	font-weight: bold;
}

.pinktext {
	color: #EE4C96;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
}

ul {
	padding:0px;
	margin:0 2.5em;
	text-align:left;
	color: #EE4C96;
}