/* Generic Selectors */

body {
	font-size: 95%;
	font-family: "gill sans", "new baskerville" "trebuchet MS", sans-serif;
	color: #669922;
	background-color:white;
	/*margin: 0 0 0 0; top right bottom left*/	
	text-align:left;
}


p {
	text-indent: 25px;
	width: 95%;
	margin-top: 2px; margin-bottom: 2px; 
}


h1 {
	font-size: 16px;
	font-weight: bold;
	color: #331100;
}

h2 {

	font-size: 20px;
	color: #66CCFF;
	margin: 0;
	font-weight: bold;
}

h3 {
	color: #339966;
	font-weight: bold;
	font-size: 14px;
	margin-top: 2px; margin-bottom: 2px; 
}
/************************* Classes *************************/





/*************************  Pseudo classes *************************/


a:link {
	text-decoration: none;
	color:#331100;
}

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

a:hover {
	text-decoration: underline;
	color:#331100;
}



li a:hover {
	background-color:#66ccff;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #669922;	
}
#navigation ul li a
{
	display: block;
	width: 135px;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	color: #339966;
}



/*************************  ID's *************************/



#banner {
	width: 900px;
	background:#CCFFBB url(pixels.png) repeat-x;
	border-bottom:5px solid #331100;
	height: 75px;
	position: absolute;
	left: 100px;
	top: 25px;
	z-index: 10;
}
#container {
	border-bottom:25px solid #331100;
	position: absolute;
	left: 100px;
	top: 100px;
	margin-top: -20px;
	width: 900px;
	z-index: 1;
}

#navigation
{
	background:#339966; 
	width: 135px;
	height: 400px;
	padding-top: 30px;
	background-color:#002233;
	line-height: 170%;
	font-size: 93%
	margin: auto; 
}

#navigation ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#navigation ul li { margin-top: 4px; }


#centerdoc {
	position: absolute;
	left: 135px;
	top: 25px;
	background-color:#CCFFBB;
	padding: 20px 1% 2% 1%;
	width: 581px;
 /*top right bottom left*/
	height: 367px;
	overflow: auto;
}

#more {
	background:#339966;
	height: 387px;
	background-color:#339966;
	color: #002233;
	font-size:90%;
	line-height:150%;
	padding:2%;
	position:absolute;
	width:130px;
	padding-top: 25px;
	left: 734px;
	top: 0px;
}
