body 
{ 
  font: normal normal normal 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: #efefef url('images/bg.jpg') no-repeat scroll top center;
  height: 100%;
  width: 768px;
  margin: 5px auto 5px auto;
}
blockquote
{
	font-family: calibri,tahoma,arial,sans-serif;
	background: #F5F5F5;
	color: #333;
	padding: 5px;
}
#left_col a:link
{
	color: #fff;
}
#left_col a:visited
{
	color: #fff;
}
a:link
{
	font-weight: bold;
	font-style: normal;
	color: #0066cc;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #0066cc;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#top_banner
{
  color: #fff;
  background: #000 url('images/banner.jpg') no-repeat scroll bottom center;
  position: relative;
  height: 220px;
  width: 100%;
  overflow: hidden;
}
#main_links
{
  color: #fff;
  background: #000000;
  position: relative;
  height: 25px;
  width: 798px;
  border-top: 1px solid #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #fff;
  margin: 0 auto;
  margin-left: -1px;
  overflow: hidden;
}
#top_spacer
{
  color: #fff;
  background: #996633;
  position: relative;
  height: 5px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
#breadcrumb
{
  color: #0000ee;
  background: transparent;
  position: relative;
  height: 1.5em;
  width: 100%;
  border-top: 6px solid #cc9933;
  overflow: visible;
}
#top_container
{
  color: #000;
  background: #fff;
  position: relative;
  width: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  overflow: hidden;
}
#container
{
  color: #000;
  background: #fff;
  position: relative;
  width: 100%;
  height: auto;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#content
{
  background: transparent;
  position: relative;
  margin: 0px 0px 0px 160px;
  padding: 0px 10px 30px 10px;
  min-height: 800px;
  height: 100%;
}
#left_col
{
  color: #fff;
  background: #8d6954 url('images/bg_left.jpg') no-repeat scroll bottom;
  position: absolute;
  top: 1px;
  left: 0;
  width: 150px;
  height: 100%;
  padding-left: 10px;
  padding-top: 10px;
}
#right_col
{
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 100%;
  border-left: 1px dotted #efefef;
  padding-right: 5px;
}
#footer
{
  color: #000;
  background: #fff;
  position: relative;
  width: 100%;
  height: 2.3em;
  border: 1px solid #000;
}
#timetable
{
    font-size: 7pt;
    text-align: center;
}
#timetable td:hover
{
	background-color: #fff;
}
#timetable td a
{
    color: #000;
    text-decoration: none;
}
#timetable td:hover a
{
	font-weight: bold;
}
#timetable a:hover
{
	color: #0000ff;
	text-decoration: underline;
}
.time, .now
{
 	width: 90px;
	height: 60px;
    border: 1px solid #000;
	padding: 4px;
}
.time
{
    background-color: #ffc;
}
.now
{
    background-color: #f00;
}
p, h3, h4, h5, h6, a 
{
  margin: 0;
  padding: 0;
  font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1
{
  font: 18pt Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
}
h6
{
  font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style: italic;
}
li
{
	margin: 0px 0px 8px 5px;
	list-style-position: outside;
}
ul
{
	margin: 0px 8px 0px 0px;
}
.link a, .link a:visited
{
  color: #fff;
  background: transparent;
  position: relative;
  float: left;
  margin-left: -1px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 25px;
  visibility: visible;
  display: block;
}
.link a:hover
{
  color: #000;
  background: #ffcc33;
}
td, th
{
	background-color: #ffffff;
}
.projects table
{
	border:1px solid #c3c3c3;
	border-collapse:collapse;
	padding:3px;
}
.projects th
{
	color: #ffffff;
	background-color: #8d6954;
	border: 1px solid #8d6954;
	padding: 5px;
}
.projects td, tr
{
	background-color: #efefef;
	border: 1px solid #8d6954;
	padding: 5px;
}
.main_link a, .main_link a:visited
{
  color: #fff;
  background: transparent;
  position: relative;
  float: left;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #fff;
  height: 25px;
  display: block;
}
.noborder
{
	border: 0px;
}
.main_link a:hover
{
  color: #000;
  background: #ffffff;
  margin-top: -30px;
  margin-left: -1px;
  height: 60px;
  display: block;
}
.advert
{
  margin-left: 15px;
}
.breadcrumb h3
{
  color: #0000ee;
  background: #cc9933 url('images/bread.gif') no-repeat scroll right;
  position: relative;
  height: 1.5em;
  min-width: 190px;
  float: left;
  margin-left: -1px;
  padding-left: 10px;
  padding-right: 55px;
  visibility: visible;
  display: block;
}
.headlink
{
  padding-top: 3px;
  padding-left: 5px;
}
.user
{
  position: absolute;
  top: 2px;
  right: 5px;
  text-align: right;
  font-weight: bold;
}
.date
{
  position: absolute;
  top: 2px;
  left: 5px;
  text-align: left;
  font-weight: bold;
}
.title
{
  font: 12pt;
  font-weight: bold;
}
.error
{
  color: #ff0000;
  font-weight: bold;
}
.copyright
{
  position: absolute;
  left: 0;
  padding: 0.5em;
  text-align: left;
  width: 40%;
}
.footlink
{
  position: absolute;
  right: 0.5em;
  padding-top: 0.55em;
  text-align: right;
  width: 55%;
}
.reply
{
	color: #000000;
	font-weight: normal;
	background: #F5F5F5;
	line-height: 140%;
	padding: 5px 5px 15px 10px;
	margin-bottom: 10px;
}
.respondent
{
	color: #efefef;
	margin-left: 20px;
	font-weight: normal;
}
.bold {
	font-weight: bold;
	}

.italics {
	font-style: italic;
	}

.underline {
	text-decoration: underline;
	}

.strikethrough {
	text-decoration: line-through;
	}

.overline {
	text-decoration: overline;
	}
.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.codebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #006600;
	border: 1px solid #BFBFBF;
	}

.quotebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #660002;
	border: 1px solid #BFBFBF;
	}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
	}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
	}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
	}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
	}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
	}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
	}