body {
	font: 100% Arial, Helvetica, san-serif;
	color: #455560;
	background-image: url(../images/page_bg.gif);
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}
img {
	border: 0;
}
#header {
	height: 77px;
}
#header .strapline {
	color: #000066;
	background-color: transparent;
	float: right;
	margin-right: 4em;
	margin-top: 2em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#content {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	vertical-align: top;
	font-size: 75%;
	line-height: 20px;
}
#content ul { 
	color: #d70; 
	padding-left: 1em;
	margin-top: 0;
	margin-bottom: 5px;
}
ul span { 
	color: #455560; 
}
.underline {
	display: block;
	width: 150px;
	color: #000066;
	border-bottom: 1px solid #ff6600;
	font-weight: bold;
}
.text {
	width: 350px;
	float: right;
}
.feature_image {
	margin-right: 10px;
	margin-bottom: 5px;
}
#Home .feature_image {
	margin-bottom: 0;
}
.links a {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
}
#cols {
	width: 95%;
	margin: 0 auto;
}
#cols th {
	vertical-align: bottom;
}
#cols td {
	width: 33%;
	vertical-align: top;
}
#cols h2 {
	font-weight: normal;
	margin-bottom: 0;
}
.small {
	font-size: 70%;
}
#cols img {
	float: left;
	padding-right: 10px;
	font-size: larger;
}
#footer {
	clear: both;
	font-size: 55%;
	border-top: 25px solid #000066;
	padding: 5px;
	margin-left: 0px;
}


/* Used on Support Page */
#Support .col1 {
	float: left;
	width: 395px;
	height: 600px;
	overflow: scroll;
	margin-right: 10px;
	padding-right: 10px;
}
#Support .col2 {
	float: right;
	width: 395px;
	overflow: scroll;
	height: 600px;
	padding-right: 10px;
}
#Support h3 {
	color: #d70;
	margin-bottom: 0;
}


/* Used on About Page */
#About .special {
	color: #d70;
	font-size: 1.3em;
	font-weight: bold;
}
#About h1 {
	line-height: 30px;
	font-weight: normal;
	font-size: 1.4em;
	margin-left: 50px;
}
#About table {
	padding: 0;
}
.bio1 {
	float: left;
	width: 40%;
	margin-left: 25px;
}
.bio2 {
	float: right;
	width: 50%;
	margin-right: 25px;
	margin-bottom: 10px;
	border-left: 5px solid #96a4ad;
}
.bio2 td  {
	width: 50%;
	vertical-align: top;
	font-style: italic;
	padding-left: 20px;
}


/* Used on Contact Page */
.ty1 {
	float: left;
	width: 30%;
}
.ty2 {
	float: right;
	width: 65%;
}
#Contact .special {
	color: #d70;
	font-size: 1.3em;
	font-weight: bold;
}
#Contact .required {
	color: maroon;
}
#Contact h1 {
	line-height: 30px;
	font-weight: normal;
	font-size: 1.4em;
}
input.txt, textarea {
	color: #00008b;
	border: 1px inset #00008b;
	width: 400px;
}
input.btn {
	color: #00008b;
	border: 1px outset #00008b;
}
form {
	display: inline;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 20%;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
}
#Contact label.txt {
	float: right;
	width: 400px;
	text-align: left;
	margin-right: 120px;
}
.checkbox {
	margin-left: 120px;
}
