
body {
  background: #333 url(images/main_bg.jpg) repeat-x;
  margin: 0;
  padding: 15px;
  font-family: Arial;  
  text-align: center;  
}

form, h1, h2, h3, h4, h5, h6, ol {
  margin: 0;
  padding: 0;
}

#mainBox { 
  display: block;
  width: 780px;
  padding-top: 10px;  
  padding-bottom: 24px;    
  margin-left: auto;
  margin-right: auto;
  background: #fff url(images/globe_bg.jpg) bottom left no-repeat;
  border: 1px;
  border-color: #000;
  border-style: solid;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;  
  text-align: left;
}
	
#footer table {
  font-size: 10px;
}

.redDivider {
  padding-right: 3px;
  padding-left: 3px;
  color: #903;
}
	
.redHighlight {
  color: #903;
  font-size: 8px;	
}

.author {
  font-size: 12px;  
}

#pageContent { 
  padding-right: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;  
  font-weight: normal;
  color: #000;
  line-height: 21px;
}  

#pageContent h1 {
  padding-top: 18px;  
  padding-bottom: 5px;  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;  
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
}

#pageContent h2 {
  padding-top: 18px;  
  padding-bottom: 5px;  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;  
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
}

#pageContent table { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;  
  font-weight: normal;
  color: #000;
}

#nav ul {
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	list-style: none; 
	width: 206px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/nav-line.gif) repeat-x left bottom;
}
#nav ul li {
	background: url(/images/nav-line.gif) repeat-x ;
	line-height: 35px;
	height: 35px;
}
#nav ul li.first {
	background: none;
}
#nav ul li a {
	display:block;
	padding: 0 0 0 0;
	text-decoration: none; 
	text-transform: uppercase;
	font-weight: normal;
	font-size: 9pt;
	color: #333;
	letter-spacing: .5pt;
}
#nav ul li a.active,
#nav ul li a:hover {
	color: #333;
	background: #e0e0e0 url(/images/nav-arrow.gif) no-repeat 115px 13px;
}
#nav ul li.active a{
	color: #333;
	background: #e0e0e0 url(/images/nav-arrow.gif) no-repeat 115px 13px;
}