﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin: 3;
	background-image:  url(http://www.tappe.com/2009/images/logo-chop-white.gif);
	background-repeat:repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%; 

}

/*----------------------People Pages Styles*/

.PrincipalPage
{
    margin-left:145px;
    vertical-align:top;
}

.PrincipalName
{
	background-color: #26354A;
		width:600px;
}  
/*.PrincipalText
{
	background-color: #26354A;
	font-size:12px;
    font-weight:normal;
	color: white;
	font-family: Arial, sans-serif, Verdana,  Helvetica;
	text-align:justify;
	width:600px; 
	vertical-align:top;
	padding-top: 10px;
}*/

h1 
{   font-size: 14px;
	font-weight: normal; 
	font-family: Arial, sans-serif, Verdana,  Helvetica;
	color: Black;
	text-align:left;
	margin-top:20px;
	margin-left:39px;
	margin-right:21px;
}  
h2
{
    font-size:12px;
	font-weight: lighter;
	font-family: Arial, sans-serif, Verdana,  Helvetica;
	color: Black;
	margin-left:40px;
	margin-right:40px;
	text-align:justify; 
	vertical-align:top;	
}
h3
{
    font-size:30px;
	font-weight: lighter;
	font-family: Arial, sans-serif, Verdana,  Helvetica;
	color: white;
}
h4 {
	font-size:14px;
	font-weight:normal;
	font-family: Arial, sans-serif, Verdana,  Helvetica;
	color: white;
	text-align:left;
	text-decoration:underline;
	margin-top:12px;
	margin-left:10px;

}

     
.scrollable { 
width: 540px; 
height: 530px; 
overflow: auto;
}
.scrollableawards { 
width:700px; 
height: 550px; 
overflow: auto;
}
.scrollablenews { 
width: 650px; 
height: 530px; 
overflow: auto;
}
/*scrollbar-base-color: #606056;
scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #606056;
scrollbar-track-color: #606056; 
} */



/*----------------------End People Pages Styles*/


/* ---------------------Project Page Styles*/



P {
    font-size:12px;
    font-weight:normal;
	background-color: transparent;
	color: black;
	font-family: Times New Roman, Arial, sans-serif, Verdana,  Helvetica;
	margin-left:40px;
	margin-right:40px;
	text-align:justify; 
	vertical-align:top;	
}
.scrollableprofile
{
    width: 700px; 
    height: 500px; 
    overflow: auto;
}
.Project {
  
   background-color: White;
  /*background-color:  #d3d4d6;*/
  border-style: none
  }
.ProjectLeft
{
    /*background-color: #606056;*/
    background-color: #d3d4d6;
    /*background-color: white;*/
    border-style: none;
    padding-bottom:0;
 

    
    
 
}
.ProjectMasterLeft{
    background-color: #d3d4d6;
    border-style: none;
    border-width: 0px;
    width: 317px;

}
.Profile


/* ---------------- End Project Page Styles*/

/* Header Section */

#header {
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 3em;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

.AcademicHyperLinkleft
    {
    margin-left: 10px;
    color: White; 
    font-size:x-large;
}
.HistHyperLinkleft
    {
    margin-left: 10px;
    color: White; 
    font-size:x-large;
}
.HyperLinkleft
    {
    margin-left: 10px;
    color: White;
    font-size:x-large;
}
.HyperLinkname
    {
    margin-left: 10px;
    color: White;
    font-size: large; 
}
.HyperLinkright
    {
    margin-left: 10px;
    color: White;
    font-size:large; 
}

.table_master
    {
    margin-left: auto;
    margin-right: auto;
    width: 1017px;

}

/* Nav Content */

#navcontent 

{ 
    
	
	margin-left: 10px;
	width: 269px;
    margin-top:10px; 
	color: White;
    font-weight: lighter;
    font-size: small;     
}
	
a:selected 
{
    color: #666666;
}
	
a:link
{
	/*color: #FADD99;*/
	color:Black;
	text-decoration: none; 
}
a:visited
{
	color: #666666;
	/*;*/
	text-decoration: none; 
} 

a:hover {
	color:  #FADD99;
	}
	
a:active 
{
	color: #666666;
	text-decoration: none;
}

	


/* Main Content */

#content 
{

	/*position: absolute;
	top: 195px;
	left: 380px;*/
	/*margin-left:300px;

	
	margin-right: 2em;*/
	/*width: 65%;
	height: 1200px;*/

	width: 700px;
	height: 525px;
}

#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}







