html {min-height: 100%;}


body  {

        background:#ffffff url(images/)  no-repeat;
        border:50px solid #CCCC99; 
        color:#555555;
	font-family: Tahoma,sans-serif;
	font-weight: normal;
	font-size: 9pt;
	line-height: 18px;
}

	a:link {color: #008000;}
	a:visited {color: #008000;}
	a:active {color: #008000;}
	a:hover {color: #444444;}


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

li {list-style: none;}

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


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




h1,h2,h3 {padding-top: 5px;
color: #444444;
margin-bottom: 2px;
float: right;
width: 543px;
	}

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

.inner-container {
	background: #fff url;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width:  780px;
}


/************* header & title *************/
.header {
        background: #fff url(images/logoII.jpg) top center no-repeat;

        height: 175px;
	margin-bottom: 1px;
	text-align: right;
}
.header .title {
padding-top: 1px;
}
.header .title .sitename a {
 border-bottom:px dashed #008000;
 font-family: "Lucida Sans Unicode",sans-serif;}

.header .title 
a:link {color: #008000;}
a:visited {color: #008000;}
a:active {color: #008000;}
a:hover {color: #444444;}
a {text-decoration: none;}
	


.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
/* top border */
.path {
	background: #fff;
	padding: 3px 3px;
}

/************* main *************/
.main {
        border-top: 1px solid #CCCCCC;
        padding: 20px 12px 0 0;
}


/* content */
.content {
	float: right;
	text-align: left;
	width: 530px;
	padding: 0px 12px 0 0;
	margin-top: auto;
	padding-top: 20px;
}
.content .descr {
	color: #664;
	font-size: 9pt;
	margin-bottom: 6px;
}




.content p {
font-family: "Lucida Sans Unicode",sans-serif;}

/*****border *********/
.border{
border-bottom: 1px solid #efefef;
}

/************* navigation *************/
.navigation {
	float: left;
	width: 190px;
	padding-top: 17px;
}

.navigation li a {
	font: bold 1.0em sans-serif; 
	font-size: 11pt;
	color: #008000;

	line-height: 25px;
	text-decoration: none;
	width: 95%;
	}
	
.navigation a:hover {
color: #89ca9d;
}


/************** footer *************/
.footer {
        
        color: #000000;
	font: 11px sans-serif;
	text-align: center;
	margin-top: 90px;
	padding: 0px;
	padding-left: 105px;
        border-top: 1px solid #CCCCCC;
}
.footer a {
	color: #008000;
	text-decoration: none;
}