body {
  margin: 0 10px 0 10px; 
  padding: 0;
  background: #FFFFFF;
  color: #333333;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  line-height: 14px;
}

body.news {
  width: 600px;
}


td, th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

th {
	font-weight: bold;
	text-align: left;
}

table tr td table tr td table tr td {
	text-align: left;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7e3901;
  margin: 10px 0 3px 0;
 }

h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 3px 0;
}

h4 {
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0 3px 0;
}

h5 {
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0 3px 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #003d7e;
}

a:link:hover, a:visited:hover, a:active {
	text-decoration: underline;
	color: #003d7e;
}

p {
	margin: 5px 0 5px 0;
}

p.question {
	margin: 20px 0 2px 0;
	font-weight: bold;
}

#mainWrapper {
	background-color: #e3e7e3;
	width: 800px;
	text-align: left;
}

#navbar {
	background-image: url(/graphics/backgrounds/global_navbar.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	margin: 0;	
	width: 800px;	
	text-align: right;
}

#navbar ul {
	list-style: none;
	margin: 0 10px 0 0;
	display: block;
	height: 30px;
}

#navbar ul li { 
    position: relative; 
    float: right;
	display: block;
	margin: 0;
	padding: 8px 0 8px 0;
}

#navbar ul li a, #navbar ul li a:hover{ 
    color: #e6ebea;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	padding: 0 10px 0 10px;
}

#navbar ul li a:hover {
	color: #FFFFFF;
}

#navbar ul li a.last {
	border-right: none;
}

#mainContent {
	padding: 15px;
	display: block;
	overflow: auto;
	background-image: url(/graphics/backgrounds/global_main.jpg);
	background-repeat: no-repeat;
}

#mainContent #col1 {
	width: 300px;
	margin: 0;
	padding: 0;
	float: left;
}

#mainContent #col2 {
	width: 460px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

#mainContent #main {
	width: 560px;
	margin: 0;
	padding: 0;
	float: left;
}

#mainContent #sidebar {
	width: 200px;
	margin: 0 0 0 10px;
	padding: 30px 0 0 0;
	float: left;
}

.quote {
	background-color: #e9edec;
	padding: 10px;
	color: #000000;
}

.quotee {
	color: #7e3901;
	font-style: italic;
	font-size: 10px;
}

#footer {
	text-align: center;
	font-size: 10px;
	margin: 10px 0 10px 0;
}

hr {
	color: #FFFFFF;	
	margin: 15px 0 15px 0;
}

.newsSection {
	margin-bottom: 25px;
}

.newsSection ul {	
	list-style: none;
	margin: 0;
}

.newsSection ul li {
	list-style-image: none;
	margin: 0;
}

.newsSection ul li ul {
	margin: 0 0 10px 0;
}

.newsSection ul li ul li {
	list-style-image: url(/graphics/bullets/blue_arrow.gif);
	margin: 4px 0 0 15px;
}

.newsSection p {
	font-weight: bold;
}

ul {
	margin: 10px 0 0 0;
	list-style: none;
}

ul li {
	list-style-image: url(/graphics/bullets/double_arrow.gif);
	margin: 7px 0 0 15px;
}

dd {

	margin-bottom: 10px;
}

.callout {
	border: 1px solid #999999;
	padding: 5px 5px 5px 10px;
	background-color: #EEEEEE;
	margin-top: 15px;
	margin-botttom: 30px;
}
