@charset "utf-8";
/* CSS Document */

/* General HTML Body Styling
 * -------------------------
 */
 
body {
	margin-top:0px;
/*	font: 70%/1em Verdana, Arial, Helvetica, sans-serif;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color: #333333;
	background-color: #ffffff;
/*	background-image: url('http://www.cmfsc.ca/2007newlook/bg.jpg');  
	background-repeat: repeat-x;*/
}

body a:hover {
	/* Color on mouseover of body items */
	color: red; 
}

body p {
	margin-top:10px;
	margin-bottom:10px;
}

body h1 {
	letter-spacing:0.10em;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

body h2 {
	letter-spacing:0.10em;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

body h3 {
	letter-spacing:0.10em;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

body h4 {
	letter-spacing:0.10em;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

body h5 {
/*	letter-spacing:0.10em;*/
	font: 8px Verdana, Arial, Helvetica, sans-serif;
}

body td {
	background-color:#ffffff;
}

body ul {
/*	list-style-type: square;*/
	list-style-image: url(../newlook2008/squarebullet-arrow.gif);
/*	padding-top: 0.25em;*/
	line-height: 130%;
	margin-top: 0;
}



 /* Basic DIV Elements
 * -----------------------------------------------------------------------------------
 */
 

#header {
/*	height : 102px;  */
	height : 102px; 	
	margin: 0 auto;
	width : 922px;
	background:	white url(../newlook2008/titlebanner-top.jpg) no-repeat center bottom;
}

#container {
	width : 920px;
	margin:0 auto;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399; 
/*	background-color:#f0f5fe;*/
	background-color:#cccccc;	
}


#rightColumn {
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	float: right;
	width : 150px;
	margin: 0;
	margin-top:20px;
	padding:10px;
	height:100%;
	min-height:200px;
	background-color:#ffffff;
}


#rightColumn p {
	margin:.5em 0 1em 0;
}

#rightColumn h2 {
	font:100%/1em Verdana, Arial, Helvetica, sans-serif; 
	margin:.5em 0 1em 0;
	border-bottom:1px dotted #cccccc;
	font-weight:bold;
	padding-left:2px;
	margin-bottom:10px;
	line-height:1.35em;
}

#rightColumnRow1 {
	height : auto;
	margin: 0 auto;
	padding: 5px;
	width : 140px;
/*	background-color: #6699cc;*/
}



#rightColumnRow2 {
	height : auto; 	
	margin: 0 auto;
	padding: 5px;
	width : 140px;
/*	background-color: #6699cc;*/
}
	
	

 /*  DIV Elements THAT ARE CURRENTLY UNUSED
 * -----------------------------------------------------------------------------------
 */

/*#logocontainer { /* required for background image on main page only	
	background-image:url(../Logos/CMFSC_LogoBkgnd.gif);
	background-repeat:no-repeat;
	background-position:225px 380px;
}*/


#searchbox {
	width: 100%;
	padding:-5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
/*	background-color:#f0f5fe;*/
}

#date {
	width: 100%;
	padding:0px 0px 0px 0px;
	margin-top: 0px;
/*	background-color:#f0f5fe;*/
	text-align:center;
	font-weight:bold;
	color:#333333;
}

#pad {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

#dynamic_content {
	height: auto;
	width: 749px;
	/*	background-color:#f0f5fe;*/
	background-color:#cccccc;
}

#flash_area {
/*	margin:12px 5px 0px 20px;*/
	float: left;
	height: auto;
	width:auto;
	background-color:#cccccc;
/*	background: url(../Flash/boy.swf) no-repeat center top;*/
}

/*#eventcontainer {
	margin:12px 20px 0px 5px;
	border:1px solid #999999;
	padding:0px 0px 5px 0px;
	float: right;
	height: 142px;
	width:190px;
	background-color:#fff;
}

#eventtitle {
	margin: 0px 0px 2px 0px;
	height: 16px;
	text-align:center;
	padding:3px 0px;
	border-bottom:1px solid #999999;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	font-weight: bold;
	width:100%;
	background-color:#f0f5fe;
}*/

#content {
	text-align:left;
	color: #333333;
	margin: 20px 190px 20px 20px;
	background-color:#ffffff;
	/*	border:1px solid #6699cc;*/
	border:1px solid #333399;
	padding:20px;
}

#content a {	
	text-decoration:none;
	font-weight: bold; 	
	color: #003399;	
}

#content a:hover {
	/* Color on mouseover of content items */
	color: red; 
}

/*#open-close_allpanels {
	margin:0px 7.5px 0px 0px;
	font: 6pt Arial, Helvetica, sans-serif;
	text-align:right;
}

#open-close_allpanels a {
	color: #003399;
	cursor: pointer;
}
	
/*#open-close_allpanels a:hover {
	/* Color on mouseover of content items */
	/*cursor: pointer;
	color: red;
} */

#footer {
	clear:both;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px auto;
	margin-top:10px;
	width:920px;
	height:20px;
	color: #575757;
	line-height:normal;
	background-color:#cccccc;
	padding:1em 0;
	border-bottom:1px solid #000000; 
}

#footer a {	
	text-decoration:none;
	font-weight: bold; 	                                            
	/* Space at the left of each footer item */	
	padding-left:5px;	         
	/* Space at the right of each footer item */	                                     
	padding-right:5px;	                                              
	color: #003399; 
}

#footer a:hover {
	/* Color on mouseover of footer items */
	color: red; 
}


#bottomborder {
	text-align: left;
	margin: 0px auto;
	height : 16px;
	width: 922px;
	background: url(../2007newlook/bottomborder2.gif) no-repeat center top;
} 

	
.playerflash {
	float: right;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 10px;
}
.highlight {
	background-color: #FFFF00;
}

.photo_right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
