/*  General Declarations  */


body{
	margin: 10px;
	font-size: 12pt;
	font-family: times, serif;
	}
a:link, a:visited {
	text-decoration: none;
	color: black;
	}
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;
	}


/*  Layout  */


		
h1{
	font-size:40pt;
	}
h1.subtitle{
	font-size:14pt;
	}
h2{
	font-weight: normal;
	}
.pagetitle{
	margin-bottom: 15px;
	}
.header{
	margin-bottom: 30px;
	}
	
.rightsidebar, .leftsidebar, .footer{
	display: none;
	}


/*  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%;
	}