body         { background-color: rgb(252,226,191);
               background-image: url('');
               background-repeat: repeat;
               margin:0;
               padding:0 }
               
#header      { background-color: rgb(252,226,191);
               background-image: url('img/head_bck.jpg');
               background-repeat: no-repeat;
               position: absolute;
               width: 1004px;
               height: 87px;
               margin:0;
               padding:0 }
               
#leftcol     { background-color: rgb(252,226,191);
               background-image: url('img/menu_bck.jpg');
               background-repeat: no-repeat;
               position: absolute;
               top: 87px; left: 0px;
               width: 206px;
               height: 100%;
               margin:0;
               padding:0 }
               
#content     { background-color: rgb(252,226,191);
               background-image: url('img/content_bck.jpg');
               background-repeat: no-repeat;
               position: absolute;
               top: 87px; left: 206px;
               width: 585px;
               height: 100%;
               margin:0;
               padding:0 }
               
#rightcol    { background-color: rgb(252,226,191);
               width: 213px;
               position: absolute;
               top: 87px; left: 792px;
               height: 100%;
               margin:0;
               padding:0 }
             
p            { font-family: Verdana, Arial, Helvetica; 
               font-size: 8pt; 
               color: #000000; }
a:link       { font-weight: bold; 
               color: rgb(151,37,0);
               text-decoration: none }
a:visited    { font-weight: bold;
               color: rgb(94,23);
               text-decoration: none }
a:hover      { font-weight: bold;
               color: rgb(198,0,0);
               text-decoration: underline }
a:active     { font-weight: bold;
               color: rgb(255,236,215);
               text-decoration: underline }
               
tr           { font-family: Verdana, Arial, Helvetica; 
               font-size: 8pt; 
               color: #000000; }
               
input.black  { background-color: #000000;
               border-color: #000000;
               font-family: Verdana, Arial, Helvetica; 
               font-size: 7pt; 
               font-weight: bold;
               color: #FFFFFF }
               
input.red    { background-color: #C60000;
               border: 1px solid;
               border-color: #972500;
               font-family: Verdana, Arial, Helvetica; 
               font-size: 7pt; 
               font-weight: bold;
               color: #FCE2BF }.monthlink a{
	color: #000;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 33px;
	font-weight: normal;
}
.monthlink a:hover {
	color: #972500;
	font-weight: normal;
	text-decoration: none;
}
.left {
	float: left;
	padding: 7px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #962400;
	width: 130px;
	text-align: center;
}
