@charset "windows-1252";

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

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

#wrapper {
	width: 95%;
	height: 94em;	
	margin: auto;
	text-align:left;
	padding:0pt;
	position: relative;
	background-color: black;
	}
#masthead{
	position: absolute;
	top: 0pt;
	height: 6.5em;
	width: 100%;
	padding: 0;
	background-color: black;
	color: white;
	border: none;
	}
#navigation{

	visibility: hidden;
	}
#content{
	position: absolute;
	top: 75pt;
	left: 0pt;
	height: 73em;
	width: 100%;
	padding: 2em 10pt 2em 10pt;
	color: white;
    background-color: black;
    z-index: 2;
	}

#bottomnav{
	position: absolute;
	left: 0pt;
	bottom: 0pt;
	width: 100%;
	text-align: center;
	background-color: rgb(196,32,38);
	height: 3.0em;
    color: white;
	z-index: 3
	}


/* ---------- 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.15em/1.7em "Times New Roman", times, palatino, serif;
	margin: 1.2em 0em 0.4em 0em;
	text-align: left;
	}
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 19pt 0 0;
	float: left;
	}
div#masthead h1{	
	margin: 4pt 4pt 0em 0pt;
	padding: 0em;
	font-size: 2em;
	color: white;
	}		
div#content ul li{
	margin: 0pt 0 0.3em 2pt;
	padding: 2pt;
	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: 6pt 0 6pt 0;
	}
div#bottomnav p{
	font: 0.8em "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif;
	color: black;
	padding: 2pt 1pt 2pt 1pt;
	}

/* ---------- 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:VISITED{color :#B552AD; font-family: "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif; text-decoration : none;}
	A:HOVER{color : rgb(255,234,9); text-decoration : underline;}

	/* menu design */
div#navigation ul li {
	font: 1.2em/0.8em "Times New Roman" times, palatino, serif; 
    font-weight: 900;
   	list-style-type: none;
	float: left;
	padding: 0 0 0 0;
}

div#navigation ul li a {
	display:block;
	width:143pt;
	text-indent:2pt;
	text-decoration: none;
	line-height:1.6em;
	color: rgb(255,234,9);
	border: 1pt solid rgb(196,32,38);
	border-left:  2pt solid rgb(196,32,38); /* format the design */
	}
div#navigation ul li a:hover {
	text-decoration: none;
	color: rgb(255,234,9);
	background-color: rgb(196,32,38);
	}
div#navigation p{
	padding: 19pt 0pt 10pt 0pt;
	text-align: center;
	font: 1.5em/1.8em "Times New Roman" times, palatino, serif; 
	font-weight: bold;
	color: rgb(255,234,9);
	}
div#bottomnav a{
	color: rgb(255,234,9);
	text-decoration: none;
	margin: 0 10pt 0 10pt ;
}
div#bottomnav a:hover{
	color: white;
	text-decoration: underline;
	}


/* ---------- 5. images and other relative items ---------- */
.rightpic{
	float: right;
	margin: 11pt 0pt 11pt 15pt;
	}
.leftpic{
	padding: 0;
	float: left;
	margin: 11pt 11pt 8pt 0pt;
	}
.clearall{
	clear: both;
	}	
