/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #fff url(img/bg.gif) repeat-x;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.3em;
	margin-bottom: 4px;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #663300;
	padding-top: 6px;
}


/* misc */
.clearer {
	clear: both;
}


/* structure */
.container {
	background: url(img/topleft.jpg) no-repeat;
}

.header {
	height: 128px;
}


/* title */
.title {
	float: left;
	padding: 28px 0 0 76px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}


/* navigation */
.navigation {
	background: url(img/bgtitle.jpg) no-repeat;
	float: left;
	height: 128px;
	margin-left: 4px;
	padding: 0 6px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 94px;
	padding: 8px 14px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #c77a50;
	color: #ffffcc;
}


/* main */
.main {
	background: #FFF url(img/bgmainl.gif) no-repeat;
	clear: left;
	padding: 12px 12px 0 52px;
}


/* main left */
.sidenav {
	background: url(img/sidenavbg.jpg) no-repeat;
	float: left;
	width: 24%;
}
.sidenav h1 {
	color: #d03906;
	font-size: 1.3em;
	height: 20px;
	padding: 3px 6px 3px 18px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 24px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(img/nav.gif) no-repeat;
	margin-left: 1px;
}


/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 70%;
	clip: rect(auto,auto,auto,auto);
}

.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.f-left {float:left;}
.f-right {float:right;}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.info {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 5px solid #c77a50;
	color: #555;
	display: block;
	margin-bottom: 1px;
	padding: 1px 10px;

}
.linkhh{
	color: #777;
	display: block;
	text-decoration: none;
}

/* table */
table {
	border-width: 0 px;
}
th strong {
	color: #FFFFFF;
}
th {
	background: #FFFFFF; height: 29px; 
	padding-left: 12px; 
	padding-right: 12px; 
	color: #FFFFFF; 
	text-align: left; 
	border-left: 0px solid #FFFFFF;  
	border-bottom: solid 0px #FFFFFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 6px;	
	padding-right: 6px; 
	border-left: 1px solid #FFFFFF; 
	border-bottom: 1px solid  #FFFFFF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #faf8f5;
}
td.row-a {
	background: #faf8f5;
}
tr.row-b {
	background: #f8f4f1;
}
td.row-b {
	background: #f8f4f1;
}
tr.row-c {
	background: #f1e6e0;
}
td.row-c {
	background: #f1e6e0;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}


/* footer */
.footer {
	background: #fff url(img/bgfooter.gif) repeat-x;
	color: #ffecb3;
	font-size: 1.1em;
	line-height: 50px;
	text-align: center;
	bottom: auto;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

