/* CSS Document */

body {
	margin-top: 20px;
	background-image: url(../images/background.gif);
	background-color: #E8FAEA;
	background-repeat: repeat-x;
}
#mainTable {
	width: 1024px;
	border: 2px solid #FFFFFF;
}
.header {
	height: 125px;
}
.linkBar {
	height: 30px;
	background-color: #43B4E7;
	background-image: url(../images/linkBack.jpg);
	background-repeat: repeat-y;
}
.linkBar a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	padding: 6px 15px 10px;
	font-weight: bold;
}
.linkBar a:hover {
	background-color: #D3EFF5;
	color: #000000;
}
.contentArea {
	padding: 10px;
	background-color: #d3eff5;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/contentArea.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contentArea h1 {
	color: #000000;
	font-size: 18px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #43B4E7;
	padding-bottom: 5px;
}
.contentArea h2 {
	color: #000000;
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #43B4E7;
	padding-top: 5px;
}
.contentArea a {
	text-decoration: underline;
	color: #333333;
}
.contentArea a:hover {
	color: #000000;
	text-decoration: none;
}
.contentArea li {
	list-style-image: url(../images/list.gif);
}
.footerArea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #43B4E7;
	padding-top: 5px;
}
.footerArea a {
	text-decoration: none;
	display: inline;
	padding: 5px;
	color: #43B4E7;
}
.footerArea a:hover {
	background-color: #FFFFFF;
}

