/*  General Declarations  */


body{
	background-color: black; 
	color: white;
	margin: 10px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	font-size: 12pt;
	font-family: times, serif;
	}
a:link, a:visited {
	text-decoration: none;
	color: white;
	}
a:hover, a:active{
	text-decoration: underline;
	}
a.unhover:hover, a.unhover:active {
	text-decoration: none !important;
	}
h1,h2,h3,h4,h5,h6 {
	display: inline;
	}
p{
	margin-top: 0;
	}
.indent{
	padding-left: 20px;
	}
.highslide-caption{
	color: black; /*fix for highslide captions*/
	}


/*  Layout  */


#rightcontent{
	margin-right: 150px;
	}
#leftcontent{
	margin-left: 150px;
	}
		
h1{
	font-size:40pt;
	}
h1.subtitle{
	font-size:14pt;
	}
h2{
	font-weight: normal;
	}
.pagetitle{
	margin-bottom: 15px;
	}
.header{
	margin-bottom: 30px;
	}
	
.rightsidebar{
	margin-left: 10px;
	float: right;
	}
.leftsidebar{
	float: left;
	}
.rightsidebar, .leftsidebar{
	height: 100%;
	width: 150px;
	font-size: 18pt;
	}
.footer{
	margin-top: 10px;
	font-size: 8pt;
	}


/*  Landing Page  */


.landing{
	text-align: center;
	font-weight: bold;
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	margin: auto; 
	height: 240px;
	}
.landingletters{
	font-size: 1000%;
	}