@charset "utf-8";
/* CSS Document */

body {
  font-family: arial, helvetica, san-serif;
  font-size: 12px;
  color: white;
  width: 800px;
  background-color: #111111;
  margin-top: 0px; 
  }
/* formats top nav bar */
#nav a:link, #topnav a:link {
  color: #ffffff;
  text-decoration: none;
  }

#nav a:visited, #topnav a:visited {
  color: #ffffff;
  text-decoration: none;
  }

#nav a:hover, #topnav a:hover {
  color: #ffffff;
  text-decoration: underline;
  }
/*----------------------*/

a:link {
  color: #D40204;
  text-decoration: none;
  }

a:visited {
  color: #D40204;
  text-decoration: none;
  }

a:hover {
  color: #D40204;
  text-decoration: underline;
  }

h1 {
  font-size: 18px;
  color: #D40204;
  margin-top: 12px;
  margin-bottom: 12px;
  } 

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #888888;
  margin-top: 18px;
  margin-bottom: 0px;
  } 

p {
  margin-top: 6px;
  }

#topnav {
	color: #ffffff;
	font-size: 11px;
	position: absolute;
	top: 4px;
	left: 515px;
  }

#nav {
	color: #ffffff;
	font-size: 13px;
	position: absolute;
	top: 156px;
	left: 265px;
	width: 449px;
  }

table.page {
  background-color: #000000;
  }

td.page {
  background-color: #222222;
  /*background-image:url(images/center_back.jpg);*/
  vertical-align: top;
  font-size: 14px;
  padding: 10px 20px 20px 20px;
  }

td.right {
  background-color: #000000;
  vertical-align: top;
  font-size: 14px;
  font-style: none;
  padding: 10px;
  background-image:url(images/right_back.jpg);
  }

.menu {
  padding-top: 20px;
  background-image:url(images/left_back.jpg);
  }

.menu_top {
  height: 26px;
  /*background-image:url(images/menu_01.jpg);*/
  vertical-align:middle;
  text-align:center;  
  }

.menu_mid {
  height: 36px;
  /*background-image:url(images/menu_02.jpg);*/
  font-size: 14px;
  vertical-align:middle;
  text-align:left;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px dashed #cccccc;
  }

.menu_bot {
  height: 24px;
  border-top: 1px dashed #cccccc;
  /*background-image:url(images/menu_03.jpg)*/
  }

img {
  border: 1px solid #cccccc;
  }

li {
  margin-top: 12px;
  }

hr {
  line-height: 1px;
  color: #333333;
  }