body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
}

.bodyLink {
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}

img {
	text-decoration: none;
	border: none;
}

.contentUL li {
	font-size: 0.8em
}

#contentImage {
	background-repeat: no-repeat;
	border: 1px solid #333333;
	border-collapse: collapse;
	width: 330px;
	height: 250px;
	float: right;
	margin: 10px;
}

#contentImage #text {
	vertical-align: bottom;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
	padding: 185px 10px 10px 10px;
}

.BT {
	font-size: 0.8em;
	margin: 10px 0px 10px 0px;
}

.bodyLi {
	font-size: 0.8em;
}

#pageTitle {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

#header {
	text-align: center;
}

#menuTable {
	width: 900px;
	border: none;
	border-collapse: collapse;
	background-color: #E6EAF4;
	margin-left: auto;
	margin-right: auto;
}

#navLink {
	/*
	 * Adjust the width here to alter the center of the menu.
	 * DO NOT adjust any of the menu style from here.
	 */
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	border-collapse: collapse;
}

#contentTable {
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: right;
	width: 900px;
	height: 450px;
	border: 1px solid #666666;
}

#contentTable #contLeft {
	padding-left: 20px;
	vertical-align: top;
}

#copyright {
	font-size: 0.7em;
	width: 900px;
	border: none;
	border-collapse: collapse;
	background-color: #E6EAF4;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #666666;
}

/*
 * Transparency
 */
div.transOFF {
	border: none;
	margin-left: auto;
	margin-right: auto;
}
div.transON {
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	border: none;
	margin-left: auto;
	margin-right: auto;
}