body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:75%; /* of window */
	min-width: 700px;
	margin-left:auto;	/* centers the whole		 */
	margin-right:auto;	/*	page to middle of window */
/*	background-image: url('images/bg_image2.jpg');
	background-repeat: repeat;*/
	background-color:#000044;}
#header{
	float:left;
	height: 20%; /* of body */
	width:100%;  /* of body */
	padding-left:1%;
	border-color:black;
	border-style:solid;
	border-width:.30em;
	background-color:#ffffff;
	-moz-border-radius: 1em;
	-webkit-border-radius:1em;
	border-radius: 1em;}
#header h2 {margin-bottom:0px;} /*shrink header space onn the menu items*/
#header h2 + h2 {margin-top:.3em;} 

#hdl{float:left;width:45%;text-align:center;overflow:hidden;}
#hdr{float:left;width:55%;text-align:center;}
.date{color:#660000;text-shadow: #666666 2px 2px 1px;} 
#container{
	position:relative; /* to body */
	top:-.30em;	/* move up width of the border, prevents fat line
			using thinner borders messes up corners in Chrome/Safari*/ 
	float:left;
	padding-left:1%;
	width:100%;  	/* of body */
	border-color:black;
	border-style:solid;
	border-width:.30em;
	background-color:#660000;
	margin-bottom:15px;
	-moz-border-radius: 1em;
	-webkit-border-radius:1em;
	border-radius: 1em;}

#left1{
	float:left;
	max-width:15%;	/* of container */
	font-size:125%;
	line-height:.9;
	color:white;}
#left1 p + p {margin-top:.75em;} /*shring space on the menu paragraphs*/
#left1 p {margin-bottom:0px;} /*shring space on the menu paragraphs*/
#left1 a{color:white;text-decoration:none;font-style: italic;text-shadow: #cccccc -1px 1px 1px;}
#left1 a:hover, A:focus {text-decoration:underline;}

#right1{float:right;
	width:75%;	/* of container */
	min-height:450px; /* keeps right column honest and full % wont work*/
	background-image: url('images/bg_paper.jpg');
	background-repeat: repeat;
	padding:1.5%;
	-moz-border-radius: 1em;
	-webkit-border-radius:1em;
	border-radius: 1em;}
#right1 a{color:#660000;text-decoration:none;}
#right1 a:hover, #right1 a:focus {text-decoration:underline;}
	

img{border-width:0px;
	-moz-border-radius: 1em;
	-webkit-border-radius:1em;
	border-radius: 1em;}

.imageleft{vertical-align:top;float:left;margin-right:.5em;margin-bottom:1em;width:100px;}
.clr {clear:both;width:100%;}
#schedtab {border-collapse:collapse;border:1px solid black; margin:0 5%; width:89%; }
#schedtab td , #schedtab th{padding:.2em .4em;border:1px solid black}

