* {
	margin:0px ;
	padding:0px ;
  }


body {

	background-color: #D5D6D7;
	/*text-align: center;*/
	font-size:70%;
}

h1,h2{
	color:yellow;
	background-color:#669922;
	padding:5px;
}

h2{
	font-size:95%;
	/*font-size:1.6em;*/
}

#page{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid blue;*/
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
}


#banner{
	background-color:#669922;
	width:780px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	
	
}

#banner h1{
	text-align:center;
	padding-top:50px;
	font-size:4em;
	color:yellow;
}

#banner h1 a{
	color:yellow;
	text-decoration:none;
}

#topBanner{
	background:url('../../img/topBanner.png') no-repeat center;
	height:20px;
}

#bottomBanner{
	background:url('../../img/bottomBanner.png') no-repeat center;
	height:20px;

}


#pageContent{
	padding:10px;
}

#listNote{
	float:left;
	display:inline;
	width:150px;
	padding-bottom:5px;
}


#listNote ul li{
	margin:5px 0 0 10px;
	list-style:none;
}


#listNote a, a:visited{
	text-decoration:none;
	color:#669922;
}

#listNote a:hover{
	text-decoration:underline;
}

.topBox{
	background:url('../../img/topBox.png') no-repeat top;
	height:30px;
	margin:0px;
}

.topBox h2{
	text-align:center;
	padding:0px;
	padding-top:10px;
	background-color:transparent;
}

.middleBox{
    /*padding-top:5px;*/
    padding:5px 2px 2px 2px;
    border-top:solid 0px #FFF;
	border-right:solid 2px #669922;
	border-left:solid 2px #669922;
}

.bottomBox{
	background:url('../../img/bottomBox.png') no-repeat top;
	height:20px;
}
#central{
	float:left;
	display:inline;
	/*border:solid 2px #669922;*/
	width:450px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#central h1{
	text-align:center;
	background-color:transparent;
}

#central h2{
	text-align:right;
	background-color:#669922;
    padding-top:0px;
	padding-bottom:0px;
}

#central table {
	width:100%;
}

#central th{
	color:yellow;
	background-color:#669922;
}

#central th a{
	color:yellow;
	text-decoration:none;
	padding:5px;
}

#navigation {
	background-color:#669922;
	margin: 0 ;
	padding: 0 ;
	padding-bottom: 5px ;
	list-style: none ;
	text-align: center ;
}

#navigation li {
	display: inline ;
	margin-right: 50px ;
	margin-left: 50px ;
	}

#navigation a {
	text-decoration:none;
	font-weight:bolder;
	color:yellow;
}

.noteHeader {
	background:url('../../img/topNote.png') no-repeat top;
	height:50px;
}

.noteContent {
	border-left: solid 2px #669922;
    border-right: solid 2px #669922;
    padding:5px;
}

.noteContent ul,li {
	margin:5px 0 0 10px;
}
.bottomNote{
	background:url('../../img/bottomNote.png') no-repeat top;
	height:20px;
}

#searchBox{
	float:left;
	display:inline;
	width:150px;
	/*margin-left:10px;*/
}

#searchBox input{
	font-size:1em;
}

#footer{
	margin : 10px;
	clear:both;
	background-color:#669922;
	color:yellow;
	text-align:center;
	font-weight:bold;
}

#error{
		text-align:center;
}



#error p{
		margin: 10px;
		font-size: 2em; 
}

#debugButton{
	background-color: white;
	border: 1px solid black;
	width:90px;
	text-align:center;
	cursor:pointer;
}

#debug{
	background-color: white;
	border: 1px solid black;
	text-align:left;
	display:none;
}


