@charset "utf-8";

/* CSS Document */

html, body {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
}

a:link {
	color: #F60;
	text-decoration: none;
}

a:visited {
	color: #F60;
	text-decoration: none;
}

a:hover {
	color: #6CC;
	text-decoration: underline;
}

a:active {
	color:#6CC;
	text-decoration: underline;
}

p {
	line-height: 1.6em;
	margin: 0;
}

#container {
	margin: auto;
	width: 558px;
}

#header {
	height: 67px;
}

#menu {
	height: 26px;
	margin: 30px 0 31px 0;
}

#menu a, #menu a:visited, #menu a:active {
	border: 1px solid #069;
	color: #069;
	display: block;
	float: left;
	height: 14px;
	line-height: 14px;
	margin-right: 2em;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 80px;
}

#menu a.corporateButton {
	float: right;
	margin-right: 0;
}

#menu a:hover {
	border: 1px solid #69C;
	color: #69C;
	text-decoration: none;
}

#menu span {
	border: 1px solid #999;
	color: #69C;
	display: block;
	float: left;
	height: 14px;
	line-height: 14px;
	margin-right: 2em;
	padding: 5px;
	text-align: center;
	width: 80px;
}

#menu span.corporateButton {
	float: right;
	margin-right: 0;
}

#content {
	border: 1px solid #333;
	margin-bottom: 2em;
}

#contentNoBorder {
	margin-bottom: 2em;
}

#footer {
	color: #666;
	font-size: 10px;
	text-align: center;
}

table#contactTable {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

table#contactTable td {
	margin: 0;
	padding: 8px 16px 8px 0;
}

.rightImage {
	border: 1px solid #333;
	float: right;
	margin: 0 0 2em 1em;
}
