/* Layout and positioning styles */
body {
  text-align: center;
}

#page {
  width: 753px;
  text-align: left;
  margin: 0 auto;
}

#header {
  margin: 0px;
  clear: both;
}

#main {
	width: 100%;
	float: left;
  margin: 0px;
}

#sidebar {
  width: 200px;
  float: left;
}

#content {
  margin-left: 210px;
}

#footer {
  clear: both;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #page {
  height: 1%;
}

/* End hide from IE5/mac */



/* General Styles */

body {
  background-color: #003366;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

#header {
  background-color: #FFFECE;
  color: #003366;
  border: 1px solid #FFFECE;
}

#header img {
  width: 745px;
  height: 100px;
}

#main {
  background-color: #FFFECE;
  color: #003366;
  padding-bottom: 10px;
}

a:link { color:#9966FF; text-decoration:none}
a:visited { color:#9966FF; text-decoration:none}
a:hover { color:#cc6600; text-decoration:none; cursor:hand}
a:active { color:#9966FF; text-decoration:none}


p {
  text-align: justify;
}

.ruled {
  background: url(images/divider.gif) no-repeat bottom center;
  padding-bottom: 15px;
}

.textbox {
  background-color: #C9C99C;
  font-family: 'Courier New', system;
  font-size: small;
  overflow: hidden;
}

.label {
  float: left;
  width: 10em;
  overflow: hidden;
}

input.button, button.button {
  background-color: #990000;
  border: 1px raised #990000;
  color: #ffffcc;
  position: relative;
  width: 8em;
}

/* Content-specific styles */
#content {
  background-color: #FFFECE;
  color: #003366;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#content h1 {
  color: #810A10;
  font-size: 26px;
  font-family: Georgia, Times, serif;
  font-weight: normal;
  margin-top: 0px;
}

#content h2 {
  color: #810A10;
  font-size: 26px;
  font-family: Georgia, Times, serif;
  font-weight: normal;
}

#content h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
  font-weight: bold;
}

#content p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
  line-height: 18px;
	color: #003366;
}

#content ul.arrows {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#content ul.arrows li {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  line-height: 20px;
  font-size: 11px;
  background: url(images/bullet.gif) no-repeat top left;
}

.basictable {
  width: 100%;
  border: 1px solid #CC9966;
}

.basictable td {
  border: 1px solid #CC9966;
  padding: 5px;
}

.basictable th {
  border: 1px solid #CC9966;
  padding: 5px;
  text-align: left;
  font-weight: bold;
}

.person {
  font-weight: bold;
  font-style: normal;
}

.lifetime {
  font-weight: normal;
  font-style: italic;
}

a.button, a.button:visited {
  margin: 0px;
  border: 2px outset #F4AB5C;
  background-color: #810A10;
  color: #F4AB5C;
  text-decoration: none;
  padding-left: 2px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

a.button:hover {
  text-decoration: underline;
}

a.button:active {
  text-decoration: underline;
  border: 2px inset #F4AB5C;
}

/* Menu-specific styles */
#sidebar {
	border: none;
	font-family: "Bookman Old Style", serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0px;
  padding: 0px;
}
#sidebar ul {
  list-style: none;
  margin: 5px;
  padding: 0px;
  border: none;
  border-top: 1px solid #810A10;
  border-bottom: 1px solid #810A10;
}
#sidebar li {
  margin: 0;
  padding: 0;
}
#sidebar li a {
  display: block;
  padding: 5px 0px 5px 5px;
  margin: 0px;
  background-color: #810A10;
  color: #F4AB5C;
  color: #C6824C;
  text-decoration: none;
  /* width: 185px; */
  width: 100%;
}
html>body #sidebar li a {
  width: auto;
}
#sidebar li a:hover {
  background-color: #FFFECE;
  color: #810A10;
}
    
/* Footer-specific styles */
#footer {
	font-size: 9px;
  margin: 0px;
  clear: both;
  color: #FFFECE;
  text-align: center;
  background-color: #003366;
  padding-top: 5px;
}

#footer p {
  text-align: center;
}

#footer ul {
	margin-left: 0;
	padding-left: 0;
  margin-top: 5px;
	display: inline;
} 

#footer ul li {
	margin-left: 0;
	padding: 1px 5px;
  line-height: 1.5em;
	border-left: 1px solid white;
	list-style: none;
	display: inline;
}
		
#footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#footer a {
  font-weight: bold;
}