/* CSS Document */

/* --------------------------------------
			STRUCTURE
---------------------------------------*/

/* SECTIONS*/
/*top section - name, logo, bracket & mission statement*/
#section1 {
	position:relative;
	top:0;
	left:0;
}

/* middle section- side, menu, and text information */
#section2{
	position:relative;
	top:0;
	left:0;
}

/* bottom section - copyright and website information */

#section3
{
	position:relative;
	top:0;
	left:0;
}

/* COLUMNS */

/* top section column 1 - name (leftside.jpg) */


#s1c1 {
	position:absolute;
	top:-8px;
	left:-5px;
	width:20%;
	padding:0;
	margin:0;
}

/* logo & mission statement (logomission.gif)*/
#s1c2 {
	position:relative;
	top:0;
	left:20%;
	width:80%;
	padding:5%;
}

/* middle section - address information */
#s2c1 {
	position:relative;
	top:0;
	left:0;
	width:20%;
}

/* menu */
#s2c2 {
	position:absolute;

	top:0;
	left:20%;
	width:20%;
	z-index:1;


	
}

/* text block */
#s2c3 {
	position:relative;
	top:0;
	left:40%;
	width:50%;
	z-index:o;
}

/* bottom section - copyright information */
#s3c1 {
	position:absolute;
	top:0;
	left:40%;
	width:70%;
}
/*-----------------------------
   No IMAGES Printer Friendly
------------------------------*/





/*------------------------
		TYPOGRAPHY
--------------------------*/

/* text handlers */
.copyright {
	color: #000000;
	font: italic x-small Arial, Helvetica, sans-serif;
}

.menu {
	font: large strong Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 3px;
}

.float2 {
	float: left;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

}

.indentation {  
	margin:  20px
}



p, blockquote, ul	{
	color: #000000;
	font: medium strong Arial, Helvetica, sans-serif;
}

/* headings or titles */

h1 { 
	 font: large Arial, Helvetica, sans-serif; 
	 color: #000000
}

h2 {
	font: medium Arial, Helvetica, sans-serif strong;
	color: #000000;
}



/*------------------------
		MENU & LINKS
-------------------------*/

/* divs that contain the menus on the menu */



#s2c2 a:link  {
	color: #000000;
	text-decoration: none;
}

#s2c2 a:visited  {
	color: #000000;
	text-decoration: none;	
}

#s2c2 a:hover {
	color: #000000;
	background: #cccccc;
	text-decoration: none;
}

#s2c2 a:active  {
	color: #000000;
	text-decoration: none;
}


/* links on all other parts of the pages */

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
	background: #660000;
}

a:active  {
	color: #000000;
}


