html, body { margin: 0; padding: 0 }
body { background-color:#00396F; }


#container {
	/*margin: 3em auto 0 3em;*/
	padding-bottom: 3em;
	background-color: #00396F;
}


#month th, #month td { border: 1px solid #000; }
/* this sets the background of the text to blue */
#month thead { background-color:#00396F; }


#month td { width: 7em; height: 7em; padding: .2em; vertical-align: top; overflow: auto; background-color:#FFFFFF;}

/* set the box for text in each day */
td .day { width: 7em; height: 6em; overflow:auto; margin-top: 0; }

/* set the color of the date text */
td .date { color: #333366 }


/* make weekend cells white */
#month tbody .weekend {
	background-color:#FFFFFF;
}
/* make previous or next month cells grey */
#month tbody .next, #month tbody .previous {
	background-color:#CCCCCC;
}
/* space around the table, I made it blue to match background */
.rtop { display:block; background:#060; }
.rtop * {
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #00396F;
}
.r1{margin: 0 0 0 5px}
.r2{margin: 0 0 0 3px}
.r3{margin: 0 0 0 2px}
.r4{margin: 0 0 0 1px; height: 2px}



#container h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0em;
}
#month th {
	font-family: "bold Arial", Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
p {margin-top: 0; }
