body{
	margin:0 auto;
	padding:0;
	background:#FFFFFF url(/images/bg.gif) repeat-y top center;
	color:#303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

table
 {
	font-size:0.7em;
	width: 99%;
	height: auto;
 }

td
 {
	vertical-align: top;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin: 0px;
	line-height: 1.3em;

 }
 
 
.tableborder
 {
  border:1px solid #999999;
 }
 
.tableborder td
 {
  border:1px solid #999999;
 }

#container{
background:#ffffff;
color:#303030;
margin:0 auto;
width:1000px;
}

#header{
	clear:both;
	padding:0;
	height:150px;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	background-color: #41494C;
	margin-bottom: 10px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1{
	width:250px;
	float:left;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#header p{
	width:500px;
	float:right;
	text-align:right;
	color:#a0a0a0;
	font-size:0.8em;
	background-color:#FFFFFF;
	line-height: 1.2em;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0;
}

#sidemenu1
 {
  clear:left;
  float:left;
  width:203px;
  margin:0 0 10px 0;
  padding:0;
  font-size:0.8em;
 }

ul
 {
  background-color:#FFFFFF;	
  list-style:none;
  width:203px;
  margin:0 0 20px 0;
  padding:0;
  font-size:0.9em;
 }	

ul li
 {
  position: relative;
 }
 
li ul
 {
  position: absolute;
  left: 176px;
  top: 0;
  display: none;
  width:270px;
 }
 
li:hover ul, li.over ul
 { 
  display: block;
 }

li{
margin-bottom:0px;
}


 ul li a{
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	background-color: #666666;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #A8C6D5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A8C6D5;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}



li a:hover{
	background-color: #999999;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #A8C6D5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A8C6D5;
	color:#FFFFFF;
	text-decoration:none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%;padding:6px 0 0 10px;height:20px; }

#content{
	line-height:1.6em;
	text-align:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size:0.9em;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 208px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#content h2{
	font-size:1.4em;
	margin:0 0 0.5em 0;
	color: #41494C;
	font-weight: bold;
}
.box {
	background-color: #CCCCCC;
	display: block;
	padding: 5px;
}


#content h3{
	font-size:1.1em;
	margin:0 0 0.5em 0;
	color: #666666;
	font-weight: bold;
}

#content img{
	padding-right:10px;
	padding-top:5px;
	display:inline;
}

h3{
	font-size:1.1em;
	margin:0 0 10px 0;
	color: #666666;
}

a{
text-decoration:none;
color:#CC0000;
}

a:hover{
text-decoration:underline;
color:#666666;
}

a img{
border:0;
}

#footer{
	clear:both;
	margin:0 auto;
	padding:10px 0 20px 0;
	width:1000px;
	text-align:center;
	color:#808080;
	font-size:0.9em;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #A8C6D5;
}

#footer a{
color:#808080;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

.left{
margin:10px 10px 5px 0;
float:left;
}

.right{
margin:10px 0 5px 10px;
float:right;
}

.textright{
text-align:right;
}

.center{
text-align:center;
}

.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.hide{
display:none;
}
#content h5 {
	color: #FFFFFF;
	background-color: #666666;
	padding-left: 5px;
}
#content h6 {
	color: #FFFFFF;
	background-color: #A8C6D5;
	text-indent: 5px;
}


