/* CSS Document */

body {margin:0;padding:0;font-family:verdana;font-size:9pt;
background:url(images/bgheader.gif) repeat-x top left scroll;
}
p {white-space:normal}

a {color:#000000;text-decoration:none}
/* a:hover {color:#FFFFFF;} */

/* div#menu ul#menulist li a {color:#FFFFFF} */
div.sidebarnavitem:hover{background-color:#99CC00;}
div.sidebarnavitem a:hover{color:#FFFFFF}
div.topic:hover{background-color:#99CC00;}
div.topic a:hover{color:#FFFFFF}

#border_table_black{border: 1px solid black;}
#border_table_black td, #border_table_black th{border: 1px solid black;}

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin-top:1em;
}


#wrapper2 {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin-top:0em;
}


#header {
	width:100%;
	/*background-image:url(images/bgheader.gif); */
	height:30px;
}

#headerpic {
	text-align:right;
}

#header h1 {}

#nav {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.navitem {
	float:left;
	width:200px;
	padding:5px;
	border-left:1px dotted #6F9C03;
	border-bottom:1px dotted #6F9C03;
	margin-right:3px;
	background-color:#BEFE5F;
}

#menu {
	text-align:left;
	width:900px;
	margin:0pt auto;
	
}

lime {
	/* list-style-type:none; */
	/* display:inline; */
	/* border-bottom:1px dotted #bfbfbf; */
	margin-right:10px;
	/* background-color:#00b0f1; */
	/* background-color:#55caf5; */
	padding:4px 5px;
	text-align:center;
	color:#000000;

}

lime:hover{
	background-color:#99CC00;
	background:#99CC00;
	color:#FFFFFF;
}



#middle {
	width:620px;
	float:left;
	margin-top:5px;
	padding-right:20px;

}

#sidebar {
	width:110px;
	margin-top:15px;
	margin-left:760px;
}



.label {
	color:#000000;
	width:250px;
	float:left;
	text-align:left;
}

.sublinkitem {
	border-bottom:1px dotted #bfbfbf;
	padding-top:4px;
	padding-bottom:4px;
	width:200px;
}

.page {
	font-size: 12px;
}


div.sidebarnavitem {
	font-size: 12px;
	border-bottom:1px dashed #bfbfbf;
	padding-top:6px;
	padding-bottom:2px;
	text-align:right;
}

div.topic {
	font-size: 13px;
	border-bottom:1px dotted #bfbfbf;
	padding-top:6px;
	padding-bottom:2px;
	padding:4px 5px;
	text-align:right;
}

#linksnav {
	margin-top:25px;
}

#headerpic {
	/*background:url(images/cloud1.gif) top right scroll no-repeat; */
	width:100%;
}

.page .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #8b919f;
  width: 100%;
  min-width: 300px;
  height: 38px;
  font-size: 11px;
  text-align: left;
  color: #000;
  background: #94d6f8 url('../img/common/footer_bg.gif') 0 0 repeat-x;
}