body {
 margin: 0px;
 padding: 0px;
 font-family: arial,sans-serif;
 font-size: 13px;
}


a:link,
a:active,
a:visited {
 color: #FF0000;
	text-decoration: none;
}

a:hover {
 color: #FF0000;
	text-decoration: underline;
}

.floatLeft {
 float: left;
}

.floatRight {
 float: right;
}

.fieldText {
 float: left;
	width: 100px;
	text-align: right;
	height: 22px;
}

.fieldTextRight {
 float: right;
	width: 500px;
	text-align: left;
	height: 22px;
}

.fieldInput {
 float: right;
	width: 500px;
	text-align: left;
}

.errorMessage {
 padding-left: 110px;
	padding-bottom: 20px;
	text-align: left;
}

.contactUs {
 width: 610px;
	text-align: center;
}

.contactUsText {
 width: 610px;
	text-align: left;
	margin: 30px auto 30px 0px;
}

.header {
 background-color: #000;
 width: 100%;
	min-width: 750px;
 height: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
}


.body {
 width: 900px;
 margin: auto;
	position: relative;
	margin-top: 40px;
}

.body800x600 {
 width: 750px;
}

ul.menu {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}

ul.menu li {
 border-bottom: 1px dotted #000;
 padding: 5px 5px 5px 0px;
 text-align: right;
 width: 150px;
}

.bodyText {
 border-left: 1px dotted #000;
 width: 725px;
 padding: 15px;
 padding-right: 0px;
	min-height: 250px;
}

.bodyText800x600 {
 width: 575px;
}

h1 {
 padding-top: 0px;
 font-size: 16px;
 margin: 0px;
	margin-bottom: 10px;
}

h2 {
 font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	margin: 0px;
	margin-bottom: 10px;
}

a.menu:link,
a.menu:visited,
a.menu:active {
 color: #000;
 text-decoration: none;
 font-weight: bold;
}

a.menu:hover {
 color: #ff0000;
}

a.menu span {
 display: block;
 width: 148px;
	cursor: pointer;
}


/*		Clearing the div floats			*/
.clearFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.clearFloat {
	display: inline-table;
}


/* Hides from IE-mac \*/
* html .clearFloat { 
	height: 1%; 
}


.clearFloat {
	display: block;
}
/* End hide frm IE-mac */

td.Link {
 padding-left: 5px;
}

td.Link a:link,
td.Link a:visited,
td.Link a:active {
 color: #000;
}