body { 
  background-color: #1F242A;
  font-family:      Arial, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

form {
/*	float: left; */
	background-color: #4C88BE;
	border: 1px solid #333;
	padding: 15px;
}

#header {
  background-color: #37414A;
  margin:           10px;
  height:           125px;
  text-align:		right;
}

#sortMenu {
  text-align:		center;
  font-weight:		bold;
}
#sortMenu:link { color: black; text-decoration: none; }
#sortMenu:visited { color: black; text-decoration: none; } 
#sortMenu:hover { color: yellow; } 


#centered {
  text-align:		center;
}

img.center {
  display:			block;
  margin-left:		auto;
  margin-right:		auto;
}

#main {
  background:       #3B6B9C url(../images/background.jpg) top right;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 310px;
}

#sidebar {
  background:       #3B6B9C url(../images/background.jpg) top left;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  width:			260px;
  float:			left;
}

#footer {
  background-color: #37414A;
  color:            #efe5d0;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:            left;
}

#top1 {
  color:			#FFFF00;		
  font-weight:		bold;
}

#top2 {
  color:			#FFBB00;		
  font-weight:		bold;
}

#top3 {
  color:			#FF8800;		
  font-weight:		bold;
}

#top4 {
  color:			#FF4400;		
  font-weight:		bold;
}

#top5 {
  color:			#FF0000;		
  font-weight:		bold;
}

h1 {
  font-size:        120%;
  color:            #EEBB55;
  text-align:       center;
  border: 			1px solid black;
  background:		#333333
}

h2 {
  font-size:        100%;
  font-style:		bold;
}
h2:link { color: black; text-decoration: none; }
h2:visited { color: black; text-decoration: none; } 
h2:hover { color: yellow; } 

.yellow:link { color: black; text-decoration: none; }
.yellow:visited { color: black; text-decoration: none; } 
.yellow:hover { color: yellow; } 

.white {
  font-size:        90%;
  border: 			1px solid black;
  background:		#EEEEEE;
  padding: 5px;
}

.plus {
  border: 			1px solid black;
  background:		#FFFFFF;
}

.slogan { color: #FFCC66; }

.beanheading {
  text-align:       center;
  line-height:      1.8em;
}

a.Links:link {
  color:            #000000;
  font-weight:		bold;
  font-size:        120%;
  text-align:       center;
}

a.Links:visited {
  color:            #000000;
  font-weight:		bold;
  font-size:		120%;
  text-align:       center;
}

a.Links:hover {
  color:            #FFFF00;
  font-weight:		bold;
  font-size:		120%;
  text-align:       center;
}

#allcontent {
  width:            1000px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #37414A;
  margin-left:      auto;
  margin-right:     auto;
}