* {
	margin: 0;
	padding: 0;
}

body {
background: #2a3742 url(images/bg.jpg) repeat-x top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #eee;
}

a {
text-decoration: none;
color: #7CBF0F;
}
a:hover {
text-decoration: underline;
color: #A3D74F;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 120px;
background: #2a3742 url(images/header.jpg) no-repeat;

}
#header h1 {
	font-size: 28px;
	letter-spacing: -1px;
	padding: 35px 0 0 120px;
	color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #A3D74F;
}
#header h2 {
font-size: 19px;
color: #e1c70e;
padding: 5px 0 0 120px;
letter-spacing: -1px;
font-weight: 100;
}

#contentbar {
height: 20px;
line-height: 20px;
margin-top: 10px;
}
.contentbarleft {
float: left;
padding-left: 20px;
font-weight: 600;
font-size: 15px;
width: 220px;
}
.contentbarright {
float: right;
padding-left: 20px;
font-weight: 600;
font-size: 15px;
text-align: left;
width: 530px;
}

#content {
padding: 0 10px;
}

.right {
float: right;
width: 530px;
text-align: justify;
padding-top: 20px;
font-size: 14px;
}
.right h2 {
background: url(images/h2-right.gif) no-repeat;
padding-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
font-size: 18px;
font-weight: 100;
height: 30px;
line-height: 30px;
}
.right h2 a {
text-decoration: none;
color: #A3D74F;
}
.right h2 a:hover {
color: #fff;
}

.right h3 {
text-decoration: none;
color: #A3D74F;
padding: 20px;
}

.left {
float: left;
width: 220px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
color: #fff;
font-size: 13px;
}

.contentbarleft h3 {
	background-image: url(images/h2-left.gif);
	margin: 10px 0 0 0;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
}

.contentbarleft {
	margin: 10px 0 0 0;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.contentbarleft ul {
padding: 10px 0 15px 20px;
list-style-type: none;
}

.contentbarleft ol {
padding: 10px 0 15px 20px;
}

.contentbarleft ul li a {
text-decoration: none;
font-weight: 600;
font-size: 13px;
}
.contentbarleft ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #eee;
margin-top: 40px;
border-top: 1px dotted #A2D84C;
padding-top: 10px;
padding-bottom: 10px;
}
#footer a { color: #eee; }
#footer a:hover { color: #aaa; }


  /*Credits: Dynamic Drive CSS Library */
  /*URL: http://www.dynamicdrive.com/style/ */  
 .menu {
 margin-left: 30px;
 } 

  .suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px; /* Width of Menu Items */
}
  
  .suckerdiv ul li{
  position: relative;
  }
  
  /*Sub level menu items */
  .suckerdiv ul li ul{
  position: absolute;
  width: 160px; /*sub menu width*/
  top: 0;
  visibility: hidden;
  }  
  /* Sub level menu links style */
  .suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	text-decoration: none;
	background-image: url(images/menu.gif); /* background-color: #7dbf10; */
	padding: 5px 2px 2px 20px;
	height: 26px;
}  
  .suckerdiv ul li a:visited{
  color: black;
  }  
  .suckerdiv ul li a:hover{
	text-decoration: none;
  color: #ffffff;
  }  
  .suckerdiv .subfolderstyle{
	background-image: url(images/menu-sub.gif);
  }  
   
  /* Holly Hack for IE \*/
  * html .suckerdiv ul li { float: left; height: 1%; }
  * html .suckerdiv ul li a { height: 1%; }
  /* End */  