body {
	font-family: sans-serif;
	font-size: 10pt;
	color: white;
	background-color: black;
}

img { border: none; }
a.whiteLink { color: white; text-decoration: underline; }

div#meccLogoText {
	height: 40px;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #FFBB00;
}

span.logoLetter { font-size: 20pt; }

div.imageCentered {
	text-align: center;
}

table#mainContainer {
	padding: 0px;
	background-color: #004400;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	border: solid 4px #555555;
	vertical-align: top;
}

td#mainNavbar {
	padding: 0px;
	width: 200px;
	border: solid 2px #333333;
	vertical-align: top;
}

.navbarHeader {
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	background: url('media/images/indent1background.png');
}

/* Use the old standardLink class as the default for all hyperlinks */
a {
	//cursor: default;
	color: #00CCDD;
	text-decoration: none;
}
a:hover {font-weight: bold; color: cyan; }

/* .navbarLink:hover { font-weight: bold; color: cyan; } */
.navbarLink { padding-left: 10px; }


td#mainContent {
	padding: 8px;
	border: solid 2px #333333;
	vertical-align: top;
}

span#contentHeading { font-size: 20pt; font-weight: bold; color: #FFCC22; }

td#rightBar {
	padding: 8px;
	width: 140px;
	border: solid 2px #333333;
	vertical-align: top;
}

p#bottomText {
	text-align: center;
	font-size: 8pt;
	color: #DDDDDD;
}



div#pgalImageCentered {
	text-align: center;
}
