@charset "utf-8";
/* CSS Document */

/* BEGIN SHARED DIVs */

/* * {border: 1px solid red !important; }
 */
#container { /* Centers the whole thing */
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	}  

#head { /* Holds the three links on top */
	background-image: url("/template_images/head.jpg");
	background-repeat: no-repeat;
	width: 810px;
	height: 67px;
	margin-right: auto;
	margin-left: auto;
	}
	
#graphic { /* container for the banner graphic */
	width: 810px;
	height: 213px;
	margin-right: auto;
	margin-left: auto;
	}

#groupmenu { /* UPPER container for basic navigation links */
	width: 810px;
	height: 28px;  
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	/* background-image: url("/template_images/bottom_graphic.jpg");
	background-repeat: no-repeat; */
	}
	
/*#groupmenu {  UPPER container for basic navigation links 
	width: 810px;
	height: 18px;  
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	}*/
	
#threecolumns { /* This is just the container for the three columns */
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	}
	
#newmenu { /* left menu container */
	float: left;
	width: 188px;
	padding-left: 8px;
	margin-left: 12px;
	border: 10px solid #FFFFFF;
	background-color: #E3E4DC;
	}
	
#cando { /* left right container */
	float: right;
	width: 203px;
	padding-left: 4px;
	padding-right: 12px;
	}

#middlecolumn { /* middle column container */
	width: 346px;
	padding: 4px;
	float: left;
	}

#middlecolumn2 { /* container for calendar dll */
	width: 546px;
	padding: 4px;
	float: left;
	}
	
#newbottom { /* bottom border div */
	width: 810px;
	height: 56px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("/template_images/bottom_graphic.jpg");
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	/* border-top: 8px solid #F0F0F0; */
	}

/* END SHARED DIVs */

/* BEGIN HOME PAGE SPECIFIC DIVS */

#homemiddle { /* This is just the container for the three columns */
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;

	}

#homecalendar {
	float: left;
	width: 240px;
	margin: 5px;

	}
	
#homecurrent {
	float: right;
	width: 546px;
	margin: 5px;

	}
	
#homebox1 {
	float: left;
	width: 207px;
	margin-top: 1px;
	padding: 0px;

	}
	
#homebox2 {
	float: right;
	width: 330px;
	margin-top: 1px;
	padding: 0px;

	}
	
#homebox3 {
	width: 779px;
	border-left: 6px;
	border-right: 6px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	/* background-color: #EBF5F6; */
	background-color: #F7F8FB;
	}