* { margin: 0; padding: 0; }
a img  { border: none; }

body	{
	background: #2d2d2d url(/images/bg_body.jpg) 0 0 repeat-x;
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	}

#frame {
	background: url(/images/box_top.jpg) 0 0 no-repeat;
	padding-top: 20px;
	margin: 20px auto;
	text-align: left;
	width:920px;
	}

#inwrapper {
	background: #fff url(/images/bg_box.jpg) 0 0 repeat-y;
	width: 920px;
	overflow: hidden;
	}
	
/* --------------------------
Left Column
-------------------------- */

#c1 {
	float:left;
	width: 260px;
	}

#c1 ul {
	list-style: none;
	margin: 25px 0 0 0;
	text-align: right;
	font-size: 16px;
	line-height: 24px;
	}
	
#c1 ul li a {
	color: #000;
	background-color: transparent;
	width: 180px;
	padding: 2px 0;
	text-decoration: none;
	}

#c1 ul li a.active {
	color: #63bc46;
	}

#c1 ul li a:hover {
	background-color: #ddd;
	color: #333;
	}

#c1 ul li ul {
	margin: 4px 0 4px 30px;
	list-style-type: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	line-height: 20px;
	}

#c1 ul li ul li {
	margin: 3px 10px 3px 0;
	}

#c1 ul li ul li a {
	color: #5f5f5f;
	width: 180px;
	text-decoration: none;
	}
	
#c1 ul li ul li#subactive a {
	color:#63bc46;
	}
	
	
/* --------------------------
Center Column
-------------------------- */

#c2 {
	margin: 40px 0 0 0;
	width: 60px;
	float:left;
	}
	
/* --------------------------
Right Column
-------------------------- */

#c3 {
	padding: 70px 0 0 0;
	margin-right: 2px;
	background: url(/images/bg_rightside.jpg) top right no-repeat;
	width: 595px;
	float: right;
	overflow: hidden;
	}

#c3 .content {
	float: left;
	width: 340px;
	}

#c3 .sidebar {
	float: right;
	display: inline;
	margin-right: 25px;
	width: 200px;
	}

#c3 .sidebar blockquote {
	margin-top: 60px;
	font-size: 16px;
	line-height: 22px;
	color:#4569bb;
	font-style: italic;
	}

#c3 h1 {
	font: 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	margin-bottom: 12px;
	}

#c3 h2 {
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #63bc46;
	margin: 12px 0 8px 0;
	}

#c3 h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 20px 0 8px 0;
	}
	
#c3 p,
#c3 ul,
#c3 ol,
#c3 form,
#c3 table,
#c3 dl {
	margin-bottom: 8px;
	}


/* --------------------------
Footer
-------------------------- */

#footer {
	background: url(/images/box_bottom.jpg) 0 0 no-repeat;
	padding: 30px 0 20px 0;
	font-size: 10px;
	text-align: center;
	color: #5ebb47;
	}
