html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #000;}
a:hover {color: #C60;}

body {
	background: #D2D9E4 url(img/bg.gif) repeat-x;
	color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    font: "Arial Narrow";
}

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

li {list-style: none;}

h1 {
	font: normal 1.7em Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

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

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

h1,h2,h3 {padding-top: 6px;}

h1 {
  color: #95A4C3;
}

table {
  border-collapse: collapse;
  border-width: 1px;
  border-color: #666666;
}


.wow th{
  background:#dcddc0 url('img/cell-blue.jpg');
  padding: 8px;
}

.wow td {
  padding: 8px;
  background:#dcddc0 url('img/cell-grey.jpg');
}

.wow2 td {
  padding: 8px;
  background:#dcddc0 url('img/cell-grey.jpg');
}

.rightmenu {
  border-collapse: collapse;
  background-color: #6F6D5E;
  color: #fff;
}

.rightmenu td{
line-height: 30px;
padding-bottom: 1px;
text-align: left;
}

.rightmenu a{
  color: #fff;
}

.rightmenu a:hover{
  color: #fff;
}

.rightmenu tr:hover td{
  background-color: #3C3A33;
  color: #fff;
  cursor: pointer;
}

.wow tr:hover td {
background: #FFFFDF;
cursor: pointer;
color: #000;
}

td a{
  text-decoration: none;
  color: #000;
}

tr a:hover {
  color: #000;
}


/* 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: 880px;
}

/* header */
.top {

	padding: 10px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 82px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 880px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #000;
	height: 80px;
}
.header .left {
	font: normal 2.8em Arial, Helvetica, sans-serif;
	line-height: 100px;
    color: #000;
    text-align: right;
}
.header .right {
	overflow: auto;
	width: 210px;
    background: #fff url(img/top-right.jpg) no-repeat;

}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em Arial, Helvetica, sans-serif;}

/* navigation */
.navigation {	
    background-image: url(img/blue-top.gif);
    height: 26px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #000;
	display: block;
	float: left;
	line-height: 41px;
	padding: 0 14px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #fff; text-decoration: none;}

/* main */
.main {
	border-top: 5px solid #FFF;
	background: url(img/bgmainzzz.gif) repeat-y;
}

#twitter_div {
  padding:0.625em;
  border:1px solid #000;
  background-color: #6F6D5E;
  color: white;
  width: 193px;
  height: 200px;
  }

#twitter_div li{
font-size: 12px;
list-style: none;
margin-left: 0px;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px dotted #fff;
}

#twitter_div a:link{
color: #fff
}

#twitter_div a:active{
color: #fff
}

#twitter_div img {float:right;}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}

.sidenav a{
    outline: none;  
}


.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: 0px 0;
	padding: 0 16px;
	width: 631px;
    font
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/bul.jpg);
	margin-left: 18px;
    font-size: 14px;
}
.content p {

font-size: 14px;
}

/* footer */
.footer {
	background-color: #EFEFDE;
	color: #676767;
	font: bold 1em sans-serif;
	line-height: 45px;
	text-align: center;
    border: 0px solid #0054B3;
    height: 45px;
}
.footer a,.footer a:hover {color: #676767;}



