* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FEEBC7;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

a {
	color: #532900;
}

a:hover {
	text-decoration: none;
	color: #9B5E02;
}

/* Boxed */

.title {
	background: url(images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #FCC765;
	color: #793D00;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	background: url(images/img06.gif) repeat-x left bottom;
	padding: 20px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}

/* Main Page */
#mainpage {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;	
}

/* Header */

#header {
	width: 960px;
	height: 161px;
	margin: 0 auto;
	border-bottom: 5px solid #9B5E02;
}

/* Logo */

#logo {
	float: left;
	width: 300px;
	height: 161px;
	background: #532900;
	text-align: center;
}

#top_banner {
	float: right;
	width: 300px;
	height: 161px;
	background: #532900;
	text-align: center;
}

#logo h1 {
	padding-top: 80px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 360px;
	height: 161px;
	background: #FEE0A9;
}

#menu ul {
	height: 5px;
	background: #532900;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 60px;
	padding: 15px 10px 0 10px;
	border-top: 5px solid #532900;
	border-right: 1px dotted #9B5E02;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #FCC765;
	border-top-color: #793D00;
}

#menu .active a {
	background: #FBB531;
	border-top-color: #9B5E02;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 680px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

#rtcontent {
   width: 680px;
   padding-left: 0px;
   margin: 10px 0 0 0px;
}

#rtcontent ul {
   padding-left: 10px;
   margin-left: 5px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2, #sample3, #sample4 {
	float: left;
	width: 215px;
}

#sample1 {
}

#sample2 {
	margin-left: 12px;
}

#sample3 {
	margin-left: 12px;
}

#sample4 {
	width: 440px;
}

.button {
	background:#FEE0A9;
	border-top:2px solid #FDC46C;
	border-left:2px solid #FDC46C;
	border-bottom:2px solid #532900;
	border-right:2px solid #532900;
	font-size:12pt;
	font-weight:bold;
	padding:5px;
}	

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #9B5E02;
}

#footer p {
	text-align: center;
	font-size: 77%;
}

.bullet {
   font-size: 12px;
   font-family: san-serif;
}

.input_text {
   padding:3px;
   border: 2px solid #522800;
   color: black;
   font-size: 12pt;
}

#breadcrumb {
   font-size:12pt;
   color: black;
}

#breadcrumb A:hover{
   text-decoration: underline;
   color: #522800;
}