html
{ height: 100%;}

*
{ padding: 0;
  margin: 0;}

body
{ font: normal .80em 'trebuchet ms', arial, sans-serif;
  background: #E8E4E5;
  color: #555;}

p
{ padding: 0 0 16px 0;
  line-height: 1.7em;
  color:#362C20;}

h1, h2, h3, h4, h5, h6 
{ color: #362C20;
  padding: 0 0 5px 0;}

h1, h4
{ font: normal 165% "century gothic", arial;
  margin: 0 0 15px 0;
  padding: 15px 20px 5px 0;}

h2, h5
{ color: #FA9300;
  padding: 0 0 5px 0;
  font: normal 120% arial;}

h3, h6
{ color: #888;
  font: italic 95% arial;
  padding: 0 0 15px 0;}

h4, h6
{ color: #B60000;}

h5
{ color: #362C20;}

img
{ border: 0;
}

a, a:hover
{ outline: none;
  color: #028FD0;
  text-decoration: underline;}

a:hover
{ text-decoration: none;}

blockquote
{ margin: 20px 0 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #F5F5F1;}

ul
{ margin: 2px 0 18px 16px;}

ul li
{ list-style-type: square;
  margin: 0 0 6px 0; 
  padding: 0 0 0 8px;
  text-shadow: 3px 3px 15px #777777;}

ol
{ margin: 2px 0 0 24px;}

ol li
{ margin: 0 0 6px 0;}

#main, #header, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#main
{ width: 945px;
  background: #E2E2DA url(content.png) repeat-y;
  color: #555;} 

#header
{ background: #C9D3C8;
  color: #FFF;
  width: 905px;
  border-top: 8px solid #FFF;
  }

#logo
{ width: 904px;
  height: 166px;
  position: relative;
  background: #C9D3C8 url(logo.jpg) no-repeat right bottom;
  color: #FFF;
  	-khtml-box-shadow: 0px 0px 3px 0px;
	-webkit-box-shadow: 0px 0px 3px 0px;
	-moz-box-shadow: 0px 0px 3px 0px;
	box-shadow: 0px 0px 3px 0px #333333; 
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px; }

#logo #logo_text 
{ position: absolute; 
  top: 10px;
  left: 0;}
  
#logo_text h1
{ font: normal 280% "century gothic", arial;
  padding: 29px 0 0 20px;
  margin: 0;
  color: #FFF;
  background: transparent;}

#logo_text h2
{ font-size: 110%;
  margin: 0;
  padding: 4px 0 0 20px;
  color: #4F4F4F;
  background: transparent;
  text-transform: none;
  letter-spacing: 0.1em;}

#menubar
{ background: #C9D3C8 url(menu.png) repeat-x;
  width: 872px;
  height: 45px;
  padding: 0 17px 0 16px;
  
  	-khtml-box-shadow: 0px 0px 8px 0px;
	-webkit-box-shadow: 0px 0px 8px 0px;
	-moz-box-shadow: 0px 0px 8px 0px;
	box-shadow: 1.6px 1.6px 6px 0px #333333; 
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px; 
  } 

ul#menu
{ float: right; 
  margin: 0;}

ul#menu li
{ float: left;
  margin: 7px 0 0 0;
  padding: 0;
  list-style: none;}

ul#menu li a
{ letter-spacing: 0.1em;
  font-size: 105%;
  display: block; 
  float: left; 
  height: 25px;
  text-decoration: none; 
  padding: 8px 22px 5px 22px;
  text-align: center;
  background: transparent;
  color: #FFF;
  text-shadow: 0px 0px 0px #000;} 

ul#menu li.tab_selected, ul#menu li.tab_selected a:hover
{ background: url(menu_selected.png) repeat-x;
  color: #FFF;
  text-shadow: 0px 0px 0px #000;}

ul#menu li a:hover
{ background: transparent;
  color: #05B3FB;
  }

#site_content
{ overflow: hidden;} 

.sidebar
{ float: right;
  width: 178px;
  height: 576px;
  text-shadow: 3px 3px 10px #555555;
  padding: 10px 24px 5px 10px;
  margin-right: 24px;
  margin-top:8px;
  
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,245,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,245,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FBFBF5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,245,1) 100%); /* W3C */
	
	-khtml-box-shadow: 2px 2px 6px 0px;
	-webkit-box-shadow: 2px 2px 6px 0px;
	-moz-box-shadow: 2px 2px 6px 0px;
	box-shadow: 2px 2px 6px 0px #333333; 
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
  }

.sidebar ul
{ border-top: 1px solid #EEEEEA;
  width: 178px; 
  padding-top: 15px; 
  margin: 4px 0 20px 0;}

.sidebar li
{ list-style: none; 
  padding: 0 0 6px 0; 
 
  margin-left:5px;
  border-bottom: 1px solid #EEEEEA;}

.sidebar li a, .sidebar li a:hover
{ text-decoration: none; 
  padding: 0 0 0 22px;
  display: block;
  background: transparent url(arrow.png) no-repeat left center;
  color: #555;
  border: 0;
  } 

.sidebar li a.selected, .sidebar li a:hover, .sidebar li a.selected:hover
{ background: transparent url(arrow_select.png) no-repeat left center;
  border: 0;
  color: #028FD0;} 

#content
{ text-align: left;
  width: 630px;
  height:550px;
  float: right;
  padding: 10px 10px 40px 10px;
  margin-right:18px;
  margin-left:22px;
  margin-top:8px;
  text-shadow: 3px 3px 15px #555555;
  }

#footer
{ width: 905px;
  height: 40px;
  padding: 22px 0 4px 0;
  text-align: center; 
  background: #595959;
  color: #FFF;
  border-top: 5px solid #85AAAD;
  	-khtml-box-shadow: 0px 0px 8px 0px;
	-webkit-box-shadow: 0px 0px 8px 0px;
	-moz-box-shadow: 0px 0px 8px 0px;
	box-shadow: 1.6px 1.6px 6px 0px #333333; 
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px; 
  
  }

#footer a, #footer a:hover
{ background: transparent;
  color: #FFF;}
.white
{ color: #FFFFFF;}
.yellow
{ color: #F7C015;}

.blue
{ color: #05A4D1;}

.orange
{ color: #FF7A0F;}

.red
{ color: #C80500;}

.purple
{ color: #EB0FFF;}

.green
{ color: #A4AA04;}

.form_settings
{ margin: 0px 0 0 0;
}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 50px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ font: 80% arial; 
  border: 1px solid; 
  width: 90px; 
  height: 26px;
  background: #595959; 
  color: #FFF;}
  
.form_settings .submit
{ font: 280% arial; 
  border: 1px solid; 
  width: 90px; 
  height: 26px;
  background: #595959; 
  color: #FFF; }

.form_settings textarea, .form_settings select
{ font: 90% arial; 
  width: 10px;}

.form_settings select
{ width: 90px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}
 
#feevcal
{-khtml-box-shadow: 2px 2px 6px 0px;
	-webkit-box-shadow: 2px 2px 6px 0px;
	-moz-box-shadow: 2px 2px 6px 0px;
	box-shadow: 2px 2px 6px 0px #333333; 
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px; 
text-shadow: 3px 3px 12px #000;
} 
  
table
{ margin: 10px 0 0 0;
 
	
  }

table tr th
{ text-align: center;
  
height:33px;
 width:10px;
  padding: 2px 6px;
  }
  
table tr td
{
text-shadow: 3px 3px 12px #000;

  border-top: 1px solid #FFF;}