@charset "utf-8";
/* layout */

#wrap {
	z-index:100;
	width:100%;
	height:100%;
	border:0px;
	margin:0;
	padding:0;
	text-align:center;
	background:url(images/bg-c.png) top center no-repeat;
	clear:both;
}

#page {
	width:960px;
	border:0px;
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	/* 	background-color:#eeee00; */
}

#header {
	width:960px;
	height:104px;
	border:none;
	text-align:center;
	padding:0;
	margin:0;
	font-size:12px;
}
#logo {
	width:273px;
	height:104px;
	border:none;
	text-align:left;
	padding:0;
	margin:0;
	float:left;
	font-size:12px;
}
#pagetitle {
	position:static;
	width:675px;
	height:50px;
	border:none;
	text-align: left;
	/* padding:54px 0 0 0; */
	padding:24px 0 0 0;
	line-height:38px;
	margin:0;
	float:right;
	font-size:12px;
}
#subheader {
	clear:both;
	width:930px;
	border-top:#3b8e99 solid 6px;
	text-align: left;
	padding:10px 15px 20px 15px;
	margin:0;
	color:#FFF;
	background-color:#2fbfca;
	font-size:16px;
	line-height:24px;
}
#images {
	width:956px;
	height:252px;
	text-align:center;
	color:#333333;
	text-align:left;
	padding:0 0 0 4px;
}
#content {
	width:960px;
	text-align:left;
	clear:both;
	color:#333333;
	line-height:18px;
}
#text {
	width:640px;
	text-align:left;
	float:left;
	color:#333333;
	line-height:18px;
	padding:15px 0 10px 20px;
}
#navi {
	width:260px;
	text-align:left;
	float:right;
	color:#333333;
	line-height:18px;
	padding:15px 10px 10px 10px;
}
#footer {
	clear:both;
	padding:10px 15px 20px 15px;
	margin:0;
	width:930px;
	font-size:12px;
	line-height:16px;
	text-align:left;
	color:#545046;
	border-top:#a9a59b solid 6px;
	background-color:#d5d0c4;
}

/* Design STYLES --------------------------------------  */ 
a:link {
	text-decoration:none;
	color:#FF6600;
}
a:visited {
	text-decoration:none;
	color:#FF6600;
}
a:hover {
	text-decoration:underline;
	color:#00CCFF;
} 
a:active {
	text-decoration:underline;
	color:#00CCFF;
}
body {
	font:0.75em/1.5em Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	margin:0;
	padding:0;
	border:0;
	font-size:0px;
	background-color:#FFF;
	background:url(images/bg.png) center repeat-y;
	text-align:center;
	color:#000;
}
ul
{
   /*
	margin: 0px 0px 15px 0px;
	padding: 0;
	list-style-type: none;
	float:left;
	display: block;
	width: 100%;
	*/
}
li
{
/*
	list-style-image: url(/images/bullet.gif);
	list-style-position:inside;
*/
}
h1, .headline1 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:normal;
	color:#000;
}
h2, .headline2 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#3b8e99;
}
h3, .headline3 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#000;
}
table {
	text-align: left;
	border: none;
}
td, th {
	border-bottom: solid 1px #e7e7e7;
	padding: 3px;
}
td.grey {
	background: #f7f7f7;
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
}
th {
	background: #00B8E7;
	font-weight: normal;
	color: #fff;
} 
table.basic, td.basic {
	border: none;
	margin: 0px;
	padding: 0px;
}
td.basic {
	border: none;
	margin: 0px;
	padding: 1px;
	border-bottom:none;
	border-top:none;
}
.item {
	border:#a9a59b solid 6px;
	margin:10px 0 0 5px;
}
.item2 {
	border:#a9a59b solid 6px;
	margin:30px 0 0 50px;
}