/* CSS Document for CSC 2006 */
body {
	margin:0px; 
	padding:0px; 
	font: .8em verdana, arial, sans-serif;
	text-align:center;
	}
* {
	margin:0; 
	padding:0;
	}
p {
	margin: 0 8px 0 0;
	}
.floatright 
	{float:right;
	 width:auto;
	 }
.bigletter {
	font-size:1.3em;
	line-height:1.4em;
	font-weight:550;
	color:#000099;
	}
div#mainwrap {
	width:900px;
	height:100%;
	min-height:100%;
	background-color: #FFFF66;
	background-image:url(images/notesborder.gif);
	background-repeat:repeat-y;
	border-bottom:2px solid #000;
	margin-left:auto;
	margin-right:auto;
	/*text-align:left;*/
	}
div#header {
	width:900px; 
	/*height:60px; */
	background-color:transparent; 
	text-align:center;
	margin-top:0px; 
	padding-top:0px;
	}
div#contentarea {
	height:100%;
	border:0px 2px 2px 2px;
	width:900px;
	text-align:left;
	}
/*div#column1 {
	width:150px; 
	background-color:transparent; 
	float:left;
	}
div#column1 img{
	margin-left:32px;
	}	
div#column1 ul li {
	display:block;
	width:30px;
	color:#;
	background-color:#;
	margin: 5px 0px 2px 40px;
	border: 1px solid black;
	}	*/
div#column2 {
	width:800px;
	/*float:left;*/
	margin:0 0 0 50px;
	}
div#text {
	background-color: #FFFFFF;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
	}
div#column2 p {
	font-size:1em;
	margin:1em 10px 1em 20px;
	}
div#column2 p img {
	float:left;
	margin: 12px;
	}
/*div#column3 {
	width:170px; 
	background-color:transparent; 
	float:left;
	}*/
div#footer {
	font-size:.8em;
	width:900px; 
	background-color:transparent;
	text-align:center;
	padding-top:6px;
	}
#list1 {
	float:left;
	width:350px;
	font-size:.9em;
	margin-left:20px;
	list-style-type:none;
	}	
#list2 {
	float:left;
	width:300px;
	font-size:.9em;
	margin-left:20px;
	list-style-type:none;
	}
#list2 ul li ul li {
	text-indent:4px;
	font-size:80%;
	}
table td, th {
	padding:0px 8px 3px 2px;
	border:1px solid #006600;
	font-size:.9em;
	}
table {
	border-spacing:0px;
	margin:20px 2px 20px 2px;
	margin-bottom:20px;
	}
table.maplinks	{
	margin:20px 30px 20px 30px;
	}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Alsett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */




