@charset "utf-8";

/* CSS Document */





/* Page header style */

#header{

     width: 900px; 

     border-bottom: 1px solid #A4A4A4;

}



/* Page nav style */ 

#nav{ 

	clear: both;

	width: 900px; 

	border-bottom: 1px solid #A4A4A4; 

	padding-top: 4px;

	padding-bottom: 4px;

}



/* Page footer style */ 

#footer{ 

	clear: both;

	width: 900px; 

	height: auto;

	border-top: 1px solid #C0C0C0; 

	padding-top: 2px;

}



#outer {

padding: 0 0 0 0;

min-height:inherit;

}

#inner {

padding: 0 0 0 0;

width: 910px;

min-height:inherit;

}



floatfix{

  clear: both;

}



html, body {

height: 100%;

}



* html #container {

height: 100%;

}



/* Body text and page background */

body {

font-family: Geneva, Arial, Helvetica, sans-serif;

color: #333333;

background-color: #FFFFFF;

margin: 0 auto 0 auto; 

padding: 0;



 }



#container

{

margin: 0 auto 0 auto; 

min-height:inherit;

background-color:#ABABAB;

width: auto;

max-width:none;

display:table;

}





/* Level 1 headings */

h1 {

 font-family:  "Arial Black", Rockwell, Papyrus, Algerian, ;

 font-weight: bold;

 font-size: 28px;

 text-align:center; 

 color: #000000

}

/* Level 2 headings */

h2 {

 font-family: "Arial Black", Impact, Charcoal, fantasy;

 color: #000000;

}

/* Level 3 headings */

h3 {

 font-family: Arial, Helvetica, sans-serif;

 color: #000000;

}



/* Generic style class for highlighting text */

.hilite{

 background-color:#ffff00;

}



/* Center image between margins */

div.center{

   width: 100%;

   text-align: center

}



 

 /* Unvisited links (no underline)*/

a.link{

   color:#0000FF; /* magenta */

   text-decoration: none;

}



/* Visited links (no underline)*/

a.visited{

   color:#800080;/* green */

   text-decoration: none;

}



/* Hover links (red underlined) */

 a:hover{ color: #ff0000; /* red */ 

 text-decoration: underline;

}



/* Active links (green underlined) */ 

a:active{ color: #FF0000; /* green */

 text-decoration: underline; 

}



/* General style for horizontal lines */

hr{

background-color:#0000FF;

color: #C0C0C0;

width: 100%;

}





