@charset "UTF-8";
body  {
	background: #FF3300;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #CCFF33;
	border-right-color: #CCFF33;
	border-bottom-color: #CCFF33;
	border-left-color: #CCFF33;
	
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px double #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FF9933 ;
	
} 
.twoColFixLtHdr #header {
	background: #000000;
	padding: 27px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	left: 250px;
	background-image:url(logos/Mbdlogo.jpg)
	
	}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 27px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Matura MT Script Capitals", Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-left-color: #D4D4D4;
	text-transform: capitalize;
	font-size: 36px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; 
	
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #993300;
	color:#FFCC99;
	
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	}
	
	.twoColFixLtHdr #sidebar1 a:link {
	border: 1px outset #333366;
	margin: 2px;
	padding: 1px;
	color: #FFCC99;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	
}

.twoColFixLtHdr #sidebar1 a:visited {
	border: 1px outset #333366;
	margin: 2px;
	padding: 1px;
	color: #FFCC99;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	
}
	
.twoColFixLtHdr #sidebar1 a:hover {
	margin: 1px;
	color: #FFCC99;
	text-decoration: underline;
	background-color: #FF6600;
	font-weight: bolder;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 a:active {
  color: #FFcc99;
}
	
	

	
	

.twoColFixLtHdr #mainContent {
    
	padding: 50px;
	padding-left:150px;
	padding-right:75px;
	border-color: #FF9933;
	border-width: medium;
	border-style: dotted;
	margin: 30px;
	margin-left: 200px;
	background-color:#FFCC66;
	background-image: url(logos/2008logo.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

.twoColFixLtHdr #group {
  
	
	padding: 50px;
	padding-top: 1px;
	padding-left:100px;
	padding-right:75px;
	border-color: #FF9933;
	border-width: medium;
	border-style: dotted;
	margin: 30px;
	margin-left: 200px;
	background-color:#FFCC66;
	}
	
	.aboutcontent {
  	padding: 10px; /* was 80 before I commented away the graphic */
	padding-left:30px;
	padding-right:30px;
	border-color: #FF9933;
	border-width: medium;
	border-style: dotted;
	margin: 30px;
	margin-left: 200px;
	background-color:#FFCC66;
	/*background-image: url(logos/sunicon.jpg); */
	background-repeat:no-repeat;
	
	
}
	
	

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FF3300; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}

/* Calendar CSS starts here. Source:http://www.dreamincode.net/forums/showtopic10208.htm */
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: circle;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px
}
 
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #cc6600;
	text-align: center;
	vertical-align: middle;
	display:block;
	margin-top: 0px;
	margin-right: 30%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	height: 15px;
	width: 22px;
	border: #000000 solid;
	border-width: 0px 1px 1px 0px;
	
}


	
	.date {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    background-color: #F2FFFF;
    text-align: left;
    vertical-align: top;
    height:55px;
    width: 14%;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    color: #000000;
    margin: 0px;
    padding: 0px 3px 3px 0px;
}
    .dayname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #993300;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	letter-spacing: 1.025em;
	border-top: 2px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
     
	 .event {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #F2FFFF;
	text-align: left;
	vertical-align: top;
	height: 55px;
	width: 14%;
	border: #993300;
	border-style: double;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	color: #000000;
	margin: 0px;
	padding: 0px 3px 3px 0px;
}
.new {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    background-color: #CCFF99;
    text-align: left;
    vertical-align: top;
    height: 55px;
    width: 14%;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    color: #003399;
    margin: 0px;
    padding: 0px 3px 3px 0px;
}

.google {
vertical-align:bottom
}

