/* CSS Document WEB GRAPHICS  */

			/* Background for back  */
body
{	padding: 10px;
	font-family:	Arial, Helvetica, sans-serif;
	background:	url(../images/bkgrnd.gif); 
	background-repeat:	repeat;
	color: #336633;
}

			/* Background for green outline border */
#backing
{	padding: 5px;
	width: 960px;
	background-color:	#008080; /*#00CCCC*/
	margin-left: auto;
	margin-right: auto;
}
	
			/* Background for sheet */
#backing_2
{	padding: 5px;
	width: 950px;
	background-color:	#ffffff;		/* contrast color #ffff00 or #ffffff color #00cc99 */
}

			/* Banner at top */
#banner
{	padding: 10px;
	text-align: left;
	font-size: 1.15em;
	width:	920px;
	margin-top:.5em;
	margin-right: .5em;
	margin-bottom: 1em;
	margin-left: .5em;
	background-color:#ffffff;
	color: #008080;}
#banner img
{	float:right;
	margin-right: 3em;
}
#banner hr
{	color: #008080;
	margin-top: 3em;
	margin-botton:.75em;}
#banner h1
{	margin-top: 15px;
	margin-bottom: 10px;
	color: #008080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: bold;}
#banner p
{	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bold;
}


		/*   Menu for left   */
#menu 
{	width:	210px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	float:left;
	font-family:	Georgia, "Times New Roman", Times, serif;
	text-align:  left;
	line-height: 1.25;
	font-size:	1.4em;
	font-weight: bold;
	background-color:	#ffffff;
	color: #000033;}
#menu p
{	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .5em;
	font-weight: bold;
	margin-top: 0px;	
	margin-bottom: 4em;
	}
#menu ul
{	clear:both;
	text-align: center;
	float:left;
	width:100%;
	font-size:	.7em;
	padding:0;
	margin-right:.5em;
	margin-bottom: 1em;
	margin-left: .25em;
	list-style-type: none;
}
#menu a
{	float: right;
	width: 16em;
	font-size:	.7em;
	text-decoration: none;
	background-color:	#ffffff;
	color: #008080;
	font-family:	Georgia, "Times New Roman", Times, serif;
	padding: .5em .1em;}
#menu a:link
{	color:	#008080;
	text-decoration: none;}
#menu a:visited
{	color:	#008080;
	text-decoration: none;}
#menu a:hover 
{	background-color:	#008080;
	color: #ffffff;}
#menu a:active
{	text-decoration: none;	
	background-color: #ffffcc;
	color: #008080;}
#menu li 
{	display: inline;
}

			/* Content Area for left column */
#contenta
{	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 10x;
	text-align: left;
	width: 650px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 3em;
	font-size: 1em;
	font-weight: bold;
	background-color:	#ffffff;
	color: #000033;
	float: left;}
#contenta img
{	float: right;
	margin-left: 20px;
	margin-right: 100px;

}
#contenta ul
{	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 20px;
}
#contenta h3
{	margin-top: 0px;
	margin-bottom: 0px;}
#contenta hr
{	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #ffffcc;
}

			/*  Footer Information  */
#footer
{	padding: 5px;
	width:	920px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	line-height: 1.75;
	font-size:	.6em;
	font-weight: bold;
	color: #336633;
}
#footer ul
{	text-align: center;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
#footer a
{	float: left;
	width: 8.15em;
	text-decoration: none;
	color: #ffffff;
	background-color: #000033;
	padding:0.2em 0.6em;
	border-right:1px  solid  #ffffff;}
#footer a:hover 
{	background-color: #ff6600;
	color: #000066;}

#footer a:active
{	text-decoration: none;	
	background-color: #ffffff;
	color: #ff0000;
}
#footer li {display:inline;}

			/*Footer at bottom*/
			/*Footer at bottom*/
#footer_bottom
{	background-color:	#ffffff;
	color: #008080;
	padding: 10px;
	width:	720px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	font-size:	.6em;
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-weight: bold;}
.figure
{	float: right;
	font-size: .7em;
	font-weight: bold;
	margin: 4px 10px 4px 4px;
	color: #000066;
}
.figure img
{	border: 2px solid #666666;
	padding: 5px;
}
.figure_left
{	float: left;
	font-size: .7em;
	font-weight: bold;
	margin: 5px 5px 5px 5px;	}
.figure_left img
{	border: 2px solid #666666;
	padding: 8px;	}

