/* ------------------------------------------------------------------- */
/* ---------------------- PSU Thesis .css file ----------------------- */
/* ------------------------------------------------------------------- */

body {
  background-color:     #ABCDEF;
  color:		#000000;
  font-family:          Arial, Helvetica, Sans-serif;
  font-size:            90%;
  line-height:          1.3em;
  margin:               0px;
  padding:		15px;
  }

hr {
  height:               2px;
  width:                100%;
  }

h2,h3,h4,h5,h6 {
  background-color:     #000000;
  color:                #ABCDEF;
  font-family:          "Trebuchet MS", Tahoma, Verdana, Sans-serif;
  padding:		10px;
  }

/* ------------------------------------------------------------------- */
/* ------------------------------ Links ------------------------------ */
/* ------------------------------------------------------------------- */
a:link {
  font-weight:          bold;
  text-decoration:      underline;
  }
a:visited {
  font-weight:          bold;
  text-decoration:      underline;
  }
a:hover {
  background-color:     #000000;
  color:                #FEDCBA;
  font-weight:          bold;
  text-decoration:      none;
  }
a:active {
  color:                #330066;
  font-weight:          bold;
  text-decoration:      none;
  }

/* ------------------------------------------------------------------- */
/* ---------------------------- DIV: TOP ----------------------------- */
/* ------------------------------------------------------------------- */
#top {
  border-color:         #330066;
  border-style:         dotted;
  border-width:         5px;
  margin-bottom:        10px;
  text-align:           center
  }

/* ------------------------------------------------------------------- */
/* ---------------------------- DIV: MAIN ---------------------------- */
/* ------------------------------------------------------------------- */
#main {
  border-left-color:	#330066;
  border-left-style:	dotted;
  border-left-width:	1px;
  margin-bottom:	20px;
  margin-left:		200px;
  margin-right:		0px;
  margin-top:		0px;
  padding-left:		10px;
  }

/* ------------------------------------------------------------------- */
/* ----------------------------- DIV: SIDE --------------------------- */
/* ------------------------------------------------------------------- */
#side {
  float:		left;
  margin-bottom:	20px;
  margin-left:		0px;
  margin-right:		0px;
  margin-top:		0px;
  text-align:		center;
  width:		180px;
  }

#side ul{
  list-style:		none;
  text-align:		left;
  }

#side li {
  line-height:		1.5em;
  padding:		5px;
  }

#side li a {
  display:		block;
  padding:		0px;
  width:		100%;
  }

#side li a:visited {
  display:		block;
  padding:		0px;
  width:		100%;
  }

#side li a:hover {
  display:		block;
  padding:              0px;
  width:                100%;
  }

#side li a:active {
  display:              block;
  padding:              0px;
  width:                100%;
  }


/* ------------------------------------------------------------------- */
/* --------------------------- DIV: BOTTOM --------------------------- */
/* ------------------------------------------------------------------- */
#bottom {
  clear:		both;
  font-size:		70%;
  line-height:		1.1em;
  margin-bottom:	10px;
  margin-top:		20px;
  }
