@import "style.css";
@import "menu.css";

		body
		{
			margin: 0;
			padding: 0;
		}
		
		#header
		{
			height: 150px;
			background-color: #FFFFFF;
			margin-bottom: 10px;
		}

		#searchbar
		{
			height: 25px;
                        width: 93%;
			background-color: #9999CC;
                        padding: 5px;
                        margin-bottom: 3px;
                        border: 2px solid black;
		}
		
		#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
		#col1
		{
			float: left;
			width: 30%;
			background-color: #FFFFFF;
			margin-bottom: 10px;
                        min-height: 300px;
		}
		
		#col2
		{
			float: left;
			width: 36%;
		    background-color: #CCCC99;
			margin-bottom: 10px;
			border: 2px solid;
                        padding: 3px;
                        min-height: 300px;
		}
		
		#col3
		{
			float: left;
			width: 32%;
			margin-left: 2%;
			background-color: #9999CC;
			margin-bottom: 10px;
                        border: 2px solid black;
                        min-height: 300px;
		}
		#colA
		{
			float: left;
			margin-left: 3%;
			width: 27%;
			background-color: #FFFFFF;
			margin-bottom: 10px;
                        min-height: 300px;
		}
		
		#colB
		{
			float: left;
			width: 60%;
			margin-left: 3%;
			margin-right: 3%;
		    background-color: #CCCC99;
			margin-bottom: 10px;
			border: 2px solid;
                        padding: 3px;
                        min-height: 300px;
		}
		
		#footer
		{
			clear: both;
                        width: 94%;
			height: 70px;
			background-color: #CCCC99;
			border: 2px solid;

		}
                .newsbox
                {
                        width: 96%;
                        margin-left: 2%;
			            background-color: #FFFFFF;
              			border: 1px solid;
                        padding: 3px;
                }

                #caltable
                {
                        border: 2px solid #000000;
                        font: 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
                        font-weight: bold;
                        padding: 0;
                        margin: 0;
                        text-align:center;
                }

		#caltable td
                {
                        border-right: 1px solid #CCCCCC;
                        border-bottom: 1px solid #CCCCCC;
                        background-color: #FFFFFF;
                        font-weight: normal;
                        width:20px;
                }
		#caltable td.header
                {
                        border: 1px solid #000000;
                        background-color: #336699;
			font-weight: bold;
                        width:20px;
                }
		#caltable td.event
                {
                        border-right: 1px solid #CCCCCC;
                        border-bottom: 1px solid #CCCCCC;
                        background-color: #CCCC99;
			font-weight: bold;
                        width:20px;
                }

