/* BEGIN DEFAULT ============================================ */

body {
	background-color: #65695c;
     font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}

a:link, a:visited {
	color: #336699;	
	text-decoration: underline;
}

a:active, a:hover {
	color: #454d33;	
	text-decoration: none;
}

hr {
	border: 0;
	width: 100%;
	height: 1px;
	background-color: transparent;
	border-bottom: #b2ad93 solid 1px;
}

h1 {
	font-size: 21px;
	color: #000000;
	margin: 0 0 8px 0;
	padding: 2px 0 0 0;
	font-weight: bold;
}

h2 {
	color: #454d33;
	font-size: 18px;
	font-weight: bold;
	margin: 6px 0 8px 0;
	padding: 12px 0 4px 0;
	border-bottom: #b2ad93 solid 1px;
}

h3 {
	color: #CC6600	
	font-size: 14px;
	font-weight: bold;
     margin: 8px 0 0 0;
     padding: 8px 0 0 0;
}

/* PAGE LAYOUT ============================================ */

#wrapper { 
	margin: 0 auto;
	margin-top: 20px;
 	width: 922px;
}

#header {
	width: 920px;
 	border: 1px solid #fff;	
 	margin: 0;
 	height: 250px;
 	background: url(/css/bg_head.jpg) no-repeat;
}

#navigation { 
	border: 1px solid #fff;	 	
	background: #000;
 	margin: 5px 0 5px 0;
 	padding: 0 25px 0 25px;
 	width: 870px;
}

#content { 
 	float: left;
	color: #333;
 	border: 1px solid #fff;
 	background: #ded8b9 url(/css/bgc.jpg) repeat;
 	padding: 30px 40px 40px 40px;
 	margin: 0 0 5px 0;	
 	width: 840px;
 	display: inline;
}

#footer { 
 	width: 900px;
 	clear: both;
 	color: #F2F2E6;
	size: 12px;
 	border: 1px solid #fff;
 	background: #454d33;
 	margin: 0 0 10px 0;
 	padding: 10px;
 	text-align: right;
}

#pipe {
	border: none;
	margin: 0 8px 0 8px;
	cursor: text;
}

#rotator {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* CLASSES ================================================ */

.noline {
	border-bottom: none;	
}

.menu-item {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	size: 11px;
	white-space: nowrap;
	padding: 0 10px 0 10px;
	text-transform: uppercase;	
}

.menu-item-hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6890c1;
	size: 11px;
	white-space: nowrap;
	cursor: pointer;	
	padding: 0 10px 0 10px;	
	text-transform: uppercase;	
}

.menu-item-selected {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6890c1;
	size: 11px;
	white-space: nowrap;	
	padding: 0 10px 0 10px;	
	text-transform: uppercase;	
}

.submenu-item {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #4f4d45;
	size: 11px;
	white-space: nowrap;
	padding: 8px 15px 8px 15px;	
}

.submenu-item-hover {
	background: #000;
	border-bottom: 1px solid #4f4d45;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: #6890c1;
	size: 11px;
	white-space: nowrap;
	cursor: pointer;	
	padding: 8px 15px 8px 15px;	
}

.submenu-item-selected {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6890c1;
	size: 11px;
	text-decoration: underline;
	background: #000;
	border-bottom: 1px solid #4f4d45;
	white-space: nowrap;	
	padding: 8px 15px 8px 15px;	
}

.highlight {
	padding: 1px 1px 2px 1px;
	background-color: #ffff99;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 11px;
}

.credits a {
	color: #4c5044;
}

/* END DEFAULT CSS ======================================== */