
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #E7E7E2 url('img/body.jpg') no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

span.supr{
font-size:9px;
vertical-align:top;
} 

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

p.i {
	display: block;
	padding-left: 22px;
	}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	padding-left: 22px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #DDD2D0;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

.contentBox {
	display:block;
	border-width: 1px;
	border-style: solid;
	border-color: 000;
	padding:5px;
	margin-top:5px;
	width:600px;
	height:500px;
	overflow:scroll
	}


/* header & title */
.header {
	background: url('img/banner_home_02.png') no-repeat;
	height: 150px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	border-bottom: 1px solid #EC0600;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 620px;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 120px;
}

/* item_b */

.item_b {
	display:block;
	width: 118px;
	height:auto;
	border-width: 1px;
	border-style: solid;
	border-color: 000;
	padding:5px;
	margin-top:5px;
	color: #0000CC;
	font-size: 1.2em;
}

/* common styling */

.imgleft {
float: left;
border: 1px solid #A8A8A8;
margin: 5px 15px 10px 0px;
padding: 10px;
}

.imgleftnb {
float: left;
padding: 10px;
}

.imgright {
float: right;
border: 1px solid #A8A8A8;
margin: 5px 5px 10px 15px;
padding: 10px;
}

.imgrightnb {
float: right;
padding: 10px;
}

.menu2{
	font-family: arial, sans-serif; 
	width:110px; height:180px; position:relative; 
	font-size:12px; 
	margin:2px 0; 
	z-index:100;
}

.menu2 ul {
	padding:0; 
	margin:0; 
	list-style-type: none; 
	width:110px; height:180px; 
}

.menu2 ul li ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	overflow:hidden; 
	top:0; 
	left:110px;
}

.menu2 ul li {
	float:left;
}

.menu2 ul li a, .menu2 ul li a:visited {
	display:block; 
	float:left; 
	text-decoration:none; 
	color:#000; 
	width:110px; height:30px; 
	line-height:29px; 
	font-size:11px; 
	background:transparent; 
	padding-left:5px;
}

* html .menu2 ul li a, * html .menu2 ul li a:visited {width:100px; width:100px;}

.menu2 table {
	border-collapse:collapse; 
	border:0; margin:0; padding:0; 
	font-size:1em; position:absolute; 
	left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
	background:#9698AF; color:#fff;
}

.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	height:auto; 
	border:1px solid #9698AF; 
	background:#9698AF; 
	overflow:visible;
}

.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
	display:block; 
	background:transparent; 
	color:#fff; 
	line-height:15px; 
	padding:2px 0 8px 5px; 
	height:auto; 
	text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
	background:#069; 
	color:#aa0;
}

.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	overflow:hidden; 
	top:0; left:110px;
}

.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	height:auto; 
	color:#000; 
	padding:0; 
	border:1px solid #069; 
	list-style-type:none; 
	background:#069;
}

.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
	display:block; 
	background:transparent; 
	color:#ff0;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
	background:#eee; 
	color:#000;
}



/* footer */
.footer {
	background: #848480;
	color: #F7F7F2;
	font: 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
