
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/img01.jpg) repeat-x;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}
  :link { color: #000099 }
  :visited { color: #990099 }
  :active { color: #000099 }
  p.rs1 {color: #FF0000; font-size: 90%}
  p.b8 {font-weight: bold}
  p.bs8 {font-weight: bold; font-size: 80%}
  p.blc9 {font-size: 144%; text-align: center; font-weight: bold}
  p.bl9 {font-size: 144%; font-weight: bold}
  p.i2 {margin-left: 2em}
  p.i4 {margin-left: 4em}
  p.bi4 {font-weight: bold; margin-left: 4em}
  p.c2 {text-align: center}
  p.cs2 {text-align: center; font-size: 80%}
  p.w10 {margin-left: 10%; margin-right: 10%}
  p.r10 {margin-right: 10%}
  p.sbw10 {margin-left: 10%; margin-right: 10%; font-size: 80%; font-weight: bold}
  div.c1 {text-align: left}
  div.c2 {text-align: center; font-size: 80%}
  div.c8 {text-align: center; font-weight: bold}
  div.c3 {margin-left: 2em}
  div.c9 {font-size: 144%; text-align: center; font-weight: bold}
  div.c7 {color: #AD2937; font-size: 120%; font-weight: bold; text-align: center}
  div.c5 {text-align: center; font-size: 60%; font-weight: bold;}
  a.c6 {font-size: 120%}
  b.c5 {font-size: 120%}
  b.c4 {font-size: 144%}

  span.l {font-size: 120%}
  span.c7 {font-size: 80%}
  span.b {font-weight: bold}
  span.bl {font-weight: bold; font-size: 120%}
  span.s75 {font-size: 75%}
  td.c5 {font-size: 80%}
  td.c4 {font-size: 120%}
  td.dw {vertical-align: top; width: 14%; height: 5%;}
  td.dd {vertical-align: top; width: 14%;}
  td.ddold {vertical-align: top; width: 14%; height: 13%;}
  table.b {font-weight: bold}
  option.newcal {background-color: #f5f0d0;}
  ol.w10 {margin-left: 10%; margin-right: 10%}
  ul.w10 {margin-left: 10%; margin-right: 10%}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(/images/img05.gif) repeat-y;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url(/images/img02.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 8px 0 8px;
	background: url(/images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(/images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 630px;
}

/* Date */

#date {
	color: #F49500;
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 630px;
	padding: 15px 0px 2px 0px;
}

#time {
	text-align: right;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	width: 110px;
	padding: 2px 0px 2px 0px;
}

#space {
	float: left;
	width: 20px;
	padding: 2px 0px 2px 0px;
}

#event {
	float: left;
	width: 500px;
	padding: 2px 0px 2px 0px;
}

#links {
        float: right;
        width: 110px;
        padding-left: 20px;
        background: url(/images/img05.gif) repeat-y;
}

#links ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#links li ul {
        padding: 5px 0 30px 0;
}

#links li li {
        padding: 7px 10px;
        background: url(/images/img06.gif) repeat-x left bottom;
}

#links li a {
        text-decoration: none;
}

#links li a:hover {
        text-decoration: underline;
}

#links li i {
        font-style: normal;
        font-size: 9px;
}

#links li h2 {
        font-size: 14px;
}

/* Footer */

#footer {
	height: 50px;
	padding: 20px;
	background: #2D2D2D url(/images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}
