@charset "UTF-8";
/**
 Fitz Inst CSS January 2008
*/

/* set basics for fonts etc */


textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
}


body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 90.00%; 
    color: #000000;  
    margin: 0px;
    padding: 0px;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	background: #800000;
}


h1,h2,h3,h4,h5,h6 { 
	font-weight:bold; 
	margin: 0 0 0.25em 0; 
	color:  #800000;
}

h1 { font-size: 200% }                        /* 24px */
h2 { font-size: 200%;}          /* 24px */
h3 { font-size: 150% }                        /* 18px */
h4 { font-size: 133.33% }                     /* 16px */
h5 { font-size: 116.67% }                     /* 14px */
h6 { 
    font-size: 116.67%; 
    font-style:italic 
}  /* 14px */


#header {
    background: #800000;
}

#centerhead h1{
    font-size: 1.8em;
    font-family: Times New Roman, serif;
    color: #ffffff;
    margin: 0 0 0 0; 

}

#centerhead span {
    font-size: 1.1em;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-variant: small-caps
}

p { 
    line-height: 1.5em; 
    margin: 0 0 1em 0; 
    text-align: justify;
}

/*  Links */

a {
    color: #4D87C7; 
    text-decoration:none;
}

a:focus, a:hover, a:active {
    color:#182E7A; 
    text-decoration:underline;
}


#footer a { 
    color: #999999; 
    background:transparent; 
    font-weight: bold;
}

#footer a:focus, #footer a:hover, #footer a:active {
    color: #4D87C7; 
    background-color: transparent; 
    text-decoration:underline;
}


/* Layout: width, background, borders */
/* Centering layout in old IE-versions */

#page_margins { 
    width: 100%; 
	background: #800000;
}

#page {
}

/* Designing main layout elements */


#lefthead {
    float: left;
    padding-left: 20px;
}

#centerhead {
    padding-left: 5px;
    width: 650px;
    text-align: left;
}

#righthead {
    float: right;
    padding-left: 5px;
}

/* main 'frame' */



#main{
    top: 165px; /*Set top value to HeightOfFrameDiv*/
    left: 0px;
}

#footer { 
    left: 0px;
    right: 0;
    bottom: 0;
    color:#ffffff; 
    background: #800000;
    padding: 0px;
    border-top: 3px #efefef solid;
    text-align: center;
}


#footer table {
    text-align: left;
}

#footer td {
    text-align: left;
}

/* adjustment of main navigation */



#nav_main {
    background-color: #336
}

#main { 
    background: #fff;
    padding:10px 20px; 
}



/*------------------------------------------------------------------------------------------------------*/

/**
* Formatting content container
*
* |-------------------------------|
* | #header                       |
* |-------------------------------|
* | #main
* |-------------------------------|
* | #footer                       |
* |-------------------------------|
*/


/*------------------------------------------------------------------------------------------------------*/

/**
*  navigation
*/


#stripe { 
    display: none;
}

div#menu{
   display: none;
}

ul#nav,ul#nav li{
   display: none;
}

ul#nav{
   display: none;
}

ul#nav li{
    display: none;
}

ul#nav a{
   display: none;
}

ul#nav a:hover{
    display: none;
}

ul#nav li.activelink a,ul#nav li.activelink a:hover{
   display: none;
}

