body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	*/ font-size: 80%;
	color: #CCCCCC;
	background-color: #121212;
	background-image: url(../images/interface/background_black.gif);
	background-position: center -20px;
	background-repeat: no-repeat;
	text-align: center;
}

h1 {
	text-transform: uppercase;
	font-size: 100%;
	margin-top: 10px;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 100%;
}

a {
	color: #C13F01;
}

.pageLayout {
	/* margin-left: 10%;
	margin-right: 10%;
	width: 80%; 
	width: 1014px;*/
	max-width: 1014px;	
	width:expression(document.body.clientWidth > 1014? "1014px": "auto" );
	margin-top: 100px;
	text-align: left;
	background-color: Black;
	/*background-image: url(../images/interface/background_content.gif);
	background-position: center top;
	background-repeat: no-repeat; */
}

#pageDiv {
	max-width: 1014px;
	margin-right:auto;
	margin-left:auto;
}

td.pageHeader {
	background-image: url(../images/interface/header_image_black.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: White;
	height: 146px;
}

td.pageHeader img {
	padding-right: 5px;
}

td.byLine {
	color: White;
	background-color: #141414;
	padding: 3px 25px 3px 25px;
	text-transform: uppercase;
	border-top: 1px Solid #333333;
	border-bottom: 1px Solid #333333;
	/*border-left: 1px Solid #333333;
	border-right: 1px Solid #333333; */
}

td.byLineText {
	font-weight: bold;
	letter-spacing: 6px;
}

td.byLineNav {
	text-align: right;
	padding-right: 0px;
}

td.byLineNav a {
	font-size: 80%;
	color: White;
	text-decoration: none;
}
td.byLineNav a:hover {
	text-decoration: underline;
}

.headerBar {
	background-color: #1E1E1E;
	/*border: 1px Solid White; */
}

.mainNav {
	border-right: 1px Solid #141414;
}

.mainNav td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* Verdana,  */
	text-transform: uppercase;
	font-size: 80%;
	width: 200px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	/*background-color: #BEBE7E; */
	padding: 1px;
	border-bottom: 1px Solid #141414;
}


.footer {
	background-color: #C13F01;
	color: White;
}

.footer a {
	color: White;
}

.footerTable {
		/*border: 1px Solid White; */	
}

.footerTable td {
	padding-left: 3px;
	padding-right: 3px;
}

.mainNav a {
	display: block;
	width: 100%;
	color: White;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}

.mainNav a:hover {
	background-color: #1E1E1E;
}

.MBAlogo {
	margin-top: 40px;
}
.leftColumn {
	/* 
	background-color: #CCCC9A; */
	width: 200px;
	vertical-align: top;
	/*	border-left: 1px Solid White; */
	padding-bottom: 10px;
}

.centerColumn {
	padding: 10px 30px 20px 50px;
	width: 50%;
	vertical-align: top;
}

.rightColumn {
	/* width: 25%; */
	text-align: center;
	vertical-align: top;
	padding: 24px 10px 24px 10px;
	/* border-right: 1px Solid White; */
}

.rightColumn img {
	display: block;
}

.photoGroup {
	background-color: Black;
	padding: 0px;
	border: 1px Solid #666666;
	float: left;
	margin: 0px 0px 10px 10px;
	text-align: center;
	color: White;
}

.leftColumn .photoGroup {
	margin: 20px 10px 20px 10px;	
}

.centerColumn .photoGroup {
	margin-left: 0px;
	padding-bottom: 3px;
}

.photoBorder {
	background-color: #2A2A2A;
	border: 1px Solid #666666;
	padding: 3px;
	margin: 4px;
}

.photoBorder img {
	border: 1px Solid White;
}

.centerColumn .photoBorder {
	margin-bottom: 1px;
}

.leftColumn .photoBorder {
	padding-bottom: 0px;	
}


.rightColumn .photoBorder {
	padding: 5px;
	margin: 7px;	
}
