/* CSS Document */

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

/* SECTIONS*/
/*top section - name, logo, menu1*/
#section1 {
	position:relative;
	top:0;
	left:0;
	width: 100%;
	background: #333333;
}

/* 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  */


#s1c1 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding:0;
	margin:0;
}

/* logo & pictures  (logomission.jpg)followed by top menu and accent graphic */
#s1c2 {
	position:relative;
	top:20px;
	left:10%;
	width:80%;
	padding:5%;
}

/* middle section - dormant */
#s2c1 {
	position:relative;
	top:0;
	left:0;
	width:5%;
}

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

	top:20px;
	left:10%;
	width:20%;
	z-index:1;


	
}

/* text block */
#s2c3 {
	position:relative;
	top:20px;
	left:25%;
	width:70%;
	z-index:o;

}

/* bottom section - copyright information */
#s3c1 {
	position:absolute;
	top:20px;
	left:25%;
	width:70%;
}

/*-----------------------------
           IMAGES 
------------------------------*/

body {
	background: #FFFFFF;
	}





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

/* text handlers */
.copyright {
	color: #000000;
	font: italic x-small times new roman, times, serif;
}

.menu {
	font: large strong times new roman, times, serif;
	padding: 2px;
	margin: 3px;
}

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

}

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

}

.indentation {  
	margin:  20px
}

p	{
	color: #000000;
	font: medium times new roman, times, serif;
}

blockquote, ul	{
	color: #666633;
	font: medium strong times new roman, times, serif;
}

/* headings or titles */

h1 { 
	 font: x-large strong times new roman, times, serif; 
	 color: #999933
}

h2 {
	font: medium times new roman, times, serif strong;
	color: #999933;
}

h3 {
	font: medium times new roman, times, serif;
	color: #999933;
}



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

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


/* handles the top menu, on a dark background */
#s1c2 a:link  {
	color: #FFFFFF;
	text-decoration: none;
}

#s1c2 a:visited  {
	color: #FFFFFF;
	text-decoration: none;	
}

#s1c2 a:hover {
	color: #FFFFFF;
	background: #CCCC99;
	text-decoration: none;
}

#s1c2 a:active  {
	color: #FFFFFF;
	text-decoration: none;
}

/* handles the side menu, on a white background */
#s2c2 a:link  {
	color: #000000;
	text-decoration: none;
}

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

#s2c2 a:hover {
	color: #666633;
	background: #CCCC99;
	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: #666633;
}

a:hover {
	color: #999933;
	background: #CCCC99;
}

a:active  {
	color: #000000;
}


.unnamed1 {
}
