@charset "UTF-8";
/* CSS Document */

body {
	background: #d9e5ea;
}

a:link {
	color: #477d93;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
a:active {
	color: #CC6600;
	text-decoration: underline;
}

.mainbox {
	font: 12px Helvetica, Arial, sans-serif;
	color: #666666;
	background: #CCCCCC;
	width: 780px;
	background-image: url(imagesWEB/openingWEB.jpg);
	height: 650px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 60px;
	width: 740px;
	padding-left: 40px;
}
.titles {
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #477d93;
	letter-spacing: -1px;
}
.header2 {
	height: 100px;
	width: 740px;
	padding-left: 40px;
	color: #477d93;
}
.contentbox {
	height: 300px;
	width: 740px;
	padding-left: 40px;
}


.bottom {
	height: 175px;
	width: 740px;
	padding-left: 40px;
	color: #477d93;
}
.mainboxInterior {
	font: 12px Helvetica, Arial, sans-serif;
	color: #666666;
	background: #CCCCCC url(imagesWEB/bkgrndInteriorWEB.jpg) repeat-y;
	width: 780px;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
}
.headerInterior {
	background: #FFFFFF url(imagesWEB/headerInteriorWEB.jpg);
	height: 150px;
	width: 770px;
	color: #477d93;
	padding-right: 10px;
	text-align: right;
}
.transparentbox {
	float: left;
	height: 140px;
	width: 400px;
}
.menuInterior {
	float: left;
	height: 500px;
	width: 140px;
	color: #477d93;
	font: bold 14px Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	border-top: solid #477d93 thin;
	background-attachment: fixed;
	margin-left: 10px;
}
.contentboxInterior {
	height: 500px;
	width: 605px;
	float: left;
	color: #333333;
	padding-left: 10px;
	border-left: solid #477d93 thin;
	border-top: solid #477d93 thin;
	padding-top: 20px;
	overflow: auto;
}
.element {
	cursor: pointer;
}
.tablecolor {
	border-color: #477d93;
}
.credits {
	font-size: 10px;
	color: #477d93;
}
