
	html, body { 
		height: 100%;
		margin: 0px;
		background-color: black;
	}
	
	.form TD {
		padding: 3px; 	
	}
	
	#WaitInfo {
		font-weight: bold;
		font-size: 7pt;
		position: absolute;
		top: 60px;
		left: 10px;
	}
	
	#Content, #Top {				
		background: #ffffff url('Images/TopBG.jpg') no-repeat top center;
	}
	
	#Content {
		position: relative;
		margin: 0px auto;
		width: 933px;		
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/		
		min-height:100%; /* real browsers */				
		border-left: 1px solid black;
		border-right: 1px solid black;
	}
				
	
	#Top {
		border-bottom: 1px solid black;
		position: absolute;
		top: 0px;
		width: 100%;
		height: 105px;
	}
	
	#TopNav {
		margin-top: 84px;
		margin-left: 5px;
	}
	
	#PageActions, #MainMenu {
		float: left;
	}
	
	#PageActions {
		margin-top: -4px;	
	}
	
	#PageActions IMG, #PageActions A {
		margin-top: 4px;		
		}
	
	#PageActions INPUT {
		font-size: 7pt;		
		border: 1px solid #a0a0a0;
		width: 74px;		
		margin-bottom: 2px;
		}
	
	#PageActions {
		width: 317px;
	}
	
	#Address {
		position: absolute;
		right: 0px;
		top: 49px;		
		width: 365px;		
	}
	
	#ShadowLeft, #ShadowRight {
		position: absolute;
		top: 0px;
		width: 14px;
		height: 100%;
	}
	
	#ShadowLeft {
		background: url('Images/ShadowLeft.gif') repeat-y top left;
		left: -15px;
	}
	
	#ShadowRight {
		background: url('Images/ShadowRight.gif') repeat-y top left;
		right: -15px;
	}
	
	#LeftPanel, #RightPanel {
		position: absolute;				
		height: 100%;				
	}
				
	#LeftPanel {
		width: 148px;					
		border-right: 1px solid black;
		left: 0px;
		top: 0px;				
	}
	
	#RightPanel {
		width: 150px;					
		border-left: 1px solid black;
		right: 0px;
		top: 0px;				
	}
	
	#Footer {
		position: absolute;
		bottom: 0px;
		height: 59px;
		width: 100%;
		background: #ffffff url('Images/BottomBG.gif') no-repeat top center;
	}
	
	#Languages {
		position: absolute;
		top: 30px;
		left: 320px;
	}
	
	.panelTopSpacer {
		height: 149px;			
	}
	
	.panelBox {
		background: #ffffff url('Images/PanelHeader.gif') no-repeat top right;
		margin-bottom: 13px;
		border-bottom: 9px solid black;			
	}
	
	.panelWhiteItem {		
		margin-top: -30px;
		margin-bottom: 14px;
	}
	
	.panelDropDown {
		display: none;				
	}
	
	.panelDropDownContent {
		padding: 3px 5px 5px 10px;
	}
	
	.panelBox div.separator {
		height: 5px;
		font-size: 0pt;				
		background: transparent url('Images/PanelSep.gif') no-repeat top right;
	}
	
	.panelHeader {
		height: 16px;
		padding: 3px 0px 0px 7px;
		position: relative;		
	}
	
	.panelHeader A {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	
	.panelContentHeader {
		font-weight: bold;	
	}
	
	.panelContent {
		margin: 6px 10px;
	}
	
	.seContent {
		display: none;
	}
	
	#CenterArea {				
		padding: 150px 168px 80px 166px;
	}		
	
	.marginLess {
		text-align: right;
		margin-right: -17px;
	}
	
	#Crumbs {
		position: absolute;
		top: 118px;
		left: 166px;				
	}
	
	#Languages {
		height: 21px;	
	}
	
	#Languages IMG, #Languages A {
		float: left;
	}
	#Languages IMG {
		margin: -2px 5px 0px 0px
	}
	
	#Languages A {
		padding-top: 2px;
		display: block;
		margin-right: 25px;
	}
		
	
	#Courses {
		background: #ffffff url('Images/CoursesBG.gif') no-repeat top center;
		height: 97px;
		padding-top: 54px;
		padding-left: 8px;
		font-weight: bold;		
	}
	
	#Courses A {
		color: black;
		background-color: transparent;
	}

