html, body {
	height: 100%;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF url(images/bg.jpg) repeat-x;
}
h1,h2,h3,h4,h5,ul,ol { 
	padding: 0; 
	margin: 0;
}
h1,h2,h3,h4,h5 {
	line-height: 20px;
	font-size: 16px;
	color: #BA6641;
	margin: 0 0 10px 0;
}
ol {
	padding: 0 0 10px 16px;
}
ol li {
	list-style-type: decimal;
	margin: 2px 0 2px 10px;
}
ul { 
	padding: 0 0 10px 16px; 
}
ul li { 
	padding: 2px 0 2px 10px;
	list-style-type: square;
}
a {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
hr { 
	display:none; 
}
a img {
	border:none;
}
.clear {
	clear: both;
}
p {
	margin: 0 0 10px 0;
}



/* Layout */

#wrapper {
	width: 880px;
	text-align: left;
	margin: 0 auto;
	line-height: 15px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#r1 {
	height: 320px;
	background: url(images/head.jpg) no-repeat;
}
#r1 p.bodytext {
	padding: 156px 30px 0 710px;
}
#r2 {
	background: url(images/bg_content.jpg) repeat-y;
}

#r2-c1,
#r2-c2,
#r2-c3 {
	float: left;
	min-height: 250px;
}



/* NAVIGATION */
#r2-c1 {
	width: 190px;
	background: url(images/bg_left.jpg) no-repeat;	
}
#r2-c1 ul {
	margin: 40px 0 0 20px;
	padding: 0;
}
#r2-c1 ul ul {
	margin: 0;
	padding: 0;
}
#r2-c1 ul li {
	list-style-type: none;
	background: url(images/bg_nav1.jpg) repeat-y;
	padding: 0;
	border-bottom: 1px solid #ffffff;
}
#r2-c1 ul li.last {
	border-bottom: none;
}
#r2-c1 ul li.active {
	border-bottom: 1px solid #ffffff;
}
#r2-c1 ul li a {
	padding: 6px 0 6px 17px;
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#r2-c1 ul li a:hover {
	color: #f8eddc;
}
#r2-c1 ul ul li {
	background: url(images/bg_nav2.jpg) repeat-y;
	border-bottom: none;
}
#r2-c1 ul ul li a {
	padding: 4px 0 4px 28px;
	text-transform: none;
	color: #454545;
	font-weight: normal;
}
#r2-c1 ul ul li.active,
#r2-c1 ul li ul li.last {
	border-bottom: none;
}

#r2-c1 ul ul li.active a,
#r2-c1 ul ul li a:hover {
	font-weight: bold;
	color: #454545;
}

#r2-c2 {
	width: 440px;
	padding: 40px 30px 0 30px;	
}
#r2-c3 {
	width: 190px;
	background: url(images/bg_right.jpg) no-repeat;	
	padding: 40px 0 0 0;
}

#r3 {
	background: url(images/bg_footer.jpg) no-repeat;
	height: 72px;
	text-align: center;
	font-size: 10px;
}
#r3 ul {
	padding: 30px 0 0 0;
}
#r3 ul li {
	display: inline;
	color: #999999;	
}
#r3 ul li a {
	color: #999999;
}

.csc-frame-frame1 {
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	padding: 20px 10px 20px 20px;
	width: 140px;
}
