html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size : 62.5%;
}

body {
    background-color: #FFFFEE;
	padding:0;
	margin:0;
	border:0;
}

A:link{
	color : #ea7d24;
	text-decoration : none;
}

A:visited{
	color : #ea7d24;
	text-decoration : none;
}

A:active{
	color : #ea7d24;
	text-decoration : none;
}

A:hover{
	color : #ea7d24;
	text-decoration : underline;
}


/* =================== all HEADER related selectors ====================*/
#header {
	display:block;
	position:fixed;
	margin:0;
	top:0;
	width:100%;
	height:100px;
	font-family : Calibri, Arial, Helvetica, sans-serif;
	line-height : normal;
	font-weight : bold;
	background-color : #231FA2;
}

#banner{
	font-size : 500%;
	color : #FC8E35;
	text-align : center;
}

#nav {
	float:left;
	width:100%;
	background:#DAE0D2 url("bg.gif") repeat-x bottom;
	font-size:180%;
	line-height:normal;
	padding-left : 1%;
}
  
#nav ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
  
#nav li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
#nav a {
	float:left;
	display:block;
	background:url("right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #FF8000;
}
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
	color: #FF8000;
}
  
#nav #current {
  background-image:url("left_on.gif");
  }
  
#nav #current a {
	background-image:url("right_on.gif");
	color: Navy;
	padding-bottom:5px;
}

/* =================== all CONTENT related selectors ====================*/
#content {
	position: absolute;
	overflow: auto;
	left:0;
	right: 0;
	top: 103px;
	bottom: 30px;
	font-size: 220%;
	font-family: "Times New Roman", Times, serif;
	background-color:#FFFFEE;
	padding : 5px 2% 5px 5%;
}

#content p:first-letter{
	font-size: 120%;
	font-weight: bold;
}

#content ul{
	list-style-image : url(blt_pumpkinseed.gif);
	list-style-position : outside;
}

#content li{
	width : 75%;
	margin-bottom : 5px;  /* puts a little space between items */
}

.photo_right{
	float : right;
	margin : 8px 8px 16px 16px;
	border : thick solid Black;
}

.photo_left{
	float : left;
	margin : 8px 32px 16px 8px;
	border : thick solid Black;
}

#content #links1 li{   /* for links page */
	list-style-type : upper-roman;
	list-style-position : outside;
	width : 75%;
	margin-top : 25px;
	/* puts a little space between items */
	font-variant : small-caps;
	font-weight : bold;
	font-size : 120%;
}

#content #links2 li{    /* for links page */
	list-style-image : url(blt_pumpkinseed.gif);
	list-style-position : outside;
	font-variant : normal;
	font-weight : normal;
	font-size : 80%;
	margin-top:0px;
}

#gradlistbox {
	position : absolute;
	top : 0;
	left : 0;
	padding : 10px 0px 10px 0px;
	margin: 0 0 0 2px;
	width : 20%;
	font-size : 90%;
}

ul.sidenav{
	list-style-type:none;
	padding-left: 0;
	margin-left: 0;
}

ul.sidenav li{
	display: inline;
}

ul.sidenav a{
	display: block;
	padding : 2px 0px 2px 15px;
	border-left-color : Navy;
	border-left-width : 8px;
	border-left-style : solid;
	margin-bottom : 1px;
	color : Navy;
}

* html ul.sidenav a{
	height: 1px;
}

ul.sidenav a:visited{
	color : Navy;
}

ul.sidenav a:active{
	color : Navy;
}

ul.sidenav a:hover{
	color : #ea7d24;
	background-color : Navy;
	border-left-color : #ea7d24;
	border-left-width : 8px;
	border-left-style : solid;
}

.slides{
	float : right;
	margin : 8px 8px 16px 16px;
	border : thick solid Black;
	width: 450px;
	height: 500px;
}

#gradcontent{
	position : absolute;
	top : 0;
	left : 20%;
	width : 80%;
}

#gradcontent H1{
	color: #ea7d24;
	border-bottom-color : Navy;
	border-bottom-style : ridge;
	border-bottom-width : 6px;
	border-left-color : Navy;
	border-left-style : ridge;
	border-left-width : 6px;
	padding-left : 8px;
	padding-bottom : 4px;
}

#gradcontent p{
	margin-bottom : 5px;
	color : Black;
	line-height : 110%;
	padding-left : 2em;
	/* creates hanging indent with below */
	text-indent : -2em;
	width : 90%;
}

#gradcontent .topic{
	font-variant : small-caps;
	font-weight : bold;
}

#gradcontent .nocontact{
	width: 450px;
	background-color : Yellow;
	color : Red;
	font-weight : bold;
	font-size : 150%;
	position : relative;
	margin : 5% 0 0 10%;
	padding : 8px;
	border : medium solid Black;
}	

#gradcontent .carpaward{
	width: 50%;
	background-color : #EEF7F7;
	font-weight : bold;
	font-size : 125%;
	position : relative;
	border : medium solid Black;
	margin-left : 10%;
	text-align : center;
	padding : 5px;
}

#rsrchcontent{
	position : absolute;
	top : 0;
	margin-left : 2%;
}

#rsrchcontent p{
	margin-bottom : 5px;
	color : Black;
	line-height : 110%;
	padding-left : 2em;
	/* creates hanging indent with below */
	text-indent : -2em;
	width : 90%;
}

#rsrchcontent .topic{
	font-variant : small-caps;
	font-weight : bold;
}

#oppcontent{
	position : absolute;
	top : 0;
	left: 0;
	right: 0;
	margin-left : 4%;
}

#oppcontent H1{
	color: #ea7d24;
	border-bottom-color : Navy;
	border-bottom-style : ridge;
	border-bottom-width : 6px;
	border-left-color : Navy;
	border-left-style : ridge;
	border-left-width : 6px;
	padding-left : 8px;
	padding-bottom : 4px;
}

#oppcontent p{
	margin-bottom : 5px;
	color : Black;
	line-height : 110%;
	padding-left : 2em;
	/* creates hanging indent with below */
	text-indent : -2em;
	width : 90%;
}

#oppcontent .topic{
	font-variant : small-caps;
	font-weight : bold;
}

#awards{
	border-left : 8px ridge Navy;
	border-top : 8px ridge Navy;
	width : 70%;
	padding : 12px 0 12px 12px;
	margin : 0 0 2em 0;
}

#awards H3{
	color : Navy;
	font-size : 150%;
	font-weight : bold;
	padding: 0 0 6px 0;
	margin: 0;
}

#awards .label{
	font-weight : bold;
	font-size : 100%;
}

#awards p{
	padding: 0 0 6px 0;
	margin: 0;
}

table.curriculum{
	border-collapse : collapse;
	margin-left : 2em;
}

table.curriculum td,th{
	font-size: 80%;
	border : 1px solid #EFEFEF;
	padding : 5px;	
}

table.curriculum .credscol{
	text-align : right;
	padding-right : 15px;
}

table.curriculum .credssum{
	text-align : right;
	font-weight : bold;
	background-color : #F7F7F7;
}

table.curriculum .whencol{
	text-align : left;
	padding-left : 15px;
	font-style : italic;
}

table.curriculum caption{
	font-size: 80%;
	font-style : italic;	
}

/* =================== all FOOTER related selectors ====================*/
#footer {
	display: block;
	position:fixed;
	margin:0;
	bottom:-1px;
	width:100%;
	height:31px;
	z-index:4;
	border-top:1px solid black;
	padding-left : 10px;
	background-color : #231FA2;
	color: #FF8000;
	font-size : 140%;
	line-height : 125%;
	font-weight : bold;
}

#comments{
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
}

#comments a{
	background-image : url(email.png);
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 20px;
}

#lastmod{
	display: block;
	position: absolute;
	text-align : right;
	top:5px;
	right: 40px;
}

#ftrtag{
	display: block;
	position: absolute;
	text-align : center;
	top:5px;
	left : 45%;
}
