html {
	height:100%;
	margin:0px 0px 0.1px 0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url('../img/bg_gray_1.gif');
	background-repeat:repeat-x;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"Verdana", sans-serif;
	font-size:10px;
	color:#262626;
}

/* Body classes */

html.page_error {
	background:none;
	background-color:#ffffff;
}

body.page_error {
	text-align:left;
	background:none;
	color:#000000;
}

html.page_image {
	background:none;
	background-color:#ffffff;
}

body.page_image {
	text-align:left;
	background:none;
	color:#000000;
}

/* Site simple layout */

div#site_area {
	width:100%;
	height:100%;
	text-align:left;
}

div#site_content_wrapper {
	min-width:990px;
	min-height:100%;
	padding:0px;
	background-image:url('../img/bg_navi_main165.gif');
	background-repeat:repeat-y;
	background-position:top right;
}

* html div#site_content_wrapper {
 	width:expression(document.getElementById('site_area').offsetWidth <= 990 ? '990px' : 'auto');
	height:100%;
}

div#site_header {
	clear:both;
	padding:0px 0px 0px 0px;
	height:96px;
	background-color:#ffffff;
	overflow:hidden;
	zoom:1;
}

div#site_content {
	clear:both;
	padding:0px 0px 1.8em 0px;
	overflow:hidden;
	zoom:1;
}

div#site_footer_wrapper {
	width:639px;
	clear:both;
	position:relative;
	height:1.8em;
	margin-top:-1.8em;
	padding:0px 20px 0px 20px;
	overflow:hidden;
	zoom:1;
}

p#site_footer {
	position:absolute;
	margin:0px;
	padding:0px;
	bottom:0px;
	left:81px;
	font-size:10px;
	font-weight:bold;
	color:#5e5e5e;
	border-top:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
}

/* Tags */

h1, h2, h3, h4 {
	font-family:"Verdana", sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}

h1 {
	font-size:22px;
	line-height:normal;
}

h2 {
	font-size:19px;
	line-height:normal;
}

h3 {
	font-size:16px;
	line-height:normal;
}

h4 {
	font-size:13px;
	line-height:normal;
}

p {
	margin:0px 0px 16px 0px;
	padding:0px;
	line-height:normal;
/*	line-height:14px; */
	text-align:left;
}

a {
	color:#5e5e5e;
	text-decoration:underline;
}

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

a.arrow {
	color:#5e5e5e;
	font-weight:bold;
	padding-left:11px;
	text-decoration:none;
	background-image:url('../img/link_arrow.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

a.arrow:hover {
	color:#5e5e5e;
	text-decoration:underline;
}

hr {
	margin:0px 0px 16px 0px;
	background:none;
	border:none;
	height:1px;
	border-top:1px dashed #262626;
}

img {
	border:none;
}

blockquote {
	font-family:"Arial", sans-serif; 
	font-size:11px;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0px;
	clear:both;
}

pre {
	font-family:"Courier New", mono-space;
	font-size:11px;
	margin:0px 0px 16px 0px;
}

acronym, abbr {
	cursor:help;
	border-bottom:1px dashed #262626;
}

sub, sup {
	font-size:75%;
	line-height:0px;
}

ol {
	margin-bottom:16px;
}

ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:16px;
}

li {
	line-height:normal;
/*	line-height:14px; */
}

ul li {
	padding-left:5px;
	background-image:url('../img/list_bullet.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin-left: 12px;
}

object {
	display:block;
}

/* AXObject */

div.axobject_con {

}

div.axobject_con_noplugin {
	background-color:#eeeeee;
}

p.axobject_alt {
	font-size:10px;
	padding:10px;
}

/* Forms */

form {
	margin:0px 0px 16px 0px;
	padding:0px;
}

form fieldset {
	border:none;
	padding:0px;
	margin:0px;
	overflow:hidden;
	zoom:1;
}

form legend {
	padding:0px 0px 16px 0px;
	margin:0px;
	font-weight:bold;
}

* html form legend {
	margin-left:-7px;
}

form input, form select, form textarea {
	font-family:"verdana", sans-serif;
	font-size:10px;
	line-height:normal;
	margin:0px;
}

form .fb {
	width:25px;
	height:15px;
}

* html form .fb {
	margin-bottom:4px;
}

form div.ff_row {
	clear:both;
	margin:7px 0px 7px 0px;
	overflow:hidden;
	zoom:1;
}

form .error {
	color:#ff0000;
}

/* Images within text */

span.img_left {
	float:left;
	margin:4px 10px 8px 0px;
	overflow:hidden;
	zoom:1;
}

span.img_right {
	float:right;
	margin:4px 0px 8px 10px;
	overflow:hidden;
	zoom:1;
}

span.img_noalign {
	display:block;
	margin:0px 0px 16px 0px;
	overflow:hidden;
	zoom:1;
}

span.img_left img, span.img_right img, span.img_noalign img {
	display:block;
}

span.img_description {
	display:block;
	font-family:"Tahoma", sans-serif;
	font-size:10px;
	line-height:normal;
	color:#a0a0a0;
	margin:0px 0px 0px 0px;
	padding:0px;
}

/* Pager */

.pager {
	font-size:10px;
	line-height:normal;
	margin-bottom:16px;
}

.pager a {
	text-decoration:none;
}

.pager a:hover {
	text-decoration:none;
}

/* All with date, more and back */

.date {
	font-size:10px;
	line-height:normal;
	color:#666666;
}

.more {
	font-size:10px;
	line-height:normal;
}

.more a {
	text-decoration:none;
}

.return {
	font-size:10px;
	line-height:normal;
}

.return a {
	text-decoration:none;
}

/* News */

.news_block {
	margin-bottom:32px;
}

.news_block h3 {
	margin-bottom:0px;
}

.news_block .date {
	margin-bottom:8px;
}

.news_block .more, .news_block .return {
	margin-top:-12px;
}

#news_arch_dates {
	font-size:10px;
}

#news_arch_dates a {
	text-decoration:none;
}

#news_arch_dates span {
	color:#008000;
}

#news_arch_switch {
	font-size:10px;
}

#news_arch_switch a {
	text-decoration:none;
}

/* News promo */

.news_promo_block {
	margin-bottom:32px;
}

.news_promo_block h3 {
	margin-bottom:0px;
}

.news_promo_block .date {
	margin-bottom:8px;
}

.news_promo_block .more, .news_promo_block .return {
	margin-top:-12px;
}

/* Summary */

.summary_block {
	margin-bottom:32px;
}

.summary_block h3 {
	margin-bottom:4px;
}

.summary_block .more {
	margin-top:-12px;
}

/* Search */

.search_block {
	/* margin-bottom:32px; */
}

.search_block .more {
	margin-top:-12px;
}

/* Gallery */

.gallery {
	clear:both;
	margin-bottom:16px;
	overflow:hidden;
	zoom:1;
}

.gallery img {
	display:block;
}

.gallery span {
	float:left;
	margin:0px 10px 10px 0px;
}

/* Files */

.files {
	clear:both;
	margin-bottom:16px;
}

.files ul {
	list-style:square; 
/*	margin-left:0px;
	padding-left:0px; */
}

.files li {
	margin-bottom:8px;
}

.files span {
	font-size:10px;
}

/* Tables */

table.datatables {
	border-collapse:collapse;
	border:1px solid #666666;
}

table.datatables td {
	padding:6px;
	text-align:left;
	vertical-align:middle;
}

/* Classes */

.db {
	display:block;
}

.di {
	display:inline;
}

.dn {
	display:none;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.fn {
	float:none;
}

.cl {
	clear:left;
}

.cr {
	clear:right;
}

.cb {
	clear:both;
}

a.pdf {
	color:#5e5e5e;
	font-weight:bold;
	padding: 0 0 0 28px;
	text-decoration:none;
	background-image:url('../img/ico_pdf.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	display: block;
	height: 19px;
	margin: 0px;
	line-height: 11px;
	padding-top: 6px;
}

a.pdf:hover {
	color:#5e5e5e;
	text-decoration:underline;
}