html ,body
{
   background: url("back.gif") repeat-x;
   font-family: Verdana;
   font-size: 11px;

}

h1, h2 {

	font-size: 1.8em;
	font-weight: normal;
	color: #FF8822;
	margin-bottom: 12px;
	background: transparent;
   padding-top:15px;
}

h3
{
	font-size: 1.8em;
	font-weight: normal;
	color: #ffffff;
	background: transparent;
}


h1 span, h2 span
{
   color:#99BB77;
}

img.logo
{
   margin-top: 19px;
}




#wrapper
{
   width:725px;
   margin-left:auto;
   margin-right:auto;
}


#header
{
   height:114px;
   width:100%;
   background: url('head.gif') no-repeat;
   background-position:center center;
   border-bottom: 1px solid #999999;
   float: left;
}

#footer
{
   width: 100%;
   clear: both;
   color: #FFFFFF;
   margin-top:50px;
   border-top: 1px solid #999999;
   float: left;
   text-align: right;
   font-size:10px;

}

#footer a
{
       color: #FF8822;
       font-weight: bold;
}


.seperator
{
    border-bottom: 1px solid #666666;
    height:3px;
    width:100%;
}

#nav
{
   margin-top:85px
}

#nav ul
{
text-align: right;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
width: 100%;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#nav ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#nav ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
text-decoration: none;
color: #FF8822;
font-weight: bold;
font-size: 10px;
}

#nav_admin
{
   margin-bottom:-20px;
   clear:both;
}


#nav_admin ul
{
text-align: right;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
width: 100%;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#nav_admin ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#nav_admin ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
font-size: 10px;
}

#nav ul li a:hover, #nav_admin ul li a:hover
{
   text-decoration: underline;
}


#left
{
   color:#ffffff;
   width:70%;
   margin-left:0px;
   text-align: left;
   float: left;
   text-align: justify;
   min-height:405px;
   position:relative;
}

/* for IE, with IE5/Mac backslash filter \*/
* html #left {
 height: 405px;
}

#right
{
  color: #ffffff;
   width:22%;
   margin-left:0px;
   text-align: left;
   float: right;
   text-align: center;
   margin-top:5px;
}

#right a
{
color:#99BB77;
}

#right a:hover
{
   font-weight:bold;

}

#right h3
{

	font-size: .8em;
	font-weight: normal;
	color: #FF8822;
	background: transparent;
   text-transform: uppercase;
   text-align: center;
}

#right p
{
   text-align: left;
   padding-left: 25px;
}

#right ul
{
   text-align: left;
}



#left p.links
{
   color:#ffffff;
   font-size:10px;
   text-align: right;
}

#right p.admin
{
   text-align:center;
   padding-left: 0px;
}

.calendarToday { color: #FF8822;}
.calendarHeader 
{
color: #99BB77;
}

#right .calendarToday a 
{

color: #FF8822;
}

#right .calendarToday a:hover 
{
 font-weight:bold;
}

table.data {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: white white white white;
	border-collapse: collapse;
   text-align:justify;
}
table.data th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
   text-align:center;
}
table.data td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}
h2.heading
{

	font-size: 1.5em;
	font-weight: normal;
}

h3
{
font-size: 1.2em;
}

p.admin a:hover
{
   font-weight:bold;
   color:#ffffff;
}