	.contentTable
	{
		border-width: 1px;
		border-style: solid;
		border-color: #115486;
	}
	
	.navTable
	{
		background-color: #689DAD;
		/*padding: 5px;*/
	}
	
	td
	{
		font-family: Arial;
		font-size: 10pt;
	}
	
	td.navTab_out
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		text-decoration: none;		
		background-color: #2F7D8E;
		cursor: pointer;
	}
	
	td.navTab_over
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		text-decoration: none;
		background-color: #689DAD;
		cursor: pointer;
	}
	
	a.navLink
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		text-decoration: none;
	}
	
	.footer
	{
		font-family: Arial;
		font-size: 8pt;
		font-weight: bold;
		color: #000000;
	}
	
	.smallText
	{
		font-family: Arial;
		font-size: 8pt;	
	}
	
	textarea, select, input
	{
		border: solid 1px #115486;
		/*width: 100%;*/
	}
	
	a.leftNavLink
	{
		color: gray;
		font-weight: bold;
		font-size: 8pt;
		cursor: hand;
		text-decoration: none;
		/*list-style-image:url(../images/arrow2_off.gif);*/
		/*background-image: url("../images/arrow2_off.gif");
		background-repeat: no-repeat;
		padding-left: 13px;*/
	}
	
	a.leftNavLink:hover
	{
		color: #0805B6;
		/*list-style-image:url(../images/arrow2_on.gif);*/
		/*background-image: url("../images/arrow2_on.gif");*/
	}	
	
	a.leftNavLink_over
	{
		color: #0805B6;
		font-weight: bold;
		font-size: 8pt;
		cursor: text;		
		text-decoration: underline;
		/*background-image: url("../images/arrow2_on.gif");
		background-repeat: no-repeat;
		padding-left: 13px;*/
	}
	
	a.leftNavLink_over:hover
	{
		color: #0805B6;
	}
	
	table.leftNavTable
	{
		border-width: 1px;
		border-style: solid;
		border-color: #115486;
		margin: 1mm;
		/*padding: 0.5mm;*/
		background-color: #FCE303;
	}
	
	td.leftNavTableTitle, a.leftNavTableTitle
	{
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		color: #115486;
		text-decoration: none;
		background-image: url("../images/leftNav_bgcolor6a.gif");
	}
	
	td.leftNavTableTitle:hover, a.leftNavTableTitle:hover
	{
		color: #115486;
		text-decoration: underline;
	}	
	
	a.favLinks
	{
		text-decoration: underline;
	}
	
	.footerLinks
	{
		font-family: Arial;
		font-size: 9pt;	
	}
	
	a.tuition
	{
		font-family: Arial;
		font-size: 8.5pt;
		color: white;
	}
	
	a.tuition:hover
	{
		color: white;
		text-decoration: none;
	}
	
	a.homeLink
	{
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
	}
	
	a
	{
	
	}
	
	a:hover
	{
		color: red;
	}
	
	a.destiny
	{ 
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
	}
	
	td.destiny
	{ 
		font-family: "Times New Roman", Times, serif;
		font-size: 11pt;
	}

	a.hdnLinks, span.hdnLinks
	{
		color: white;
		font-size: 0pt;
		cursor: text;
	}

	a.hdnLinks:hover
	{
		color: white;
		cursor: default;
	}


 table.shadow { 
    text-align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(/images/shadow/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(/images/shadow/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(/images/shadow/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(/images/shadow/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(/images/shadow/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(/images/shadow/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(/images/shadow/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(/images/shadow/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }
								