
/* *************
main bits
*/

html
{
  width: 900px;
	height: 100%;
	color: #000000;
}

body
{ 
  background: #ffffff;
  width: 900px;
  height: 100%;
  margin: 0;
  padding: 0px;
  font-family: Verdana;
}

form
{
	border: 0px;
	margin: 0px;
	margin-bottom: 2px;
}

img
{
border: 0;
margin: 3px;
}

div
{ background-color: transparent;
  border: 1px solid red;
}

.floater
{
position: absolute;
top: 300px;
left: 300px;
height: 200px;
width:100px;
}

table
{ background-color: transparent;
  border: 0px solid blue;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

td
{
	font-style: verdana, geneva, sans-serif;
	font-size: 12px;
}

a
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a:visited:hover
{
  text-decoration: underline;
}


.title_bar
{
	background-color: #ffffff;
	padding-left:2px;
	text-align: right;
}

.title_bar2
{
	background-color: #c70e0c;
	text-align: center;
	width: 135px;
}

.menu_bar
{
	height: 100px;
	width: 900px;
}

.heading_bar
{
	background-color: #c30000;
	color: #cc6600;
	font-size: 35px;
	margin-left: 10px;
	padding-left: 10px;
}

.section_head_left
{
	background-color: #c70e0c;
	color: #ffffff;
	font-size: 20px;
	padding-left: 10px;
	width: 125px;
}

.body_left
{
	background-color: #ffffff;
	color: black;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 135px;
	background-image: url( sidebar.jpg );
	background-repeat: repeat-x;
}

.body_right
{
	background-color: transparent;
	color: white;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 20px;
	border-top: 3px solid #c70e0c;
}

.body_middle
{
	background-color: #ffffff;
	padding-left: 15px;
	border-top: 3px solid #c70e0c;
	font-size: 12px;
}

.body_middle_blank
{
	background-color: #ffffff;
	padding-left: 30px;
}

body
{
}

.menu_bar_bold
{
	padding-left: 10px;
	font-style: verdana, geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #AA0000;
	color: #FF9933;
}

.menu_bar_bold a
{
	color: #FF9933;
}

.body_middle h1
{
	color: #c70e0c;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 7px;
}

.body_middle h2
{
	color: #c70e0c;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 7px;
}

.body_middle a
{
	color: #dd6600;
	font-weight: bold;
}

.body_left a
{
	color: #dd6600;
	font-weight: bold;
}

.body_left h1
{
	color: white;
	padding-left: 10px;
	font-size: 14px;
}

.body_middle p
{
	background-color: #ffffff;
	padding-left: 5px;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 5px;
}


.list_0
{
	background-color: #f0e0a0;
	font-size: 12px;
	margin-top: 2px;
	border-top: 1px solid #dd6600;
	padding-left: 5px;
}

.list_1
{
	background-color: #ffffff;
	font-size: 12px;
	margin-top: 2px;
	border-top: 1px solid #dd6600;
	padding-left: 5px;
}

.list_1 a
{
	color: #dd6600;
	font-weight: bold;
}

.list_0 a
{
	color: #ffffff;
	font-weight: bold;
}

.list
{
	padding-right: 5px;
	font-size: 12px;
	color: #000000;
}

.list a
{
	font-size: 12px;
	color: #dd6600;
	font-weight: bold;
}

.list_header
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.body_orange
{
	background-color: #ffffff;
	font-size: 12px;
	margin-top: 2px;
	border-left: 1px solid #c70e0c;
	padding-left: 2px;
	padding-right: 5px;
	margin-right: 5px;
}

.body_orange p
{
	background-color: #ffffff;
	margin-bottom: 10px;
}

.body_orange a
{
	font-size: 12px;
	color: #dd6600;
	font-weight: bold;
}

.black
{
	color: black;
	font-style: italic;
}

.big_box
{
	width: 900px;
	height: 100%;
}

.micro
{
	font-size: 8px;
}

.rightfloater
{
	float: right;
	margin-left:10px;
	margin-bottom:0px;
	border: none;
	font-size: 10px;
	text-align: center;
}

.leftfloater
{
	float: left;
	margin-right:10px;
	margin-bottom:0px;
	border: none;
	font-size: 10px;
	text-align: center;
}

