body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}

.container {
    background: url(../images/topbg.jpg) no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 875px;
	height: 541px;
	margin-bottom: 0;
	border: 1px solid #30aade;
	
	}



img {border: none;}


.content {
	background: url(../images/middle.gif) repeat-y;
	padding-top: 95px;
    	}

#navbar {
position:relative;
top:64px;
left: 350px;
         }

#navbar a:hover {
  color: #D1EAFE;
  text-decoration: none;
}

.leftside {
	position:relative;
	left: 2px;
	float:left;
	width: 320px;
	margin-top: 180px;
	}


.rightcontent {
	position: relative;
	top: 25px;
	padding-left: 45px;
	width: 505px;
	overflow: hidden;
	}
.rightcontent ul {
font-size: 10px;
margin-left: 20px;

}
.textbox {
margin-top: 45px;
margin-left: 8px;
width: 460px;
height: 235px;
border-right: 1px solid #6084bd;
}



.footer {
   padding-top:20px;
	height: 70px;
	font-size:9px;
	}


.footer p {
  color: #666666;
  margin: 0;
	}

/* Scrolling Text Area */

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 460px;
  height: 200px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  color: #000000;
  font-size: 11px;
  text-indent: 0px;

}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 95px; left: 530px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 20px; height: 89px;
  position: absolute;
  top: 10px; left: 2px;
  background: transparent url(images/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 3px; height: 40px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 100px;
}

