body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: white;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: black;
	font-size: 12px;
}

img {
	border: 0;
}

h1 {
	margin-top: 0;
	margin-bottom: 1.5em;
	font-size: 1.4em;
}

table.page-container {
	text-align: left;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 925px;
}

div.page-header {
	position: relative;
	color: white;
}

a.page-header-link {
	top: 55px;
	display: block;
	position: absolute;
	width: 197px;
	height: 133px;
}

div.header-menu {
	position: absolute;
	top: 12px;
	left: 200px;
}

div.header-menu td {
	width: 99px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	cursor: pointer;
	padding: 0px 2px 0px 2px;
}

div.header-menu a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

div.header-path {
	position: absolute;
	top: 192px;
	left: 206px;
}

div.header-path a {
	color: white;
}

table.misc {
	margin-bottom: 10px;
}

table.misc td.header {
	background-repeat: no-repeat;
	width: 179px;
	height: 34px;
	padding-right: 10px;
	text-align: right;
	color: white;
	font-weight: bold;
	vertical-align: top;
	font-size: 14px;
}

table.search {
	background-image: url('/images/design/search_box.jpg');
	background-repeat: no-repeat;
	width: 189px;
	height: 37px;
	margin-bottom: 10px;
}

input.search-button {
	width: 60px;
	height: 20px;
	border: 0;
	background-color: transparent;
	background-image: url('/images/design/search_button.jpg');
	background-repeat: norepeat;
	cursor: pointer;
	text-transform: uppercase;
	color: white;
	padding-left: 3px;
	font-size: 12px;
	font-weight: bold;
}

table.search td.input {
	padding-left: 8px;
	padding-right: 8px;
}

table.search td.input input {
	width: 100px;
	border: 1px solid #828583;
	height: 17px;
}
	
table.search td.button {
	padding-right: 9px;
}

table.misc td.header div {
	padding-top: 3px;
}

table.misc td.header.blue {
	background-image: url('/images/design/box_blue_header.jpg');
}

table.misc td.header.red {
	background-image: url('/images/design/box_red_header.jpg');
}

table.misc td.header.green {
	background-image: url('/images/design/box_green_header.jpg');
}

table.misc td.content {
	background-color: #e1e1e1;
	padding: 5px 0px 5px 5px;
	font-weight: bold;
	color: #5f5f5f;
	vertical-align: top;
}

table.misc td.content a {
	color: #446353;
	font-size: 12px;
}

table.misc td.content td.icon {
	padding-right: 5px;
}

table.misc td.content td.text {
	vertical-align: middle;
}

span.arrow-text {
	background-image: url('/images/design/icon_faq.jpg');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}

div.page-footer {
	border-top: 2px solid #97a89e;
	font-size: 10px;
	margin-top: 40px;
	padding-top: 3px;
}

div.page-footer-menu {
	color: #94a59b;
	font-size: 10px;
	padding: 5px 0 0 4px;
}

div.page-footer-menu ul {
	padding: 0;
	margin: 0;
}

div.page-footer-menu li {
	display: inline;
	padding: 0 3px 0 10px;
	background-image: url(/images/design/footer_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

div.page-footer-menu a {
	color: #2f523e !important;
	font-size: 10px;
}

.image-left {
	padding: 0px 15px 5px 0px;
	float: left;
}

.image-right {
	padding: 0px 0px 5px 15px;
	float: right;
} 