@charset "utf-8";
/* CSS Document */

body {
background-color: #f2f6ea;
}

.style1 {
	font-size: large;
	font-weight: bold;
}
.style2 {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-weight: bold;
}
.style3 {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: bold;
}

#top-right-columnbgcolor {
width:25px;
height:130px;
float:left;
}
#top-right-columnlightgreen {
width:10px;
height:141px;
background-color:#eaecd5;
float:left;
}
#top-right-columndarkgreen {
width:5px;
height:141px;
background-color:#bfd66d;
float:left;
}
#header{
width:771px;
height:141px;
float:left;
}

#right-row1-darkgreen {
width:100%;
height:5px;
clear:both;
background-color:#bfd66d;
}

#right-row2-lightgreen {
width:25px;
height:10px;
background-color:#eaecd5;
float:left;
}

#pagebody {
width:771px;
background-color:white;
height:auto;
float:left;
}
#right-row2-lightgreen-column {
width:10px;
height:100%;
background-color:#eaecd5;
float:left;

}
#right-row2-darkgreen-column {
width:5px;
height:100%;
background-color:#bfd66d;
float:left;
}
