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


a {
	text-decoration:none;
	color: #0099ff;
}
a.visited {
	text-decoration:none;
	color: #0099ff;
}
.centrediv {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.modulelink {
	float: left;
	width: 190px;
	height: 20px;
	text-align: center;
	font-family:"Myriad Pro";
	color: #0099ff;
}
.modulelink:hover {
	font-weight:bold;
}
.modulelinkactive {
	float: left;
	width: 190px;
	height: 20px;
	text-align: center;
	font-family:"Myriad Pro";
	text-decoration:underline;
	font-weight:bold;
	color: #0099ff;
}
.container {
	width: 1030px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
	border-color: #CCC;
    margin-top: 10px;
}
#menuholder {
	float: left;
	width: 760px;
	height: 70px;
}
#header {
	height: 70px;
	margin-top: 20px;
	width: 990px;
}
#title {
	float: left;
	height: 50px;
	background-image:url(../images/unicef_title.png);
	width: 760px;
}
#logo {
	float: left;
	height: 70px;
	width: 230px;
	background-image: url(../images/unicef_logo.png);
}
#menu {
	/* height: 20px; */
	/* width: 760px; */
}
#content {
	height: 680px;
	width: 990px;
}
#courseguide {
}
#module1 {
}
#module2 {
}
#module3 {
}
