body { 
/*	background: #eee url(../images/bg.gif) top left no-repeat;*/
	background: #eee;
	font-family: Arial,Verdana,Sans-serif;
	color: #555; 
	font-size: 8pt;
	text-align: center;
}

h1 {
	background-color: #FFF;
	color: #FF9900;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
	background-color: #fff;
	color: #FF9900;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}


ul {
	list-style: none;
	margin: 0 5px;
	padding: 0;
}

ul li {
	padding: 0 4px 8px 10px;
	background: url(/images/arw.gif) 0 3px no-repeat;
}

#logo {
	width: 200px;
	float: left;
	text-align: left;
	padding: 15px 0 10px 15px;
	overflow: hidden;
	font-size: 14px;

	color: #333;
}

#logo a {
	color: #333;
	font-size: 18pt;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
}

#logo a:hover {
	color: #FF9900;
}
	
#menu {
	width: auto;
	height: 25px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	padding: 35px 15px 0 0;
	float: right;
	color: #ff9900;
}

#menu a {
	background-color: #fff;
	text-decoration: none;
	color: #FF9900;
}

#menu a:hover {
	border-bottom: 2px solid #000;
}

#menu .active {
	color: #000;
	border-bottom: 2px solid #FF9900;
	font-size-adjust: .5;
}

#header {
	height: 100px;
	width: 790px;
	margin-left: auto;
	margin-right: auto;	
	border: #CCC 1px solid;
	background-color: #FFF;
	color: #FF9900;
}

#main {
	width: 790px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: #CCC 1px solid;
	background-color: #FFF;	
	font-size: 9pt;
	color: #333;}

#content {
	width: 510px;
	float: left;
	padding: 20px;
	text-align: justify;
	overflow: hidden;
}

#content a {
	background-color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #777;
}

#content a:hover {
	text-decoration: none;
	color: #ff9900;
	border-bottom: none;
}
	
#nav, #news {
	width: 220px;
	float: left;
	margin-right: 5px;
	margin-top: 20px;
	text-align: left;
	border: #ddd 1px solid;
}

#news p {
	font-size: 11px;
	margin: 10px;
}

#news span {
	display: block;
	color: #ff9900;
	font-weight: bold;
	margin-bottom: 3px;
}

#news span.read {
	display: block;
	color: #ff9900;
	font-weight: bold;
	margin-top: 3px;
	text-align: right;
}

#news a {
	color: #555;
	text-decoration: none;
}

#footer {
	height: 35px;
	width: 790px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;	
	border: #ccc 1px solid;
	background-color: #fff;
	font-size: 8pt;
	color: #777;
	text-align: center;
	line-height: 1.5em;
}

#footer a {
	background-color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #777;
}

#footer a:hover {
	text-decoration: none;
	color: #ff9900;
	border-bottom: none;
}

.footer {
	clear: both; 
	background: #fff;
	color: inherit;
	height: 1px;
}

#subfooter {
	width: 790px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;	
/*	border: #ccc 1px solid;
	background-color: #fff;*/
	font-size: 7pt;
	color: #777;
	text-align: center;
	line-height: 1.5em;
}

.left {
	width: 250px;
	float: left;
	margin: 10px 15px 10px 0;
	text-align: justify;	
	overflow: hidden;
}

.mid {
	width: auto;
	padding: 10px 0 0 10px;
	margin-left: auto;
	margin-top: 0;
	overflow: hidden;
}
	
.navhead, .newshead {
	width: 212px;
	height: 18px;
	padding: 3px 3px 0 5px;
	border-bottom: #ddd 1px solid;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	background-color: #eee;
	color: #666;
}

#navitem {
	width: 212px;
	padding: 15px 3px 0 3px;
	font-size: 8pt;
	line-height: 15px;
	font-weight: normal;
	text-align: justify;
}

#navitem ul li {
	background: none;
	text-align: left;
}

#navitem a {
	background-color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #777;
}

#navitem a:hover {
	text-decoration: none;
	color: #ff9900;
	border-bottom: none;
}
	
#content ol {
	margin-left: 0;
	padding-left: 1em;
}

#content ol li {
	display: block;
	list-style: none;
	min-height: 60px;
	clear: both;
}

#content ol li p {
	padding-top: 5px;
	margin-top: 5px;
	padding-left: 30px;
	text-align: left;
}

#content img {
	border: 1px solid;
	padding: 5px;
	margin: 2px 10px 10px 0;
	width: 200px;
	height: 150px;
	float: left;
}

#content img.big {
	width: 500px;
	height: 350px;
	margin: 0;
}

#content img.right {
	float: right;
	margin: 2px 0 10px 10px;
}

#content img.vright {
	float: right;
	width: 150px;
	height: 200px;
}

#content img.vleft {
	float: left;
	width: 150px;
	height: 200px;
}

.sob {
	clear: both;
	margin-bottom: 30px;
	padding: 10px;
}

.sob p {
	margin: 0;
}

#content .sob a {
	border: none;
}

.btmln {
	float: right;
}

.btmln {
	border-bottom: 2px solid #555;
}

div.t100 {
	clear: both;
	width: 100%;
}