html, body {
  height:100%;
	width:100%;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.main_table {
  background: #000;
}

td.breadcrumb {
  background: url('images/breadcrumb_bar.jpg') no-repeat;
	line-height: 17px;
	padding-left: 10px;
	color: #fff;
	font-family: tahoma,arial,verdana;
	font-size: 10pt;	
}

a.breadcrumb {
	color: #fff;
	font-family: tahoma,arial,verdana;
	font-size: 10pt;
  text-decoration: none;
}

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

.column_left {
	padding-top: 10px;
}


form {
  margin: 0;
	width: 75%;
}

form p {
  clear: right;
	width: 100%;
    margin: 0;
	padding: 2px;
	text-align: left;
}

form p label {
  font-size: 12px;
  float: left;
  margin: 5px 0px 0px 0px;
}

form p input, form p textarea, form p select, form p submit{
 float: right;
 border: 1px solid black;
 margin: 5px 0px 0px 0px;
}


.content_text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
	height: 400px;
}

p {
	font-family: Tahoma, Verdana, Arial;
}


.page_header {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

/* News Page */
.news_item {
 border-bottom: 1px solid #ccc;
 margin: 10px;
 padding: 5px;
}

.news_title {
  font-weight:bold;
	font-size: 14px;
	text-decoration: underline;
	color: #000;
	margin-bottom: 5px;
}

/* News Page EOF */

/* Infobox Styles */

.side_box {
	width: 152px;
}

.side_box_heading {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;	
	color: #fff;
}

.side_box_content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 5px;
	background: #fff;
	width: "100%";
	border: 1px solid #000;
}

/* Infobox Styles EOF */

.footer {
  height: 25px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #aaa;
	text-align: center;
	border-top: 1px solid #aaa;
}


html {
     overflow: -moz-scrollbars-vertical;
}

td{
font-family:verdana;
font-size:8pt;
}


.copy{
font-size:7pt;
}


.nav_link {
  display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
  margin: 2px 0 0 2px;
}

.nav_link:hover {
	color: #fff;
	background: #000;
}

.sub_nav_link {
  display: block;
	margin-left: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.sub_nav_link:hover {
	color: #fff;
	background: #000;
}


.right_edge {
  background: url('images/tile_right.jpg');
	bacground-repeat: repeat-y;
}