/* modified css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #eee;
	background-image: url(images/bg_page_graphic.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	line-height: 18px;
	color: #000000; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	}
h2 { 
	font: normal 1.4em arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #002222;
	}
h3 { 
	font: italic normal 1.4em arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #880000;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #339900;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #339922;
	}
a:hover, a:active { 
	background: #bbcccc;
        color: #990000;
	}
ul     {
	list-style-type: square;
	text-align:left;
	color: #000000;
       }
table {
	border-top: 1px #bbbbbb solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
         }
dt {
	font-weight: bold;
	margin: 10px 0px 2px 20px;
	padding: 2px 0px;
	text-indent: 1em;
	letter-spacing: 0.1em;
	position: relative;
        }

/* specific divs */
.reply {
        font: normal 1.5em arial, verdana, helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 0;
        color: #ff2222;
        text-align: center;
       }

.emph {font-weight: bold;
       color:#aa0000;
      }
#infoPageText  {
	position: relative;
	text-align: left;
	top: 40px;
	background: #ffffff;
	width: 500px;
	margin: auto;
        }
#classesPageText {
	position: inherit;
	background: #ffffff;
	height: 2400px;
	width: 816px;
	margin: auto;
	text-align:left;
	padding-left: 35px;
	}
#classesPageText span {
	background: #ededed;
	font-weight: bold;
	width: 180px;
	padding: 5px;
	margin-bottom: 12px;
	margin-top: 12px;
	margin-left: 40px;
	border-left: 1px solid #AA0000;
	border-right: 1px solid #BBAA00;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #BB0000;
	text-indent: 1em;
	letter-spacing: 0.1em;
        }
#classesPageText .Title{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid black;
        }
#footer {
	position: absolute;
	width: 365px;
	top: 300px;
	text-align: center;
	background: #ffffff;
	padding: 45px;
	margin: auto;
	}

