body {
	margin: 0px;
	padding-top: 10px;
	background-color:#fdf5e8;
}

#mainTable{
	width:790px;
}

#nav {
	height:31px;
	background-image: url(images/navBg.gif);
	background-repeat: repeat-x;
	padding-left:28px;
}

#nav a{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #fff1c7;
	font-weight:bold;
	letter-spacing:1px;/**/
	padding-right:15px;
	text-decoration:none;
}
#nav a:hover{
	color:#b86a54;
}

#bottomCurve {
	background-image:url(images/bottomCurve.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#mainContent {
	padding-left:28px;
	padding-top:60px;
	width:720px;
	text-align:justify;
	color:#41332f;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}

.smCopy {
	font-size:12px;
	padding-right:15px;
	font-family:"Times New Roman", Times, serif;
	text-align:justify;
}

h1.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #41332f;
	font-weight:bold;
	letter-spacing:2px;
}
h2.subTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight:700;
	font-style: italic;
	color: #41332f;
	padding-bottom:0px;
	margin-bottom:0px;
}


/* start subpage styles*/
#subpageCurve {
	background-image:url(images/subpageBg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#subpageImage {
	margin-left:50px;
	width:150px;
	padding-top:60px;
}

#subpageContent {
	margin-top:15px;
	margin-left:30px;
	margin-right:50px;
	text-align:justify;
	color:#41332f;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

#curriculum_vitae {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7f6f5f;
	padding-bottom:10px;
}

#footer a {
	color:#7f6f5f;
	text-decoration:underline;
	letter-spacing:2px;
}

a:link { color:#b95e44;}
a:active {color:#b95e44;}
a:visited {color:#b95e44;}
a:hover {color:#b95e44;}

#program {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
#program .indent {
	padding-left:30px;
}


#shadow-container {
	position: relative;
	left: 2px;
	top: 2px;
	margin-right: 3px;
	margin-bottom: 3px;
	width:790px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container .shadow5,
#shadow-container .shadow6,
#shadow-container .shadow7,
#shadow-container .shadow8,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
	/*filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;*/
}

	#shadow-container .shadow8 {
		background: #a3a3a3;
		filter:alpha(opacity=40);
		-moz-opacity:.25;
		opacity:.25;
	}

	#shadow-container .shadow7 {
		background: #c5bfb5;
		filter:alpha(opacity=40);
		-moz-opacity:.25;
		opacity:.25;
	}

	/*#shadow-container .shadow6 {
		background: #b4b4b4;
		filter:alpha(opacity=40);
		-moz-opacity:.25;
		opacity:.25;
	}*/
	
	#shadow-container .shadow6 {
		background: #ccc6bb;
	}
	#shadow-container .shadow5 {
		background: #d7d0c5;
	}
	#shadow-container .shadow4 {
		background: #e3dcd0;
	}
	#shadow-container .shadow3 {
		background: #eee7da;
	}
	#shadow-container .shadow2 {
		background: #f5ede1;
	}
	#shadow-container .shadow1 {
		background: #fdf5e8;
		
	}

	#shadow-container .container {
		background: #fdf5e8;
		/*border: 1px solid #848284;*/
		/*padding: 10px;*/
		text-align:left;
	}
