

body {
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 80%;
	margin: 0;
	padding: 0;
	
	
	color: #333333;
}
h5{
  font-family: "Trebuchet MS",Arial,sans-serif;
  font-size: 150%;
  color: #000000;
  margin: 0px;
  padding: 0px;
}
h3{
  font-family: "Trebuchet MS",Arial,sans-serif;
  font-size: 130%;
  color: #000000;
  margin: 0px;
  padding: 0px;
}
h4{

  font-family: Arial,sans-serif;
  font-size: 85%;
  text-decoration: italic;
  text-align: center;
  color: #333333;
  margin: 0px;
  padding: 0px;
}
 h1, h2, h3, h4, h6 {
	margin: 0;
	padding: 0;
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 95%;
	height: 60x;
	margin: 2em auto;
	
	font-size: 95%;
}


/* Logo */

#logo {
	float: left;
	height: 60px;
}

#logo h1, #logo h2 {
	float: left;
	padding: 1em .25em 0 0;
	font-size: .5em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */
.hide{
display: none;
}
.show{
display: block;
float:right;
}

#menu {
	float: right;
	display: block;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
   
	padding: 0 1em;
	background-color: #FFE3AA;
}

#menu  ul{
	margin: 0;
	padding: .30em 0 0 0;
	list-style: none;
}

#menu  li{
	display: inline;
}

#menu  a{
	padding: 0 .5em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

#menu a:hover{
	color: #999999;
}



/* Splash */

#splash {
	width: 100%;
	padding: 2px 0 2px 25px;
	margin: 0 auto;
	background-color: 000000;
	
}	
	
hr{
  color: #666666;
  background-color: #666666;
  height: 2px dashed;
}



/* Content */

#content {
	width: 95%;
	margin: 0 auto;
}
#content h1 {
	height: 25px;
	padding: 6px 0 0 31px;
	background:  10px 10px;
	text-transform: uppercase;
	font-size: 1em;
	
	color: #000000;
}
	
#content h2 {
	height: 25px;
	padding: 6px 0 0 31px;
	background: url(images/img06.gif) no-repeat 10px 10px;
	text-transform: uppercase;
	font-size: 1em;
	
	color: #000000;
}

#content h6 {
	height: 25px;
	padding: 6px 0 0 31px;
	background: url(images/img06.gif) no-repeat 10px 10px;
	text-transform: uppercase;
	font-size: 1em;
	
	color: #000000;
}
#content h3 {
	font-size: 1em;
	color: #000000;
}

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

#content li {
	padding-left: 12px;
	background: url(images/img09.gif) no-repeat left ;
	font-size: 1.5 em;
	list-style-position: inside;
}

#content .content {
	padding: 10px 31px 20px 31px;
}
/* Column Three */

#colThree {
  float: left;
  width: 12%;
  padding: 15px;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  background-color: #FFE3AA;
   
}

#colThree.boxed {
	background-color: #FFE#3AA;
}

/* Column One */

#colOne {
	float:right;
	width: 55%;
	background: url(images/img05.gif) repeat-x;
}

#colOne .boxed {
	background: url(images/img08.gif) repeat-x;
}



/* Column Two */

#colTwo {
	float: right;
	width: 25%;
	background: url(images/img04.gif) repeat-x;
}

#colTwo .boxed {
	background: url(images/img07.gif) repeat-x;
}

#colTwo .content {
	padding: 5px;

}

/* Footer */

#footer {
	width: 100%;
	padding: 7px;
    border-bottom: 1px solid #E2EAEF;
    border-top: 1px solid #E2EAEF;
    background-color: #f3f6f8;
}

#footer p {
	margin: 0;
	padding: 1.5px 0 0 0;
	text-align: center;
	font-size: small;
	color: #666666;
}

#footer a {
	color: #FF9999;
}
table.fees{
	vertical-align: middle;
	text-align: center;
	background-color: #f3f6f8;
	border: #666666;
	margin: auto;
}
td.fees{
    color: #000000;
	padding: 10px;
	border: solid 2px #666666;
}
td.nomeet{
    color:#088A4B;
	padding: 10 px;
	border: solid 2px #666666;
}
td.meetng{
    color:#0404B4;
	padding: 10 px;
	border: solid 2px #666666;
}
td.gig{
    color:#FF3333;
	padding: 10 px;
	border: solid 2px #666666;
}