body, html {
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   font-size: 12px;
   font-family: Arial;
}

body {
   background: url(/images/design/background.jpg);
}

.backgroundContainer {
   background: url(/images/design/background-top.jpg) top repeat-x;
   width: 100%;
   height: 100%;
}

.header {
   background: url(/images/design/header.jpg);
   width: 980px;
   height: 197px;
   margin: 0 auto;
}

.topGreen {
   background: url(/images/design/dark-green.jpg);
   width: 980px;
   height: 20px;
   margin: 0 auto;
}

.bodyContainer {
   background: url(/images/design/leftnav-background.jpg);
   width: 980px;
   margin: 0 auto;
   overflow: hidden;
}

.bodyContainerInner {
   background: url(/images/design/leftnav-bottom.jpg) bottom left no-repeat;
   overflow: hidden;
}

.leftNav {
   /*background: url(/images/design/leftnav-background.jpg);*/
   width: 200px;
   float: left;
}

.leftNav1 {
   background: url(/images/design/leftnav-top.jpg) no-repeat;
   width: 200px;
   height: 250px;
}

.mainContent {
   background: url(/images/design/body-background.jpg) repeat-y;
   width: 780px;
   min-height: 400px;
   float: left;
}

.mainContent1 {
   background: url(/images/design/body-top.jpg) top no-repeat;
   width: 760px;
   min-height: 90px;
   padding: 10px;
}

.footer {
   background: url(/images/design/bottom.jpg) bottom no-repeat;
   width: 980px;
   height: 126px;
   margin: 0 auto;
   clear: both;
}

.bottomGreen {
   background: url(/images/design/dark-green.jpg);
   width: 980px;
   height: 30px;
   margin: 0 auto;
   clear: both;
}

img {
   border: 0;
}

a {
   color: #34A317;
   text-decoration: underline;
}

.scheader {
   border-bottom: 1px solid #999999;
   font-weight: bold;
}

/*-----------------*/

#wrap {
	position: relative;
	font-size: 1em;
	width: 700px;
	padding: 0px 0px;
	margin: 0 auto; 
	background-color: #fff;
	position: relative; }

#navbar {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;}
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	text-transform: uppercase;
	text-decoration: none; 
	color: #000;
	font-weight: bold; }
#navbar li a:hover {
	color: #000; }
#navbar li ul {
	display: none;  }
#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: left; }
#navbar li:hover li a, #navbar li.hover li a {
	color: #000; }
#navbar li li a:hover {
	color: #357; }