html 
	{
	height:100%;
	}
body {
	color:black;
	background-color:white;
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	height:100%;
	}
h1 {
	margin:0px 0px 0px 0px;
	padding:0px; 
	font:20px/40px;
	font-weight:900;
	color: #ccc; 
	background: #white; 
	/*border left:1px solid #07a;*/
	}
h2 {
	font:bold 14px/20px verdana, arial, helvetica, sans-serif;
	margin:5px 0px 2px 0px;
	padding:0px;
	}
h3 {
	font:bold 14px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}

p {
	font:14px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
li {
	font:14px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
.Content>p {margin:0px;}
.Content>p+p {text-indent:20px;}
a {
	color:#09c;
	font-size:14px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:underline;
	}

a:link {color:#006666;}
a:visited {color:#009999;}
/*a:hover {background-color:white;}*/
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 180px 90px 170px;
	/*border left:1px solid black; */
	/*	border top:1px solid black; */
	background-color:white;
	padding:40px;
	padding bottom:40;
	z-index:13; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

img.top {
	vertical-align:text-top;
	border:1px solid black;
	margin:5px 5px 5px 5px;
	}
img.bottom {
	vertical-align:text-bottom;
	}

#navAlpha
{
	position: absolute;
	width: 150px;
	top: 100px;
	left: 20px;
	border-right: 1px dashed gray ;
	background-color: white;
	padding: 10px;
	line-height: 17px;
	voice-family: "\"}\"";
	voice-family:inherit;
	z-index:15;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
		
#navBeta     { 
	position:absolute;
	width:120px;
	top:90px;
	right:55px;
	border-left:1px dashed gray;
	background-color:white;
	padding:10px;
	line-height: 17px;
	z-index:14;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:120px;}

#Header 
{
margin:0px 0px 0px 0px;
padding:15px 0px 0px 0px;
/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
height:33px; /* 14px + 17px + 2px = 33px */
border-style:solid;
border-color:black;
border-width:0px 0px 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
line-height:28px;
text-align:center;
background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
voice-family: "\"}\"";
voice-family:inherit;
z-index:10;
height:14px; /* the correct height */
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}


#Footer {
position: relative;
/*margin: -7.5em auto 0 auto;*/
width:100%;
/*margin:50px 0px 0px 0px;*/
padding:17px 0px 0px 20px;


/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
height:33px; /* 14px + 17px + 2px = 33px */
border-style:solid;
border-color:black;
border-width:1px 0px 0px 0px; /* top border: 1px; left, right and bottom borders: 0px */
line-height:15px;
background-color:#eee;
voice-family: "\"}\"";
voice-family:inherit;
z-index:10;
height:14px; /* the correct height */
text-align:center;
}
#Footer1 {position: absolute;
bottom:0;
width:100%;
padding:17px 0px 0px 0px;
height:33px;
border-style:solid;
border-color:black;
border-width:1px 0px 0px 0px;
line-height:15px;
background-color:#eee;
voice-family: "\"}\"";
voice-family:inherit;
z-index:10;
height:14px; /* the correct height */
text-align:center;
}


html>body #Footer {
height: auto;
width:100%;
	
	}
/*body>#Footer {height:14px;}*/

html>body #Footer1 {
width:100%;
}	
	

#logo     { 
	position:absolute;
	width:80px;
	top:0px;
	right:132px;
	/*background-color:white;*/
	padding:10px;
	z-index:20;
	}
#logo1	{
	position:absolute;
	width:80px;
	top:5px;
	left:132px;
	
	/*background-color:white;*/
	padding:10px;
	z-index:21;
	}
#container {
    position: relative;
    min-height: 100%;
}