@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: 75.00%; 
    color: #000000;  
       /*margin: 0px auto;
  padding: 0px;
    border-left: 1px #000000 solid;
    border-right: 1px #000000 solid;*/
    background: #800000;
    text-align: center;

margin-left: auto;
margin-right: auto;

           

}

#wrap1 {
text-align:center;
margin: 0 auto;

}

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: #800000;
    text-decoration:none;
}

a:focus, a:hover, a:active {
    color:#800000;
    text-decoration:underline;
}

h3 a {
    color:	#800000;
    text-decoration:none;
}

a:focus, a:hover, a:active {
    color:#800000;
    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: 82em; 
text-align:center;
margin: 0 auto;
    background: #800000;
}

#page {
margin: 0 auto;
  
    text-align: center;





}

/* 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;
    height: 500px;
    right: 0;
    bottom: 0;
    overflow: auto; 
    text-align: left;
}

#footer { 
    left: 0px;
    right: 0;
    bottom: 0;
    color:#ffffff; 
    background: #800000;
    padding: 0px;
    border-top: 3px #efefef solid;
    text-align: center;
	font-size: 85%;
}


#footer table {
    text-align: left;
}

#footer td {
    text-align: left;
	vertical-align: top;
}

/* adjustment of main navigation */



#nav_main {
    background-color: #336
}

#main { 
    background: #fff;
    padding:10px 20px; 
}



/*------------------------------------------------------------------------------------------------------*/

/**
* Formatting content container
*
* |-------------------------------|
* | #header			  |
* |-------------------------------|
* | #main
* |-------------------------------|
* | #footer			  |
* |-------------------------------|
*/


/*------------------------------------------------------------------------------------------------------*/

/**
*  navigation
*/


#stripe { 
    background: #E7F1F8;
    height: 15px;
    width: 100%;
}

div#menu{
    float:center;
    width: 100%;
    padding-top:3px;
    background: #800000;
}

ul#nav,ul#nav li{
    list-style-type:none;
    margin:0;
    padding:0
}

ul#nav{
    margin-left: 10px;
}

ul#nav li{
    float:left;
    margin-right: 2px;
    text-align: center
}

ul#nav a{
    float:left;
    height: 45px; 
    width: 72px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 3px;
    background: #B0B0B0;
    text-decoration:none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-align: center;
}

ul#nav a:hover{
    background: #ffffff;
    color: #000000;
}

ul#nav li.activelink a,ul#nav li.activelink a:hover{
    background: #E7F1F8;
    color: #000000;
    border-bottom: 1px solid #E7F1F8;
    font-weight: bold; 
}
