

* { padding: 0; margin: 0; }

body {
 font-family: verdana,Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #5277AF;
}
#wrapper { 
 margin: 0 auto;
 background-color: #E7E8E0;
 width: 923px;
}
#header {
 color: #000000;
 width: 903px;
 float: left;
 padding: 0px 20px 0px 0px;
 
 height: 170px;
 margin: 0px 0px 0px 0px;
 background: #80a243;
 
}
#navigation {
 float: left;
 width: 903px;
 color: black;
  text-align: right;
 padding: 5px 20px 5px 0px;
 border-bottom: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #80a243;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 border-right: 0px ;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 630px;
 float: left;
 background: #E7E8E0;
}

#rightcolumn { 
 float: right;
 color: #333;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #b2b2b2;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 248px;
 display: inline;
 background: #C1CEA6;
}
#footer { 
 width: 900px;
 clear: both;
 font-size: 10px;
 text-align: center;
 color: #333;
 border: 1px solid #ccc;
 background: #80a243;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.term{font-weight: bold;
           text-decoration: underline;}
           
.dateclass{font-weight: bold;} 

.course{font:  12px verdana;
                font-style: italic;}
                
.center{text-align: center;}

.classes{ font: italic bold 13px verdana;
                text-align: center;} 

.signup{ font: italic bold 14px verdana;
                text-align: center;} 

.purpose{font: italic bold 11px Arial;}

a:link {
	color: white;
	text-decoration: none;
                  border-bottom: none;
}

a:visited {
	color:white;
	text-decoration: none;
                  border-bottom: none;
}
a:hover{color:yellow;
	text-decoration: underline;}
                  