html {margin: 0;padding: 0;}
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
	color: #2e2f1b;
	background: url("../images/bg.jpg") repeat #ffffff;
}

/* HEADINGS */
h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.4em; margin: 15px 0 5px 0; line-height: 1.2em;}
h2 {font-size: 1.2em; color: #c9541f; margin: 25px 0 0 0;}

/* TERMS AND DEFINITIONS */
dl {margin: 10px 0 0 0;}
dt {font-weight: bold;}
dd {margin-left: 20px; margin-bottom: 10px;}

/* ORDERED & UNORDERED LISTS */
li {margin-bottom: 2px;}

/* IMAGES */
img.noBorder {border: 0;}
img.right {float: right; padding: 0 0 2px 10px; border:0;}
img.left {float: left;	padding: 0 10px 2px 0;}
 
/* HYPERLINKS */
a {color: #c9541f;}
a:hover, a:active {color:#2e3f1b; text-decoration: none;}

/* TABLES */
table#faculty {font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: normal; line-height: 1em; font-size: 0.95em;}
#faculty tr {vertical-align: top; line-height: 1.1em;}
.faculty {font-size: 1em; padding-top: 15px;}

table#dynamic {margin-top: 20px;}
#dynamic tr {height: 30px;}

table#current {margin-top: 20px; border-left: 1px solid #2e3f1b; border-top: 1px solid #2e3f1b;}
#current tr {height: 12px;}
#current th {border-right: 1px solid #2e3f1b; border-bottom: 2px solid #2e3f1b; background-color: #cfd7c0; font-weight: bold; padding: 3px;}
#current td {border-right: 1px solid #2e3f1b; border-bottom: 1px solid #2e3f1b; padding: 2px;}

table#browseNav {margin-top: 20px; margin-bottom: -10px; border: 0;}



/* FORM styles */
input {border: 1px solid #2e3f1b; color: #2e3f1b;}
#submit {border: 1px solid #2e3f1b;	color: #2e3f1b;	background-color: #cfd7c0;}
textarea {border: 1px solid #2e3f1b; color: #2e3f1b;}
select {border: 1px solid #2e3f1b; color: #2e3f1b;}
