html,body {
	height:100%;
	margin:0px;
	padding:0px;	
}
body{
	background-image: url(bg.gif);
	background-attachment:fixed;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}



/************************Container Items************************/

#Container {
	width: 100%;	
	position: relative;
	font-size: x-small;
	color: #000000;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow:visible;
}

#logo {
	position:relative;
	float: left;
	height: 220px;
	width: 100%;
	background-image:url(CHEMlogo.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#menuMain {
	position:relative;
	float: left;
	height: 50px;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	}
	
#menuMain a {
	color:#990000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	}	
	
#menuMain a:hover {
	color:#000000;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	}

.right_align {
	float: right;
	display: inline;
	text-align:right;
	margin:0px;
	padding-top:4px;
}

/************************Three Column Index Div************************/

#wrapper1 {
	clear:both;
	position:relative;
	text-align:left;
	width:100%;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}
#header {
	background:none;
	padding:10px;
	margin:0;
	text-align:center;
	Width:100%;
	}
#header h1 {
	font-size:200%;
	color:#000000;
	}
#header h2 {
	font-size:150%;
	color:#990000;
	}
#header a:hover {
	color:#000000;
	text-decoration:underline;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:none;
	z-index:100;
	background-color:#EEEEEE;
	}
#leftcol a {
	color:#000000;
	}
#leftcol a:hover {
	text-decoration:underline;
	color:#000000;
	}	
#leftcol h1 {
	font-size:larger;
	color:#003300;	
	}
#leftcol h2 {
	font-size:large;
	color:#990000;	
	}	
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:none;
	z-index:99;
	background-color:#EEEEEE;
	}
#rightcol a {
	color:#000000;
	}
#rightcol a:hover {
	text-decoration:underline;
	color:#000000;
	}	
#rightcol h1 {
	font-size:larger;
	color:#003300;	
	}
#rightcol h2 {
	font-size:large;
	color:#990000;	
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#eebb00;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#ffcc00;
	}
#footer {
	position:relative;
	float:left;
	clear:both;
	top:1px;
	background:none;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#000000;
	}


#float_fix {
clear:both;
}

#moodle {
width: 100%;
height: 500px;
overflow:hidden;
background-color: transparent;
border: 0;
}

/************************Ad Layers************************/
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 339px;
	
}

#noteIndex {
	margin:0 0 0 0;
	padding:0 0 0 0; 
	position:relative;
	float:left;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	height: auto;
	width: 100%;
	overflow:visible;
}

#noteIndex ul{
}

#noteIndex li{
}


#noteIndex a{
color:#003300;
}

#noteIndex a:hover{
	color:#003300;
	text-decoration:underline;
}

#centerInfo{
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:800px;
	}