@charset "UTF-8";
/* CSS Document */

#container {
	background-color:#ffffff;
	border-color:#060;
	border-width:0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width:800px;
	height:600px;
	font-family: helvetica, sans-serif;
}

#header {
	background-color:transparent;
	border-color:#060;
	border-width:0px;
	position:absolute;
	top:0px;
	left:0px;
	height:130px;
	width:800px;
}

#scenicimg {
	width:497px;
	height:130px;
	position:absolute;
	left:303px;
	top:10px;
}

#links {
	background-color:#030;
	border-color:#060;
	border-width:0px;
	position:absolute;
	left:0px;
	top:138px;
	width:800px;
	height:30px;
}

/* Header Links Table */
table.ex1 {
	background-color:#FFFFFF;
	position: absolute;
	top: 0px;
	height:30px;
	font-family: futura, Verdana, Geneva, sans-serif;
	font-weight:none;
	font-size:12px;
	letter-spacing:0px;
}

table.ex1 a {
	text-decoration: none;
	color: #ffffff;
}

.h {
	border: 0px solid #CCC;
	background-color: #1d6734;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
}

.a {
	border: 0px solid #CCC;
	background-color: #1d6734;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	padding: 1px;
	border-radius: 5px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
}

.phd {
	border: 0px solid #CCC;
	background-color: #1d6734;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	border-radius: 5px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
}

.f {
	border: 0px solid #CCC;
	background-color: #1d6734;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	border-radius: 5px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
}

.r {
	border: 0px solid #CCC;
	background-color: #1d6734;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	border-radius: 5px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
}

.pub {
	border: 0px solid #CCC;
	background-color: #1d6734;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	border-radius: 5px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
}

.p {
	border: 0px solid #CCC;
	background-color: #1d6734;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	border-radius: 5px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
}

.l {
	border: 0px solid #CCC;
	background-color: #1d6734;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	border-radius: 5px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
}

#content {
	position:absolute;
	top:180px;
	left:0px;
	height:400px;
	width:800px;
	font-family:futura, verdana, sans-serif;
}

.text {
	position:absolute;
	left:0px;
	top:0px;
	height:340px;
	width:520px;
	text-align:left;
	color:#000000;
	font-family:verdana, sans-serif;
	font-size:12px;
	line-height:135%;
	padding-left:30px;
	padding-top:0px;
	padding-right:30px;
	padding-bottom:30px;
	border-radius:5px;
	   -moz-border-radius: 3px;
       -webkit-border-radius: 3px;
	background-color:#CCCCCC;
	overflow-x: hidden;
	overflow-y: scroll;
}


.text a{
	color:#1d6734;
	text-decoration:none;
}

.sidebar {
	position:absolute;
	right:3px;
	top:0px;
	height:450px;
	width:200px;
	border-radius:5px;
	   -moz-border-radius: 3px;
       -webkit-border-radius: 3px;
	background-color:#1d6734;
	font-size:30px;
	color:#ffffff;
	letter-spacing:8px;
}

.faculty_title {
	position:absolute;
	left:0px;
	top:15px;
	height:380px;
	width:200px;
	background:transparent;
	text-align:center;
	font-size: 20px;
}

.img {
	position:absolute;
	left:0px;
	top:90px;
	height:320px;
	width:300px;
	text-align:center;
}

#contact {
	background-color:#ffffff;
	border-color:#060;
	border-width:1px;
	position:absolute;
	left:30px;
	top:420px;
	width:500px;
	height:100px;
}

#contact a {
	color:#000000;
	text-decoration:none;
}

#address {
	position:absolute;
	top:0px;
	width:500px;
	left:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
}

#address a {
	color:#1d6734;
	text-decoration:none;
}