* { 
	font-family: Arial, sans-serif;
	color: white;
	font-size: 9pt;
}

body {
	background: #121212 url(/imgs/backgroundGradient.png) repeat-x top left;
	margin: 0px;
}

a {
	text-decoration: none;
}

.mainText a {
	color:#2a64aa;
}

a img {
	border: none;
}

.footer {
	padding-top: 25px;
}

.footer, .footer a {
	font-family: 'Palatino Linotype', 'Book Antigua', 'Palatino', serif;
	font-size: 9pt;
	font-variant: small-caps;
}

h1, .navLink {
	font-family: 'Palatino Linotype', 'Book Antigua', 'Palatino', serif;
	font-size: 12pt;
	font-variant: small-caps;
}

h2 {
	font-family: 'Palatino Linotype', 'Book Antigua', 'Palatino', serif;
	font-size: 11pt;
	font-variant: small-caps;
	margin: 0px;
}

h1 {
	margin: 0px;
}

.page {
	background: url(/imgs/backgroundHeader.jpg) no-repeat top center;
	width: 100%;
	min-height: 450px;
	padding: 0 0 35px 0;
}

.contentBox {
	width: 840px;
}

.content {
	padding: 0 18px 0 29px;
	text-align: left;
}

.miniMenu {
	font-size: 1px;
	height: 15px;
}

.headerSpacer {
	font-size: 1px;
	height: 11px;
}

.belowNavSpacer {
	font-size: 1px;
	height: 11px;
}

.frameContentBox {
	position:relative;
	width: 800px;
	background: #000000;
}

.frameContent{
	z-index: 1;
	background: #000000;
}

.secondaryContentBox {
	background: url(/imgs/secondaryContentBack.png) top center;
	border: 1px solid #4C4C4C;
	margin: 0 18px 0 29px;
	text-align: left;
}

.secondaryContent {
	padding: 13px 30px 15px 30px;
	color: #F3F3F3;
}

.homeFrame .frameContentBox {
	height: 338px;
}

.secondaryFrame .frameContentBox {
	height: 125px;
}

.homeFrame .frameContent {
	height: 335px;
}

.secondaryFrame .frameContent {
	height: 134px;
}

.frameContent {
	position: absolute;
	left: 5px;
	top: 6px;
	width: 800px;
	background: #000000;
	border: 0px solid red;
	text-align: left;
}

.frameBoxFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
}

.homeFrame * .frameBoxBack {
	height: 282px;
}

.secondaryFrame * .frameBoxBack {
	height: 80px;
}

.frameBoxTop {
	background: url(/imgs/frameBoxBorders.png) no-repeat top left;
	width: 813px;
	height: 32px;
}

.frameBoxBack {
	background: url(/imgs/frameBoxBack.png) repeat-y top left;
	width: 813px;
}

.frameBoxBottom {
	background: url(/imgs/frameBoxBorders.png) no-repeat bottom left;
	width: 813px;
	height: 38px;
}

.secondaryTitle {
	float: left;
	padding: 30px 0 10px 27px;
}

.vertSeperator {
	background: url(/imgs/grayLine.jpg) repeat-y 25px 25px;
}

.vertBlock {
	background:#000000;
	width: 51px;
	height: 7px;
	font-size: 1px;
}

.rightBorder {
	border-right: 1px solid #2B2B2B;
}

.leftContent, .rightContent {
	padding: 14px 0 14px 0;
	font-size: 8pt;
}

.rightContent img {
	border: #4C4C4C 3px solid;
}

.movieRow {
	display:block;
	clear:left;
	/*background:#111111;*/
	margin:20px 0 20px 0;
	padding:10px;
}

.movieRow img {
	padding:10px;
}



.leadershipTitle{
padding-top:25px;
}

.secondaryNav{
	background: url(/imgs/navigationBack.png) top center;
	border: 1px solid #4C4C4C;
	margin: 0 18px 0 29px;
	padding: 0px;
	text-align: left;
}

.secondaryNav ul{
margin: 0 0 0 30px;
padding:0px;

}

.secondaryNav li{
	display:inline-block;
	text-align: center;
	border-right: #666666 solid 1px;
	padding: 10px 0 10px 0;
}

.secondaryNav li a{
	padding:10px 30px;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#selected{
	background:url(/imgs/selectedNavBack.jpg) center;

}
.pageLeft{
	width:16px;
	background: url('/images/PageLeft.png') repeat-y;
}

.pageRight{
	width:16px;
		background: url('/images/PageRight.png') repeat-y;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
	.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
