body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	background: #d6c9b6 url(../images/site-bg.gif) top left repeat;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	outline: none;
	text-decoration: none;
}

/*------------------ Framework -----------------*/

.top-shadow {
	background-image: url(../images/topshadow.png);
	background-repeat: repeat-x;
}

.right-shadow {
	background-image: url(../images/rightshadow.png);
	background-repeat: repeat-y;
}

.bottom-shadow {
	background-image: url(../images/bottomshadow.png);
	background-repeat: repeat-x;
}

.left-shadow {
	background-image: url(../images/leftshadow.png);
	background-repeat: repeat-y;
}

.logo {
	background-image: url(../images/bg-logo-bar.png);
	background-repeat: repeat-x;
}

/*------------------ Content ------------------*/

.content {
	background-color: #fff;
	padding: 30px 15px;
}

.content h1 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}

.content h2 {
	font-size: 12px;
	color: #ea5a04;
}

.content p {
	text-align: justify;
}

.content a {
	color: #ea5a04;
}

.orange {
	color: #ea5a04;
}


/*--------------- Scroll box styling ------------------*/

.Container {
  position: absolute;
  width: 325px;
  height: 410px;
}

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 325px;
  height: 410px;
}

#Scroller-1 h2 {
 	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #ea5a04;
	text-align: justify;
	padding-left: 3px;
}

#Scroller-1 p {
	font-family: Arial,Helvetica,sans-serif;
 	font-size: 11px;
	line-height: 13px;
	color: #383838;
	padding-left: 3px;
}

#Scroller-1 li {
	font-family: Arial,Helvetica,sans-serif;
 	font-size: 11px;
	line-height: 13px;
	color: #383838;
	padding-bottom: 10px;
}


#Scroller-1 a {
	color: #ea5a04;
}

#Scroller-1 a:hover {
	text-decoration: underline;
}


.Scroller-Container {
	position: absolute;
	top: 1px;
	left: 15px;
	width: 320px;
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 10px; 
  right: -10px;
}

.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 395px; 
  right: -10px;
}

.Scrollbar-Text {
  position: absolute;
  top: 150px; 
  right: -25px;
}

.float-left {
	float: left;
	padding: 0 15px 10px 0;
}

.float-right {
	float: right;
	padding: 0 0 10px 15px;
}
/*
 --------------- Scroll box styling ------------------ 

.Container {
	position: absolute;
	width: 335px;
	height: 350px;
	left: 208px;
}

#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 335px;
	height: 424px;
	left: 0px;
	top: 5px;
}

#Scroller-1 h2 {
 	font-size: 12px;
	color: #ea5a04;
	text-align: justify;
}

#Scroller-1 p {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	line-height: 13px;
	color: #383838;
	
}

#Scroller-1 a {
	color: #ea5a04;
}

#Scroller-1 a:hover {
	text-decoration: underline;
}

.Scroller-Container {
	position: absolute;
	top: 4px;
	left: 21px;
	width: 306px;
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 3px; 
  right: 2px;
}

.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 421px; 
  right: 4px;
}

.Scrollbar-Text {
  position: absolute;
  top: 150px; 
  right: -25px;
}

.float-left {
	float: left;
	padding: 0 15px 10px 0;
}

.float-right {
	float: right;
	padding: 0 0 10px 15px;
}

*/
/*----------------- Footer ---------------------*/

.footer {
	background-image: url(../images/bottomshadow.png);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #6a6667;
	padding: 10px 5px;
}

.footer a {
	color: #6a6667;
	text-decoration: underline;
}	
