* {
	margin: 0;
	padding: 0;
}

a {color: black;}
a:hover {color: black;}

body{
	background: 2B2B2B;
	color: #444;
	font: normal 0.7em "tahoma";
	height: 100%;
}

.table{
font: normal 1em "tahoma";
}

a.links{
font: normal 0.9em "tahoma";
}

ul{
padding-bottom: 1.2em;
font: normal 105% Tahoma,sans-serif;
}

p{
font: normal 100% Tahoma,sans-serif;
}

li {list-style: none;}

code, ul.none {
font: normal 100% Tahoma,sans-serif;
}

h1 {
	font: normal 1.4em "tahoma";
	margin-bottom: 4px;
}

h4 
{
    font: normal 1.0em "tahoma";
    padding-right: 10px;
    }

h5
{
    font: normal .8em "tahoma";
    padding-right: 10px;
}    
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em "tahoma";
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: left;}

.right2 {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	/*width: 100%;1024px; */
}

/* header */
.top {
	padding: 0px;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 70px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	/*width: 100%;1024px; */
}
.header2 {
	background: #FFF;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 10px 10px 0px;
	/*width: 100%;1024px; */
}

.header .left {
	/*background: #B3C2C7;*/
	background: #2B2B2B;
	color: #fff;
	height: 80px;	
	text-align:left;
	width: 51%;
	
}
.header .right {
	/*background: #B3C2C7;*/
	background: #2B2B2B;
	color: #fff;
	height: 80px;	
	text-align:right;
	width: 49%;
}
/*.header .left {
	background: #A4A4A0;
	font: normal 2.8em "tahoma";
	line-height: 150px;
	text-align: center;	
	width: 0%;
}
.header .right {
	overflow: auto;
	width: 100%;
}*/
.header .right p,.header .right h2 {
	padding: 0 16px;
	font-size: 1.2em;
	font-family: "tahoma";	
}
.header .left p,.header .left h2 {
	padding: 0 16px;
	font-size: 1.2em;
	font-family: "tahoma";	
}
.header .right h2 {
	padding-top: 16px; 
	font-size: 2.2em;
	font-family: "tahoma";	

	}

.header .left h2 {
	padding-top: 16px; 
	font-size: 2.2em;
	font-family: "tahoma";	

	}	
	
.header .right a
{color: white;}
	

/* menu */
.menu
{
position: relative;
background: #959595 url('images/menubg.gif') repeat-x top left;
height: 4em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
}

.menu ul
{
position: absolute;
top: 1.1em;
}

.menu ul li
{
position: relative;
display: inline;
}

.menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

.menu ul li a:hover
{
background: #959595 url('images/menuactive.gif') repeat-x top left;
text-decoration: none;
}

.menu ul li a.active
{
background: #959595 url('images/menuactive.gif') repeat-x top left;
}

.menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 12px;
}
	
/* navigation */
.navigation {	
	background: #D9E1E5 url(images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover, a.active {background-position: left bottom; color: #B3C2C7;}

/* main */
.main {
	border-top: 4px solid #FFF;
/*	width: 100%;*/
}

/* sub navigation */
.sidenav {
	padding-top: 10px;
	float: left;
	width: 12%;
}
.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: 1em;
	color: #959595;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover, .sidenav li a.active {
	background: #ebebeb;
	color: #000;	
}

/* content */
.content2 {
	float: left	;
	margin: 10px 0;
	padding: 0 16px;
	width: 98%;
}

.primarycontainer
{
float: left;
margin-right: -18.0em;
width: 78%;
}

.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 100%;
}
.content .descr {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}

.content ol.ualpha {
	list-style-type: upper-alpha;
	margin-left: 18px;
}
/*table alternating row */
.class1{  background-color:#D7DFE7} 
.class2{  background-color:#F1F4F7}

/* footer */
.footer {
	background: #fff url('images/border2.gif') repeat-x;
	font: 1em sans-serif;
	line-height: 40px;
	height: 100%;
	text-align: center;
	clear: both;
	padding: 2px 2px 2px 2px;
}

.footer a {
text-decoration: none;
}

.footer a:hover{
text-decoration: underline;
}

