/* CSS Document */

body {
	background-color: #2b2b2b;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #CCCCCC;
}
#mainwindow {
	text-align: left;
	display: block;
	position: relative;
	width: 1000px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../globalimages/header_back.jpg);
	background-repeat: repeat-x;
}
#portalintrotext {
	padding-top: 32px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#FFFFFF;
}

#logo {
	padding-left: 27px;
	padding-top: 26px;
	}
#menu {
position: absolute;
	left: 0px;
	top: 0px;
	height: 95px;
	width:1000px;
	background-image:url(/globalimages/header_back.jpg);
	overflow:hidden;
}
#studymenus {
	position:absolute;
	top: 60px;
	left: 0px;
	width: 700px;
	height: 680px;
	background-color: #222222;
}

#portalintro {
	position: absolute;
	height: 680px;
	width: 300px;
	left: 700px;
	top: 60px;
	background-color: #666666;
	background-image: url(../globalimages/portal_sidepanelback.jpg);
	background-repeat: repeat-x;
}
.clickable {
	cursor:pointer;
	cursor:hand;
	}

.clearall {
	clear:both;
	}
.copyright {
	color:#000000;
	font-size: 9px;
	line-height: 12px;
	}
#largemenu {
	height: 295px;
	width: 644px;
	overflow: hidden;
}
#studymenusareas {
	margin-left: 26px;
	margin-top: 22px;
}
.smallmenu {
	float: left;
	height: 140px;
	width: 206px;
	margin-top: 12px;
	margin-right: 13px;
	overflow: hidden;
}


.intro {
	font-size: 13px;
	line-height: 18px;
}
#portalintrotext a:link, #portalintrotext a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#portalintrotext a:hover, #portalintrotext a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#studyoptions {
	width: 644px;
	margin-top: 12px;
	height: 150px;
}
