body {
	margin: 0;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .8em;
	padding:0;
	height:100%;
}
#mainContainer {
	background-image: url(../images/interface/leftrp.gif);
	background-repeat: repeat-y;
}
#leftBody{
	background-image: url(../images/interface/leftrp.gif);
	background-repeat: repeat-y;
	border-left: solid 1px #8DA4BB;
}
#pagewidth{
	width:99%;
	margin:0;
}
#topbar {
	width:100%;
	height: 57px;
	background-color: #003366;
	border-bottom: solid 3px #F0AF00;
}
/*top right buttons - help and exit*/	
#toprightbtnswrapper{
	width:96px;
	height:18px;
	float:right;
	margin:0 20px 0 0;
}
	
			/*IE Hack to get rid of 3 pixels IE seems to create*/
			/* Hide from IE5-mac. Only IE-win sees this. \*/ 
			* html #toprightbtnswrapper {
				width:99px;
				margin-top: 0px;}  
			/* End hide from IE5/mac */
	.help,
	.exit{
		display:block;
		width:48px;
		height:18px;
		background-repeat: no-repeat;}
		.help{
			float:left;
			background-image:url(../images/interface/btn_help.gif);}
		.exit{
			margin-left:48px;
			background-image:url(../images/interface/btn_exit.gif);}		
		.help:hover{background-position: right;}
		.exit:hover{background-position: right;}
/*#Main {
	clear:both;
	z-index:5;
}*/
/*Left Navigation Column*/
	#leftnav {
		float:left;
		margin-top:-9px;
		width:152px;}
			/*IE Hack to get rid of 3 pixels IE seems to create*/
			/* Hide from IE5-mac. Only IE-win sees this. \*/ 
			* html #leftnav {margin-right: -3px;}  
			/* End hide from IE5/mac */
	.navspacer {
		height:100px;
		width:100%;}
	.vcampuslogo{margin-top: 30px;}
	
			/*Navigation buttons */			
			.intro,
			.outline,
			.syllabus,
			.resources,
			.glossary {
				display:block;
				width:152px;
				height:18px;
				background-repeat: no-repeat;}
			.intro{background-image:url(../images/interface/nav_intro.gif);}
			.outline{background-image:url(../images/interface/nav_progress.gif);}
			.syllabus{background-image:url(../images/interface/nav_syllabus.gif);}
			.resources{background-image:url(../images/interface/nav_resources.gif);}	
			.glossary{background-image:url(../images/interface/nav_glossary.gif);}

			.intro:hover{background-position: right;}
			.outline:hover{background-position: right;}
			.syllabus:hover{background-position: right;}
			.resources:hover{background-position: right;}
			.glossary:hover{background-position: right;}
	/*Content Area*/		
	#pagebody{
		margin: 15px 0px 0px 170px;
		display:inline-block;
		border:none;}
	/*IE Hack to keep content from jumping off page*/
	/* Hide from IE5-mac. Only IE-win sees this. \*/ 
	* html #pagebody {
		width:98%;
		height:98%;}
	/* End hide from IE5/mac */
	#contentarea{
		width:98%;
		height:98%;
		/*overflow: auto;*/
		display:inline-block;}

/*Bottom section*/
	#bottom{
		clear:both;
		width:100%;
		height:34px;
		margin:0px;
		background-image: url(../images/interface/btm_rp.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		border-left: solid 1px #8DA4BB;}
		#bottomcorner{
		float:left;
		width:165px;
		height:33px;
		background-image: url(../images/interface/btmcrnr.gif);
		background-repeat: no-repeat;
		background-position: right;
		background-color: #DFE2EC;}
	.copyright{
		text-align:center;
		color: #4B6279;
		font-size:70%;
		padding-top: 18px;}
	#navbuttons{
		float:right;
		background-color:#FFFFFF;
		margin-bottom:1px;}
			.prevbtn,.nextbtn{
				display:block;
				background-repeat: no-repeat;}
			.prevbtn{
				float:left;
				width:70px;
				height:33px;
				background-image:url(../images/interface/btn_back.gif);}
			.nextbtn{
				width:73px;
				height:33px;
				margin-left:70px;
				background-image:url(../images/interface/btn_next.gif);}

			.prevbtn:hover{background-position: right;}
			.nextbtn:hover{background-position: right;}
			
			/*IE Hack to get rid of 3 pixels IE seems to create*/
			/* Hide from IE5-mac. Only IE-win sees this. \*/ 
			* html .prevbtn {margin-right:-3px;}  
			/* End hide from IE5/mac */
							
			/*IE Hack to get rid of 3 pixels IE seems to create*/
			/* Hide from IE5-mac. Only IE-win sees this. \*/ 
			* html .nextbtn {margin-left: 67px;}  
			/* End hide from IE5/mac */
				

