@charset "windows-1252";

/* --------- 1. defaults  --------- */

*	{
	margin: 0;
	padding: 0;
	}
body {
	margin:15px 0px;
	padding:0px;
	text-align:center;
	background-color: black;
	padding-bottom: 40px;
	}
img	{
	padding: 0;
	margin: 0;
	border: none;
	}
ul { 
	padding: 0px;
	margin:0px;
}
	
html, body, div, p {
	font-family:  "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif;
}
/* --------- 2. Positions and IDs --------*/

#wrapper {
	width: 868px;
	height: 91em;	
	margin: auto;
	text-align:left;
	padding:0px;
	position: relative;
	background-color: black; 
	}
#masthead{
	position: absolute;
	top: 0px;
	height: 6.5em;
	width: 862px;
	padding: 0;
	background-color: black;
	color: white;
	border: solid 3px rgb(196,32,38);
	}
#content{
	position: absolute;
	top: 7.1em;
	left: 0px;
	height: 76em;
	width: 100%;
	padding: 2em 15px 2em 15px;
	color: white;
    background-color: black;
    z-index: 2;
	}
#othercontent{
	position: absolute;
	top: 9em;
	left: 195px;
	height: 70em;
	width: 635px;
	padding: 2em 15px 2em 15px;
	color: white;
    z-index: 1;
    }
 #bottomsection{
 	margin: 2em 15% 2em 15%;
	text-align: center;
	}
 	
/* ---------- 3. fonts ---------- */

html {
	font-size: 75%;
	}

h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", times, palatino, serif;
	letter-spacing: 0.06em;
	font-weight: 900;
	color: rgb(247,234,42);
	font-variant: small-caps;
	}
h1	{
	font-size: 1.8em;
	margin: 0em;
	padding: 0em;
	font-variant: small-caps;
	}

h2	{
	font-size: 2em;

	margin: 0.9em 0em 0.6em 0em;
	font-variant: small-caps;
	
	} 
h3	{
	font: 800 1.5em/1.7em "Times New Roman", times, palatino, serif; 
	text-align: center;	
	margin: 1.2em 0em 0.4em 0em;
	font-variant: small-caps;
	}
h4	{
	font: 800 1.15em/1.7em "Times New Roman", times, palatino, serif;
	margin: 1.2em 0em 0.4em 0em;
	text-align: center;
	}
div#masthead img{
	margin: 0 25px 0 0;
	float: left;
	}
div#masthead h1{	
	margin: 5px 4px 0em 0px;
	padding: 0em;
	font-size: 2em;
	color: white;
	}		
div#content ul li{
	margin: 0px 0 0.3em 2px;
	padding: 2px;
	list-style-type: none;
	font: 1.1em/1.3em "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif;
	}
p{
	font: 1.3em/1.5em  "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif;
	padding: 8px 0 8px 0;
	} 
p.caption1{
	font-style: italic;
	font-size: 1em;
	margin-left: 4em;
	padding: 0 0 8px 0;
	}
div#bottomnav p{
	font: 0.8em "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif;
	color: black;
	padding: 3px 1px 3px 1px;
	}
div#othercontent p{
	font: 8px/9px Arial, Geneva, Helvetica, sans-serif;
	margin: 3px;
	color: white;
	padding:0;	
	}
div#othercontent h1{
	font: 9px/10px Arial, Geneva, Helvetica, sans-serif;
	margin:0;
	padding:0;	
	}
/* ---------- Font variation within text ---------- */	
.boldtext{
	font-weight: bold;
	}
.ital{
	font-style: italic;
	}
.bolditalic{
	font-weight: bold;
	font-style: italic;	
	}	

/* ---------- 4. links and navigation ---------- */
	A:LINK{color: rgb(196,32,38); font-family: "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif; text-decoration : none}
	A:ACTIVE{color : purple; font-family: "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif; text-decoration: none}

	A:HOVER{color : rgb(255,234,9); text-decoration : underline;}

h3 a:link{
	color:rgb(247,234,42); 
	background-color: rgb(196,32,38);
	font-family: "Times New Roman", times, palatino, serif;
	}
h3 a:active{
	color:rgb(247,234,42); 
	background-color: rgb(196,32,38);
	font-family: "Times New Roman", times, palatino, serif;
	}
h3 a:visited{
	color:white;
	background-color: rgb(196,32,38);
	font-family: "Times New Roman", times, palatino, serif; 
	}
h3 a:hover{
	color: rgb(196,32,38);
	background-color:rgb(247,234,42);
	font-family: "Times New Roman", times, palatino, serif; 	
	}

/* ---------- 5. images and other relative items ---------- */
.rightpic{
	float: right;
	margin: 15px 0px 15px 20px;
	}
.leftpic{
	padding: 0;
	float: left;
	margin: 15px 15px 10px 0px;
	}
div#bottomsection img{
	margin: 15px 30px 0px 30px;
	}
.clearall{
	clear: both;
	}	
