/* CSS Document */

body
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
		color:#000000;
		margin-top:0;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:10px;
		background-image:url(../Graphics/mainBG.jpg);
		background-color:#ba7830;
	}

.pageContainer
	{
		margin-bottom:10px;
	}
	
.pageContainerTD
	{
		padding-top:10px;
		padding-left:10px;
	}	
	
.mainContentContainer
	{
		margin-bottom:10px;
	}	
	
.leftNavTD	
	{
		background-image:url(../Graphics/leftNavBG.jpg);
		background-position:left;
		background-repeat:repeat-y;
		vertical-align:top;
	}

.leftNavBG
	{
		background-image:url(../Graphics/leftNavOFF.jpg);
	}
	
.gButton_Level1_Off, .gButton_Level1_Off2	
	{
		height:18px;
		padding-left:20px;
		margin-bottom:2px;
		line-height:18px;
	}
	
.gButton_Level1_Off
	{
		width:150px;		
	}	
		
.gButton_Level1_Off2	
	{
		width:130px;			
		padding-left:40px;
	}	
	
.footer
	{
		background-image:url(../Graphics/footerBG.jpg);
		width:553px;
		height:20px;
	}	

.footerTable
	{
		margin-left:20px;
		font-size:7.5pt;
	}

.footerSeparate
	{
		padding-left:26px;
		padding-right:26px;
	}	
	
/*
	End Wrapper
*/	

/*
	Start Home
*/
	
.quoteContainer
	{
		width:330px;	
		height:134px;
	}		
	
.quoteText
	{
		line-height:15pt;
		font-family:Georgia, Times New Roman, Times, serif;
		padding-top:32px;
	}			

.quoteAuthor
	{
		text-align:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:7.5pt;
	}	
	
.missionContainer
	{
		width:600px;
		height:239px;
		background-image:url(../Home/Graphics/homeMainBG.jpg);
		margin-bottom:51px;
	}	
	
.missionText
	{
		width:288px;
		line-height:15pt;
		padding-left:40px;
		padding-top:40px;
	}	
	
/*
	Start Sub Page
*/	

.subPageMainContainer
	{
		vertical-align:top;
		background-repeat:no-repeat;
		width:720px;
	}
	
.subPageMainTextContainer
	{
		line-height:15pt;
		font-family:Georgia, Times New Roman, Times, serif;
		padding-left:230px;
		padding-top:55px;
		padding-bottom:40px;
	}	
	
h2, h3
	{
		margin-top:30px;		
	}	
	
h1
	{
		font-size:11pt;
	}	
	
h2
	{
		font-size:9pt;
	}	
	
h3
	{	
		font-size:8pt;
	}	
	
p.education, p.bioQuote
	{
		margin-bottom:0px;
	}		
	
.educationYear
	{
		margin-left:20px;
	}	

.educationHonorsTitle
	{
		margin-left:40px;
	}	
	
.educationHonors
	{
		margin-left:60px;
	}	
	
/*
	End Sub Page
*/	
	
 a:link 
	{ 
		color:#000000; 
		text-decoration:underline;    
	}

a:visited 
	{ 
		color:#000000;
		text-decoration:underline;    
	}
	
a:hover
	 {	
		color:#ffffff; 
		text-decoration:none;
	 } 				

a:active 
	{	
		color:#ffffff; 
		text-decoration:none; 
	}		
