﻿body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
td.Content {
	background-image:url(../images/left01.jpg);
	background-repeat: no-repeat;
	min-height: 1694px;
	height: 1694px;
}
td.ContentText {
	padding: 0 5px 0 5px;
	font-size: 14px;
}
td.ContentText h3 {
	color: #26235e;
	font-size: 18px;
	font-weight: bold;
}
td.ContentText ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 130%;
}
td.ContentText ul li {
	padding-left: 30px;
	background-image: url(../images/bullet01.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.5em;
}
.SignUp {
	font-size: 12px;
	text-align: left;
}
.SignUp h3 {
	font-size: 14px;
	color: #8d271f;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0;
}
.SignUp p {
	padding: 10px 0 10px 0;
}
.AboutAM {
	background-color: #fdeea6;
}
.AboutAM ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 130%;
}
.AboutAM ul li {
	padding-left: 20px;
	background-image: url(../images/bullet01.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-bottom: 10px;
}
input, select, textarea {
	font-size: 10px;
}
input[type=checkbox], input[type=radio], input[type=image], input[type=submit] {
	vertical-align: middle;
	position: relative;
	bottom: 1px;  
}  
input[type=radio] {
	bottom: 2px;  
}
input[type=image] {
	margin: 0;
	bottom: 0;
}
input[type=submit], input[type=button] {   
	background-color: #f5f5f5;
	border:1px solid;
	border-color: Gray;
}
input[type=text], select {   
	background-color: #f5f5f5;
	border: 1px solid;
	border-color: Gray;
}
.ErrorText {
  color: red;
  font-size: 1em;
  font-weight: bold;
}