#contentTopDiv
{
	width: 900px;
	height: 10px;
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 10px;
}
#contentBottomDiv
{
	width: 900px;
	height: 11px;
	background-image: url(../images/content-bottom.jpg);
	background-repeat: no-repeat;
	margin: auto;

}
#contentMatter
{
	width: 900px;
	background-color: white;
	margin: auto;
	clear: both;
}	
	.clean
	{
		clear: both;
	}
	#contentMatter		#ContentInsideDiv
		{
			position: relative;

			width: 880px;
			margin: auto;
			height: 100% !important;
			clear: both;
		}
	#contentMatter		#ContentInsideDiv		#topHeaderImageDiv
		{
			background-color: gray;
			height: 100px;		
			position: relative;
			z-index: 5;	clear: both;
		}
	#ContentInsideDiv #sideMenuBackground
	{
/*		background-image: url(../images/sidemenu-background.jpg);
		background-repeat: repeat-y;*/
		background-color: #e9e6e4;
		width: 200px; height: auto;
		margin-left: 0px; margin-top: -80px;
		z-index: 4;
		float:left;
		padding-bottom: 10px;		
	}
	#sideMenuBackground #sideMenu
	{
		background-color: white;
		width: 180px; 
		z-index: 10;
		margin: auto;
		margin-left: 10px;
		position: relative;
		padding-bottom: 10px;
	}
	#sideMenuBackground #sideMenu ul
	{
		width: 140px;
		margin:auto;
		margin-top: 20px;
		font-family: Century Gothic;
		
	}
	#sideMenuBackground #sideMenu li
	{
		padding-bottom: 8px;
		width: 140px;
		text-align: center;
		border-bottom: 1px;
		border-bottom-color: #cecccb;
		border-bottom-style: solid;
		padding-top: 8px;
	}
	#sideMenuBackground #sideMenu li.boldd
	{
		font-weight:bold;	
		font-size: 14px;
		border-bottom: 0px;
		border-bottom-color: #41654d;
		border-bottom-style: solid;
		color:  #41654d;
		letter-spacing: 2px;	
	}
	#sideMenuBackground #sideMenu li a
	{
		text-align: center;
		text-decoration: none;
		width: 140px;
		letter-spacing: 2px;	
	}
	#sideMenuBackground #sideMenu li a:hover
	{
		text-align: center;
		text-decoration: none;
		width: 140px;
		font-weight: bold;	
		letter-spacing: 2px;	
	}				
		#pageTextDiv
		{
			float: right;
			width: 680px;
			background-color: transparent;
			margin-bottom: 10px;			
		}
		#pageTextDiv p
		{
			margin: 0;
			padding: 25px 6px 5px 20px;
			text-align: justify;
		}
		#pageTextDiv p + p
		{
			text-indent: 2.5em;			
		}
		#pageTextDiv .pDiv 
		{
			margin: 0;
			padding: 25px 6px 5px 20px;
			text-align: justify;
		}
		#pageTextDiv .pDiv li
		{
			margin-left: 40px;			
			list-style: disc;
		}
		#pageTextDiv .pDiv li.boldd
		{
			margin-left: 0px;
			font-weight:bold;	
			font-size: 16px;
			border-bottom: 0px;
			border-bottom-color: #41654d;
			border-bottom-style: solid;
			color:  #41654d;
			letter-spacing: 2px;
			font-family: Century Gothic;
			letter-spacing: 1px;
			list-style: none;
		}
		#pageTextDiv span
		{
			display: block;
			font-size: 24px;
			font-family: Century Gothic;
			letter-spacing: 2px;
			padding-bottom: 10px;
			text-indent: 0em;		
		}
		
		#pageTextDiv #tableForm
		{
		    width:100%;
		}
		#pageTextDiv #tableForm tr
		{
		    border-bottom:solid 1px #837663;
		}
		#pageTextDiv #tableForm tr td
		{
		    padding:4px;		    
		    padding-top:14px;
		    border-bottom:solid 1px #837663;
		}		
		#pageTextDiv #tableForm tr td.clearBorder
		{
		    border-bottom:none;
		}
		#pageTextDiv #tableForm tr td .tableClear td
		{
		    padding:0px;
		    border-bottom:solid 0px #837663;
		}
#IndexcontentMatter
{
	width: 900px;
	background-color: white;
	height: 432px;
	margin: auto;
	clear: both;
}

#studentDivLeft
{
    width:600px;
    border-right:solid 1px gray;
    float:left;
}
#studentDivRight
{
    width:260px;
    float:right;
}