/* GENERAL STUFF */


* {
   font-family: Lucida Grande, Verdana, Arial;
   font-size: 14px;
}

body {
    position: absolute;
    color: #333;
    margin: 0px;
    padding: 0px;
}

table {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}


h1 {
    font-family: Lucida Sans,  Courier, Verdana, Arial;
    margin: 0px 4px 0px 0px;
    padding: 0px 0px 0px 5px;
    white-space: nowrap;
    text-shadow: white 2px 2px 2px;
    text-align: center;
    font-size: 32px;
		color: #6d6363;
}

h2 {
    font-family: Lucida Sans,  Courier, Verdana, Arial;
    margin: 0px 4px 0px 0px;
    padding: 0px 0px 4px 5px;
    white-space: nowrap;
    text-shadow: #cccccc 1px 1px 1px;
    text-align: center;
    font-size: 18px;
    color: #fbf9f9;
		font-size: 16px;

}

h3 {
    margin: 0px 4px 0px 0px;
    padding: 0px 4px 0px 0px;
    font-size: 14px;
    text-align: center;
		color: #6d6363;
}


/* The dept mainpages */

#title h1 {
		color: #6d6363;

}

#title h2 {
    color: #fbf9f9;
}

/* The courses pages */

#ctitle h1 {
    margin: 0px 15px 10px 10px;
		color: #6d6363;
}

#ctitle h2 {
    color: #6d6363;
}

#ctitle h3 {
    color: #6d6363;
		margin: 0px 4px 15px 0px;

}

#mainspace {
    font-family: Lucida Sans, Lucida Grande, Verdana, Arial;
    margin: 0px;
    padding: 0px;
}

td.item {
    padding: 0px 0px 0px 8px;
}



