html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #CCD8E0 url(img/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h4 {
	font: normal 1.3em Tahoma,sans-serif;
	margin-top: 30px;
}


code {
   border: 1px dashed rgb(84, 145, 170);
   margin: 0pt 0pt 10px;
   padding: 5px;
   overflow: auto;
   display: block;
   font-size: 12.5px;
   color: rgb(0, 0, 0);
   text-align: left;
   font-family: 'andale mono','Courier New',Monaco,monospace;
   background-color: #e8e3e3;
   white-space: pre;
}

blockquote {
	background: url(/css/images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
   border-bottom: solid 1px #cdcdcd;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 980px;
}

/* header */
.top {
	padding: 0px 0px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 100px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 980px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 100px;
}
.header .left {
	background: #B3C2C7;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 100px;
	text-align: center;
	width: 760px;
}

.header .left a {
	line-height: 100px;
	text-align: center;
	color: #FFF;
	text-decoration: none;

}

.header .right {
	overflow: auto;
	text-align: center;
	width: 200px;
}
.header .right p,.header .right h2 h4 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
	background: #D9E1E5;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 25px;
}
.navigation a {
	background: #D9E1E5;
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 20px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;
}
/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 731px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(/css/images/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
   color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;

   background-color: #6c6a6a;
}
.footer a,.footer a:hover {color: #FFF;	text-decoration: none;
}

/*PAGINATE**********************************/

.paginate { padding: .25em .25em .6em .25em; }
.paginate-pages { padding: 2px 3px; border: 1px solid #ddd; cursor: pointer; text-decoration: underline; }
.paginate-first, .paginate-last { padding: 2px 6px; border: 1px solid #ddd; font-weight: bold; }
.paginate-prev, .paginate-next { padding: 2px 3px; border: 1px solid #ddd; }
.paginate-link { padding: 2px 4px; border: 1px solid #ddd; }
.paginate-current { padding: 2px 4px; border: 1px solid #ddd; font-weight: bold; background:#417690; color:#f4f379; }

.tbl{display:table; }
.tbl-cap{display:table-caption; background:#009999;}
.tbl-row{display:table-row;}
.tbl-col{display:table-cell; padding: 5px;}


#tagC
{
  padding:1em 1em 0em 1em;
  line-height:1.4em;
  text-align:justify;

}

#tagC a
{
  padding:0.1em;
  border-bottom:0px;
  text-decoration: none;
}
#tagC a.etk1
{
  font-size:8pt;
}
#tagC a.etk2
{
  font-size:10pt;
}
#tagC a.etk3
{
  font-size:12pt;
}
#tagC a.etk4
{
  font-size:13pt;
}
#tagC a.etk5
{
  font-size:14pt;
}
