﻿body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	width: 100%;
	float: none;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
}
h1 {
    font-size: 1.7em;
}
h2 {
    font-size: 1.2em;
    font-weight: bold;
}
p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
a {
    color: #626056;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
td
{
    vertical-align: top;
}
.border {
    background-color: #ffffff;
    width: 900px;
    border: solid 1px #53534d;
	margin: 10px auto 10px auto;
}
.header {
	width: 100%;
	height: 128px;
	background-color: #53534d;
	color: #c7c0b8;
	margin-bottom: 30px;
}
.logo {
	width: 275px;
	height: 130px;
	float: left;
}
.search {
	vertical-align: bottom;
	width: 510px;
	height: 30px;
	float: left;
	padding-top: 100px;
}
.search input {
	background-color: #c7c0b8;
	color: #53534d;
	border: 1px #53534d solid;
	height: 14px;
}
.search a {
	color:#c7c0b8;
	text-decoration: none;
}
.icon {
	float: left;
}
.mainContents {
    background-position: 0px 0px;
    width: 100%;
    background-color: #ffffff;
    color: #53534d;
    margin-bottom: 30px;
    overflow: hidden;
    float: none;
    display:block;
    height: auto;
    background-image: url( '/Images/Background.gif' );
    background-repeat: repeat-y;
}
.mainMenu {
	width: 195px;
	float: left;
	margin: 0px 0px 0px -10px;
}
.subMenu {
	width:148px;
	float: left;
	margin: 0px 10px 0px 2px;
    color: #626056;
    text-decoration: none;
    font-weight: bold;
}
.subMenu a {
    color: #626056;
    text-decoration: none;
    font-weight: normal;
}
.subMenu a:hover {
    color: #626056;
    text-decoration: none;
    font-weight: bold;
}
.contents {
	float: left;
	width: 545px;
	color: #53534d;
	margin: 0px 5px 0px 0px;
}
.footer {
    width: 890px;
    color: #53534d;
    margin: 5px;
    clear: both;
    float: none;
    text-align: center;
    font-size: 0.9em;
}
.contentLeft {
    float: left;
    width: 240px;
}
.contentRight {
    float: left;
    width: 290px;
    padding-left: 10px;
}
.note {
    font-size: 0.85em;
}
#forms td {
    vertical-align: top;
}
.title {
    font-weight:bold;
    text-align: right;
    vertical-align: top;
}
