body{
font:76%/160% Tahoma,Verdana,Arial, sans-serif; 
background-color:#FFC;
text-align:center;
text-decoration:none;
}

div#container{
width:780px;
margin:0 auto;
padding:0;
text-align:left;
background-color:#9FF;
}

div#banner{

float:left;
width:90%;
margin:0 0;
padding:0;
text-align:center;
overflow:auto;
background-color:#9FF;
}

div#page{
width:10%;

float:right;
margin:auto auto;
padding:0;
text-align:center;
background-color:#9FF;
}

div#navigation{
float:left;
width:20%;
margin:0;
padding: 0 0 0 0;

overflow:auto;
text-align:center;
background-color:#9FF;
}

ul{
	text-align:left;
	margin:0;
	padding:0;
	list-style: disc;


}

div#navigation li {
list-style-type:none;

}

.one a:link{
	text-decoration:none;
	
}
.two a:link{
	text-decoration:none;
	
}
.three a:link{
	text-decoration:none;
	
}
.one{
	font-size:larger;
	background:#99F;
	font-weight:bolder;
	text-align:center;
	border-top:2px solid #3FF;
}
.one:hover{
	background:#6F0;
	
}
.one:hover #whatwedo {
	background:#99F;
}
.two{
	background:#FCF;
	font-style:normal;
	font-weight:bold;
	padding-left:1em;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	border-top:1px solid #333;	
}
.two:hover{
	background:#F90;
}
.three{
	background:#FFF;
	font-style:normal;
	font-weight:lighter;
	padding-left:2em;
}
.three:hover{
	background:#CCC;
}

div#content{
width:80%;

float:right;
margin:0 auto;
padding:0;
text-align:left;
overflow:auto;
background-color:#9FF;
}
div#main{
width:60%;
float:left;
text-align:left;
margin:1em 1em;
}

div#extra{
width:35%;
float:right;
text-align:left;
background-color:#9FF;
}

div#footer{
	float:right;
	width:80%;
	margin:0 0;
	padding:0;
	text-align:center;
	background-color:#9FF;
	border: thin solid #00E;
}

.hlt{
	font-weight:bolder;
	color: #E00;
	
}
/*highlighted text*/

h1{
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: #00D;
	text-align: center;
	line-height: normal;
	
}

h2{
	text-align: center;
	color: #39F;
}

.dottedlist{
	padding:0 1em;
	list-style: disc inside;
}
.google {
	font-size: x-small;
	border-width: thin;
	border-style: solid;
}
.figureheading {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.2em;
	color: #00E;
}
.figureholder {
	background: #DDD center;
}
