body { 
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:13px;
	background: #E2D7A9;
	color:#626262;
}
.wrapper { 
	margin:0 auto;
	width:900px;
	position:relative;
	text-align:left;
}
.wrapper2 { 
	margin:0 auto;
	width:900px;
	text-align:left;
}
h1 {
	font-size: 22px;
	color:#454;
	margin-top:0;
	cursor: default;
}
h2 {
	font-size: 18px;
	color:#579;
	margin-top:0;
	cursor: default;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
a {
	color:#579;
}
a:hover {
	color:#454;
}
a img {
	border: 0;
}
.line {
	height:1px;
	border-top:1px solid #ccc;
	margin:10px 0;
}
/* HEADER */
.header { 
	background:url(../img/back_top.jpg) #222222 top left repeat-x;
	height:144px;
}
.logo {
	padding-top:25px;
}
#logintext {
	position:absolute;
	top:20px;
	right:0px;
	text-align:right;
}
.header #logintext a, .header #logintext {
	color: #E2D7A9;
	padding: 8px 0 0 0;
}
.header #logintext a {
	font-weight: bold;
}
.top_box {
	padding:8px;
	background-color:#222222;
	border:none;
	color:#a5a497;
	width:130px;
	margin:0px 5px;
}
.go {
	margin-left:5px;
}
.header h1, .header h1 a {
	color: #E2D7A9;
	font-size: 30px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.header h2, .header h2 a {
	color: #FFE;
	font-size: 18px;
	margin:0;
	padding:0;
	text-decoration: none;
}

/* NAVIGATION */
.nav {
	position:absolute;
	left:0;
	top:95px;
}
.nav a {
	text-decoration:none;
	color:#454;
	font-weight:bold;
	text-transform: uppercase;
}
.nav a:hover {
	color:#579;
}
.link {  
	background: #fff;
	position: relative;
	margin: 10px 0;
	text-align:center;
	float:left;
}
.link_other {
	margin-right:15px;
	float:left;
	margin: 10px 0;
	text-align:center;
}
.inside {
	padding:10px 30px 30px 30px;
}
.tl	 { 
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(../img/top_left.jpg) top left no-repeat;
	top: 0px;
	left: 0px;
}
.tr	 { 
	width: 11px;
	height: 11px;
	background: url(../img/top_right.jpg) top right no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}
/* CONTENT */
.content {
	background-color:#FFFFFF;
	padding:40px 0;
	line-height:1.5em;
}
.main {
	width:690px;
}
.cir {
	padding-top:7px;
	margin-right:10px;
}
.content table {
	border-collapse: collapse;
	width:100%;
	margin: 6px;
}
.content th {
	text-align: left;
	background: #E2D7A9;
	border-bottom: 2px solid #579;
	padding: 8px 6px;
}
.content td {
	padding: 4px 6px;
	border-bottom: 1px solid #E2D7A9;
}
.content tr.odd td {
	background-color: #FFE;
}
.content tr.red td {
	color: #F00;
}
.content tr.foot td {
	background-color: #E2D7A9;
	padding: 0 6px;
	font-size: 90%;
	color: #454;
	border-top: 2px solid #579;
}
.content .noborder td, .content .noborder tr {
	border: 0;
}
/* SLIDE/NAV */
.right  { 
	width: 170px;
	margin: 0;
	float:right;
}
.demo-show  { 
	width: 170px;
	margin: 0;
}
.demo-show h3  { 
	margin: 0 0 4px 0;
	padding:4px 8px;
	background-color:#579;
	border-bottom: 1px solid #454;
	cursor: default; 
	color:#E2D7A9;
	font-size:14px;
}	    
.demo-show div  { 
	padding: 5px 2px;
}
.demo-show ul { 
	margin:0;
	padding:0;
}
.demo-show li { 
	list-style:none;
	padding-left:8px;
	padding-bottom:7px;
}
.news {
	margin:20px 0;
	border:1px solid #899;
	background-color:#E2D7A9;
}
.alert {
	margin:20px 0;
	border:1px solid #899;
	background-color:#BDA;
}
.news p, .alert p {
	padding:0 15px;
}
/* FOOTER */
.extra {
	background-color:#454;
	padding:20px 0 30px 0;
	color:#899;
	line-height:1.7em;
}
.extra h2 {
	color:#E2D7A9;
}
.footer {
	padding:2px 0 20px 0;
	text-align:center;
}
