/* Set all fonts to a pleasing or semi-pleasing greyish serif of medium size*/

* {
	color: #444444;
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
	font-size: medium;
	}

/* Links: blue-green */

a, a:visited {
	color: #004455;
	padding: 2px 0 2px 0;
	}

/* Expandable text with dotted border */

a.dsphead{
   text-decoration:none;
   margin-left:.15em;
   padding: 0 0 4px 0;
   }
a.dsphead:hover{
   padding: 0 0 4px 0;
   }
a.dsphead span.dspchar{
   font-family:monospace;
   font-weight:normal;
   padding: 0 0 4px 0;
   }
.dspcont{
   display:none;
   border:dotted 1px #232951;
   padding:10px;
   color:#000;
   margin: 10px 30px 10px 10px;
   }

/* Dropcaps */

.cap {
	display: inline;
	float: left;
	margin: 0;
	padding: .27em .08em 0 0;
	#padding: 0.27em 0.08em 0.2em 0.00em; /* IE */
	_padding: 0.27em 0.08em 0.4em 0.00em; /* IE 6-older */
	font-size: 2.6em;
	line-height: .4em;
	color: #000;
}

/* Define wrapper and columns*/

#wrap {
   width:1000px;
   margin: auto;
   padding: 0px 0px 0px 0px;
}

#big_col {
   float:left;
   width:1000px;
   padding: 0px 0px 0px 0px;
}

#left_col {
   float:left;
   width:480px;
   padding: 0px 20px 0px 0px;
}
#right_col {
   float:right;
   width:480px;
   padding: 0px 20px 0px 0px;
}

/* Headings */

p {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
	font-size: medium;	
	}

h1 {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
    font-variant: small-caps;
	font-size: xx-large;
    font-weight: 300;
	color=#FF0000;
	letter-spacing: 3px;
	margin: -10px 0 0 0;
	padding: 20px 0px 0px 0px;
	}

h2 {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
    font-variant: small-caps;
	font-size: large;
    font-weight: 300;
	color=#202020;
	letter-spacing: 1px;
	margin: -5px 0 0 0;
	padding: 20px 0px 0px 0px;
	}

h3 {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
	font-size: medium;
    font-weight: 400;
	color=#404040;
	margin: -5px 0 0 10px;
	padding: 20px 0px 0px 0px;
	}

h4 {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
    font-variant: small-caps;
	font-size: large;
    font-weight: 300;
	color=#004455;
	letter-spacing: 2.175px;
	margin: -5px 0 0 0;
	padding: 5px 0px 0px 0px;
	}

h5 {
	font-family: "Baskerville","Georgia","Times New Roman","Times",serif;
	font-size: small;
    font-weight: 600;
	color=#002233;
	letter-spacing: 1.2px;
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	}


/* week */

div#week {
	padding: 4px 0 4px 0;
	}

a.thisweek {
	margin: 0 2px 0 0;
	text-align: right;
	padding: 4px;
	color: #ffffff;
 	background-color: #004455;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration: none;	
	opacity: 0.75;
	}

a.thisweek:hover {
	color: #ffffff;
	background-color: #000000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration: none;
	opacity: 1;
	}

a.nextweek {
	margin: 0 2px 0 0;
	text-align: right;
	padding: 4px;
	color: #ffffff;
 	background-color: #004455;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration: none;	
	opacity: 0.45;
	}

a.nextweek:hover {
	color: #ffffff;
	background-color: #000000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration: none;
	opacity: 1;
	}


/* Tables */

table {
  width: 75%;
  margin-bottom: 10px;  
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;

}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 7px 7px;
  padding: 7px 7px;
}

thead th {
  background-color: #F8F8F8;
}

tbody tr.dark {
  background-color: #F5F5F5;
}

tbody tr.blue {
  background-color: #F5FFFF;
}

tbody td {
  border-bottom: 1px solid #DDD;
}

tbody tr:hover {
  background-color: #ffffe7;
}

/* date */

.date{
	float:right; 
	width:200px;
	margin: 10px 10px 10px 10px; 
	border:1px dotted #616D7E;
	border-radius:10px;
	padding: 10px 10px 10px 10px; 
	background:#FFFFDD;
}

/* footer */

.footer{
	margin: 10px 10px 10px 10px; 
	border:1px dotted #616D7E;
	border-radius:10px;
	padding: 10px 10px 10px 10px; 
	background:#FFFFDD;
}

/* Bullet points */

ul {
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: url(smbullet.gif) no-repeat;
	background-position: 0 3px;
}

/* Visible box with dotted border */

.visbox{
   border:dotted 1px #232951;
   border-radius:10px;
   padding:10px;
   color:#000;
   margin: 10px 30px 10px 10px;
   }
