@charset "utf-8";

body {
	background-color: #000000;
	background-image: url(gfx/textback.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}

#pageFrame {
	padding: 0px;
	width: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;
}


#masthead {
	padding: 0px;
	width: 650px;
	height: 85px;
	margin: 0px;
	border: none;
	background-color:#000000;
}

#tabBar {
	padding: 0px;
	width: 650px;
	height: 45px;
	margin: 0px;
	border: none;
	background-color:#000000;
}

.tabPanel {
	padding: 0px;
	width: 130px;
	height: 60px;
	margin: 0px;
	border: none;
	float: left;
	text-align: center;
	background-image: url(gfx/tabButtonBack.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#selectedTab {
	background-image: url(gfx/tabButtonBackSelected.png);
}

a.tabLink {
	padding: 0;
	color: white;
	text-decoration: none;
	position: relative;
	top: 7px;
	font-size: 13px;

}

a.tabLink:hover {
	text-decoration: underline;
}

#contentBack {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

#contentPane{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	margin-top: 30px;
}

#bodyCopy {
	padding-top: 10px;
	padding-bottom: 30px;
	
}

#pageFooter {
	width: 650px;
	float: left;
	background-color: #40AEFF;
}

#pageFooterContent {
	text-align: center;
	padding: 10px;
}

#pageFooterContent p {
	color: black;
	line-height: 140%;
	padding: 0;
	margin: 0;
}

#legalsPanel{
	padding: 0px;
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}



.authorBox {
	width: 500px;
	background-color: white;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #999999;
}

.authorPic {
	width: 100px;
	height: 100px;
	background-color: #CCCCCC;
	float: left;
	margin-right: 15px;
	border: 1px solid #666666;
	margin-bottom: 5px;
}

.authorPicMissing {
	width: 100px;
	height: 100px;
	background-color: white;
	float: left;
	margin-right: 15px;
	border: 1px solid white;
	margin-bottom: 5px;
}

.authorBlurb {
	width: 370px;
	left: 180px;
	float: left;
	text-align: left;
}

.extendDiv {
	clear: both;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
	color: black;
	margin-top: 30px;
	font-weight: normal;
}

p, body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 180%;
	color: #333333;
}

p {
	padding-left: 50px;
	padding-right: 50px;
}

.authorBlurb p {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	padding-top: 0;
	line-height: 140%;
}

p.displayPara {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}

p.displayPara a {
	color: black;
	text-decoration: none;
	border: none;
	border-bottom: 1px dashed black;
}

.authorName {
	color: #2DA6FF;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	width: 100%;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	text-transform:uppercase;
	font-weight: normal;
}

h2.newsHead {
	color: #40AEFF;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.newsBox {
	width: 500px;
	background-color: white;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #999999;
}

.newsBlurb {
	width: 370px;
	float: right;
	text-align: left;
}

.newsBlurb p {
	padding: 0px;
}

a img {
	border: none;
}

.frontpageNewsBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #FFFFFF;


}


.frontpageNewsBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.frontpageNewsBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.frontpageNewsBoxInner {
	margin: 10px 20px 30px 20px;
}

.NewsBoxTitle {
	font-weight: bold;
	color: #40AEFF;
}

