
/*middle*/
#middle {
  clear: both;
  width: 960px;
  float: none;
  background-color: #ffffff;
}

ul
{
  padding:0px;
  margin-left:35px;
}
ol
{
  padding:0px;
  margin-left:35px;
}

/*menu*/
#menu 
{
  float: left;
  width: 200px;
  
  /*
  height: 800px;
  float: none;
  */

 
  background-image: url(greenGradeHor.png);
}


#menu a
{
  color:white;
  /*text-align: center;*/
  width:170px;
  height: 37px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 15px;
  
  font-size:14px;
  
  text-decoration:none;
  display:block;

/*
  float:left;
  width:6em;
  
  background-color:purple;
  padding:0.2em 0.6em;
  border-right:1px solid white;*/
*/
}

#menu a:hover 
{
  /*color: #D03D05;*/
  
  /*color:red;*/
  /*background-color:purple;*/
  background-image: url(greenGradeHor.png);
  text-decoration: underline;
}

#menu ul
{
  width: 200px;
  list-style-type:none;
  padding:0px;
  margin:0px;
  margin-left:0px;
  
}

#menu li 
{
  /*border:2px solid green;*/
  background-image: url(greenGradeHor.png);
  margin-top: 5px;
  width: 200px;
  height: 42px;
  position: relative;
}

#menu h1 
{
  height: 50px;
  text-align: center;
  position: relative;
  background-image: url(greenGradeVerDS.png);
  color: white;
}

/* Calendar */

#calendar 
{
	text-align: center;
	/*float: none;*/
	margin-top: 5px;
	background-image: url(greenGradeHor.png);
	padding-bottom: 20px;
	position: relative;
	width: 200px;
	height: 203px;
	/*background: #0000ff;*/
}
#calendar_wrap
{
	display:inline;
}

#calendar table, #calendar caption {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	text-transform: uppercase;
	/*letter-spacing: .25em;*/
	font-weight: bold;
}

#calendar thead th {
	/*background: #ff0000;*/
}

#calendar tbody td {
	/*background: #00ff00;*/
}
#today 
{
	border-style:dotted;
	/*
	background: #00ff00;
	color:red;
	*/
 }

#calendar li
{
	background-image: none;
	background: #0000ff;
	margin-top: 5px;
	width: 200px;
	height: 460px;
}

#calendar a {
	margin-top: 0px;
	width: 0px;
	height: 0px;
  	padding-top: 0px;
  	padding-left: 0px;
	text-decoration: none;
	font-weight: bold;
	display:inline;
}

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

#menuCurrent, #menuCurrent a
{
  color:blue;
}



/*page*/
#page 
{
  padding-left: 20px;
  width: 740px;

  float: left;
  /*background-color: #00ff00;*/
}

#page h1 
{
  margin-top: 10px;
  margin-bottom: 10px;

  height: 50px;
  text-align: center;
  position: relative;
  background-image: url(orgGradeVerDS.png);
  color: white;
}

#page h2
{
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: black;
}

#dSideBySide
{
  display:block;
}



.dSideBySide ul
{
  width: 740px;
  list-style-type:none;
  margin-left:0px;
  padding:0px;
  margin:0px;
}

#sideBySide ul
{
  width: 740px;
  list-style-type:none;
  margin-left:0px;
  padding:0px;
  margin:0px;
}

#sideBySide li 
{
  float: left;
  overflow: hidden;
}

.clear 
{
    clear: both;
}

#sideBySide a
{
  color:black;
  
  width:330px;
  
  
  min-height: 40px;
  
  padding-top: 5px;
  padding-left: 30px;
  
  text-decoration: underline;
  display:block;
  font-size:15px;
}

#sideBySide a:hover 
{
  /*color: #D03D05;*/
  /*color:red;*/
  /*background-color:purple;*/
  /*background-image: url(greenGradeHor.png);*/
  font-weight: bold;
}

.centerParagraph
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.paddedParagraph
{
  padding-left:50px;
}

.floatedParagraph
{
  /*border-style:dotted;*/
  margin-left:10px;
  width: 230px;
  float: left;
  overflow: hidden;
}
table.padded-table td 
{ 
  padding:5px; 
}

table.forumTable 
{ 
	font-size:15px;
	background-color:white;
	color:black;
}

table.forumTable thead 
{ 
	font-size:15px;
	background-color: #D54708;
	color:white;
}

table.forumTable th 
{ 
	padding:5px; 
}

table.forumTable tbody 
{ 
	background-color:white;
	color:black;
}

table.forumTable td 
{ 
	padding: 1px; 
	vertical-align: top;
}
table.forumTable a
{
	color:black;
	min-width:100px;
	min-height: 20px;  
	text-decoration: underline;
	font-size:15px;
	display:block;
	vertical-align: middle;
	/*background-color: #E67340;*/
}

table.forumTable a:hover 
{
	/*color: #D03D05;*/
	/*color:red;*/
	/*background-color:purple;*/
	/*background-image: url(greenGradeHor.png);*/
	font-weight: bold;
}

table.forumTable tfoot 
{ 
	background-color: #E67340;
}




