﻿@import url("layout.css");

a {
	color: #800040; 
	text-decoration: underline;
}
a:hover {
	color: #800040;
	text-decoration: underline;
}

h6,h5,h4,h3,h2,h1 {
	font-family: Arial Black;
	text-align: center; 
}


body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #800040; 
	background-color: white;
}
#container {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color:  #800040; 
}


#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #FFC0C0;
	/*
	-moz-border-radius-topleft:6px;
	 -webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
 	-webkit-border-top-right-radius: 6px;
	*/
}

	#masthead h1{
		margin: 0;
		text-align: center;
		font-size: 36pt;
		font-weight: bold;
		color: #800040;
		font-family:"Times New Roman", Times, serif;
	}
	
	#masthead h2{
		text-align: center;
		margin:0px 0px 10px 0px;
		
		font-family:"Times New Roman", Times, serif;
	}
	
	#masthead p {
		font-size: small;
		margin: 2% 1% 0pt 0pt;
		vertical-align: middle;
	}
	

#page_content {
	position: relative;
}

#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #800040;
}
	/* Styles for Navigation */
	#sidebar ul {
		list-style-type: none;
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
	}
	#sidebar li {
		display: block;
		/*border: 1px solid #800040; */
	}
	
	#sidebar a {
		font-weight: bold;
		text-decoration: none;
		color: #ffe8d0; 
		padding: 5%;
		display: block;
		border-top: 1px solid #E50B75; 
		border-bottom: 1px solid  #ffe8d0; 
	
	}
	#sidebar a:hover {
		font-weight: bold;
		text-decoration: none;
		border-top: 1px solid #dc9; 
		border-bottom: 1px solid #dc9; 
		background-color: #E50B75;
	}





#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #ffe8d0; 
}

	#content p{
		text-align: justify;
	}
	
	#content #publications p{
		text-align: left;
	}

	
	
/* Styles for Footer */	
#footer {
	clear: both;
	width: 100%;
	background-color: #FFC0C0;
	text-align:center;
	padding: 0px;
	margin: 0px;
	/*
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
 	-webkit-border-bottom-right-radius: 6px;
	*/
}

	#footer p{
		text-align: center;
		font-weight: bold;
		margin: 0px;		
	}
	
	#footer_nav {
		font-weight:normal;
		font-size: small;
		margin: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 95%; 
	}
	
	#footer table{
		margin: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 95%; 
		border-bottom: thin #800040 dotted;
		
	}
	
	#footer a {
		color: #800040; 
		text-decoration: underline;
	}
	
	#footer a:hover {
		color: #800040; 
		text-decoration: none;
	}

#address p{
	text-align: center;
	font-weight:bold;
}
