/*
"GENERAL" - main styles.
"PAGE" - page styles.
"HEADER" - header styles.
"LEFT PANEL" - left panel styles.
"CONTENT" - content styles.
"FOOTER" - footer styles.
*/



/* GENERAL */
BODY {
	padding: 0;
	margin: 0;
	text-align: center;
}


HTML, BODY, H1, H2, H3, H4, H5, H6, FORM, P, IMG {
	margin: 0;
	padding: 0;
	border: 0;
}

BODY, INPUT, SELECT, TEXTAREA, TABLE, TD, TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#content DIV.info {
	line-height: 150%;
	font-size: 0.75em;
	background:url(../img/content_top.jpg) 0 0 no-repeat;
	padding: 20px 0 0 15px;
}

/* FOOTER */
#footer {
	height: 27px;
	color:#FFFFFF;
	font-size: 0.6em;
	padding: 13px 0 0 10px;
	background: url(../img/footer_back.jpg) repeat-x;
	text-align: center;
}

#footer A {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

UL, OL, LI {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hidden {
	display: none;
	visibility: hidden;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}



/* PAGE */
#holder {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */
#header {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 143px;
	background: url(../img/headbattom.gif) bottom no-repeat;
}

#header DIV.logo, DIV.logo A {
	display: block;
	width: 216px;
	height: 127px;
	background: url(../img/logo.jpg) no-repeat;
	float: left;
}

#header DIV.header_pic {
	display: block;
	width: 563px;
	height: 127px;
	background: url(../img/header_pic.jpg) no-repeat;
	float:right;
}



/* LEFT PANEL */
#left {
	float: left;
	width: 180px;
	font-size: 0.6em;
	line-height: 1em;
}
#left UL {
	margin: 0;
	padding:0;
	width: 180px;
	list-style: none;
	background-color: #e6f3fe;
}

#left LI {
	width:155px;
	text-transform: none;
	background: url(../img/menu_button_off.jpg) no-repeat;
}

#left LI.open {
	background: url(../img/menu_button.jpg) no-repeat;
}

#left LI A {
	font-weight:bold;
	display: block;
	width: 150px;
	padding: 5px 0 5px 25px;
	color:#0a4476;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height: 1.5em;
}

#left LI A:HOVER {
	color:#0b7400; 
	text-decoration:underline;
}

#left  LI.a A {
	color:#FF0000;
}

#left LI.a A:HOVER {
	color:#FF0000;
	text-decoration:underline;
}

#left LI UL {
	background-color:#f3fdf6;
	padding:0 ;
	margin:0;
	list-style:none;
}

#left LI LI {
	list-style:none;
	font-weight: normal;
	background:none;
}

#left LI LI A {
	background: url(../img/li_li_ico.gif) 2em .9em no-repeat;
	padding:2px 0 2px 30px;
	border-bottom-style:none;
	height:auto;
	color:#0b7400;
}

#left LI LI A:HOVER {
	color:#0a4476; 
	text-decoration:underline;
} 
/* CONTENT */
#content {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 190px;
	background: url(../img/content_bottom.jpg) bottom right no-repeat;
	padding: 0 20px 15px 0;
	font-size: 1.0em; 
	text-align: justify;
}

/* CONTENT - default */
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6 {
	font-family: Times New Roman, Times, serif;
	text-align: left;
	margin: 10px 0 0 0;
}
#content H1 {
	font-size:1.7em; 
	color:#323232;
	margin: -4px 0 7px 0;
}
#content H1.news {
	font-size:1.7em; 
	color:#0A4376;
	margin:0 0 5px 0; 
}
#content H2 {
	font-size:1.5em; 
}
#content H3 {
	font-size:1.3em;
}
#content H4 {
	font-size:1.15em;
}
#content H5 {
	font-size:1.0em;
}
#content H6 {
	font-size:.9em;
}

#content UL OL {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content TABLE {
	width:540px;
	text-align: left;
}

#content TD, #content TH {	
	padding: 5px;
	font-size: 1em;
}

#content TD, #content TD A  {
	margin: 0;
	color: #595959; 
}

#content TD A:HOVER {
	text-decoration:underline;
}

#content TH {
	width: 71px;
	text-transform: none;
	font-weight:bold;
	color:#a8a8a8;
	font-size: 10px;
	text-align: center;
	vertical-align: text-top;
}

#content FIELDSET {
	border: #a8a8a8 solid 1px;
	font-size:1em;
	padding:5px;
}

#content LEGEND {
	font-weight: bold;
	color:#333333;
	font-size:1.4em;
}

#content INPUT, #content TEXTAREA, #content SELECT {
	background-color:#f8f8f8;
	text-decoration:none;
}

#content INPUT[type="checkbox"], #content INPUT[type="radio"] {
	border:0px;
	background:none;
}

#content SELECT, #content INPUT[type="text"], #content INPUT[type="file"] {
	text-decoration:none;
	border: #a8a8a8 solid 1px;
	color: #333333;
	font-weight: bold;
}

#content INPUT[type="text"] {
	background-color:#f8f8f8;
	text-decoration:none;
}

#content INPUT[type="button"] {
	border: #a8a8a8 solid 1px;
	font-size:10px;
	color: #333333;
	font-weight: bold;
}

#content TEXTAREA {
	width: 350px;
	height: 100px;
}

#content .button, #content INPUT[type="submit"] {
	border: #a8a8a8 solid 1px;
	font-size:10px;
	color: #333333;
	font-weight: bold;
}


/* CONTENT - others */


#content DIV.main_space {
	background:url(../img/main_space.jpg) repeat-x;
	height:3px;
	font-size:1px;
	line-height:1px;
	margin: 10px 0;
}

#content DIV.info UL, LI {

}

#content DIV.news_list_date {
}
#content DIV.news_list_title {
}
#content DIV.news_list_title a{
}

#content DIV.info A {
	text-decoration: none;
	color: #336699;
}

#content DIV.navi {
	position: relative;
	height: 20px;
	font-size: 9px;
	margin-top: 15px;
	padding-bottom: 15px;
}

#content DIV.bigger_ico {
}

#content .navi A.bigger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/bigger_ico.gif) no-repeat;
	height:12px;
	width:48px;
	display: block;
	padding: 3px 5px 5px 23px;
	text-decoration:none;
	color:#000000;
	float:left;
	margin-right: 5px;
}

#content .navi A.bigger:HOVER {
	text-decoration:underline;
}

#content DIV.smaller_ico {
}

#content .navi A.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/smaller_ico.gif) no-repeat;
	height:12px;
	width:48px;
	display: block;
	padding: 3px 5px 5px 23px;
	text-decoration:none;
	color:#000000;
	margin: 0;
	float: left;
}

#content .navi A.smaller:HOVER {
	text-decoration:underline;
}

#content INPUT.search {
	border: #a8a8a8 solid 1px;
	font-size:10px;
	color: #333333;
	height:17px;
	margin:0 0 0 6px;
	padding:0 5px;
	background: url(../img/otsi_bg.jpg) repeat-x;
	line-height: normal;
	float: right;
	font-weight: bold;
}

#content INPUT.search_box {
	margin:0 0 0 10px;
	padding:0;
	width:145px;
	height:15px;
	float: right;
}

#content A.news {
	padding: 5px;
	margin: 0;
	color: #595959; 
	width: 440px;
}

#content A:HOVER.news {
	text-decoration:underline;
}

#content DIV.news_date {
	float:left;
	width: 100px;
	font-weight:bold;
	color:#a8a8a8;
	font-size: 0.8em;
	text-align: center;
}
#content DIV.news_title {
	float: left;
	width: 440px;
}
#content DIV.news_intro {
	width: 100px;
	font-weight:bold;
	color:#a8a8a8;
	font-size: 0.8em;
	line-height: 200%;
}
#content DIV.headline {
	float: right;
	width: 171px;
}