body {
  background: #D3F1FC url('../images/body_bg.gif') top left repeat-x;
  color: #021421;  
  font-size: 14px;
  font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
  margin: 0 0 30px 0;
  padding: 0;
}

a:link, a:visited {
  color: #05683A;
  text-decoration: underline;
}

a:hover, a:active {
  color: #468F6D;
  text-decoration: underline;  
}

h1 {
  color: #07416A;
  font-size: 24px;
}

h2 {
  color: #07416A;
  font-size: 20px;
}

h3 {
  color: #07416A;
  font-size: 16px;
}

p {
  line-height: 1.5em;
}

big, .largetype {
  color: #07416A;
  font-size: 16px;
  font-weight: bold;
}


small, .smalltype {
  color: #07416A;
  font-size: 10px;
}

li {
  margin-bottom: 1em;
}


fieldset {
  border: 1px solid #ccc;
  padding: .75em;
}

legend {
  border: none;
  color: #07416A;
  font-weight: bold;
  padding: 0.2em 0.5em;  
}

label {
  float: left;
  font-weight: bold;
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  width: 25%;  
}


input, textarea, select {
  border: 1px solid #ccc;
  margin: .3em 0;
  padding: .1em;
}

.imgfloatright {
  color: #021421;
  display: block;
  float: right;
  font-size: 11px;
  margin: 10px 0 10px 10px;
  text-align: center;
}


.imgfloatleft {
  color: #021421;
  display: block;
  float: left;
  font-size: 11px;
  margin: 10px 10px 10px 0;
}

div.ticketbox {
  background-color: #33bdf1;
  border: 2px solid #00adee;
  
}


/* Layout CSS */
#container {
  padding: 0px;
  margin: 0 auto;
  width: 970px;  
} 

#header {
  text-align: left;
  margin: 0px;
  height: 185px;
  background-color: #fff;
}

/*
#address {
  padding: 12px 0px 0px 490px;
  font-size: 14px;
  color: #000;
} */

#outer { 
  border-left: solid 200px #00ADEE;  /* color of the left column  */ 
  background-color: #E9F8FD; /* color of the content column */
} 

#inner {  /* The ie/pc pecularity */ 
  margin: 0px;
  width: 100%;
}

#left {
  width: 200px; 
  float: left; 
  position: relative; 
  margin-left: -200px; 
  margin-right: 1px;
}


#content { 
  position: relative; 
  margin: 0px;
  padding: 5px 15px 35px 15px;
}

#footer {
  background-color: #07416A;
  clear: left;
  color: #FFF;  
  line-height: 1.8em;  
  margin: 0px;  
  padding: 8px;
  text-align: center;
} 

#footer a:link, #footer a:visited {
  color: #FFFFAA;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  color: #FFFF00;
  text-decoration: underline;  
}

#navlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar #navlist li {
  margin-bottom: 0;
}


#navlist a, #navlist a:visited {
  background-color: #07416A;
  border-bottom: 1px solid #FFF; 
  color: #FFF;
  display: block;
  font-weight: bold;    
  padding: 5px 2px 5px 24px;
  text-decoration: none;
}

#navlist a:hover {
  background-color: #05683A;
  color: #FFF;
}

#navlist .selected_link {
  background-color: #05683A !important;
  color: #fff !important;
  cursor: default;  
  font-weight: bold;
}


<!--[if IE 5]>
#navlist a {float: left; clear: both; width: 100%;}
<![endif]-->
<!--[if gte IE 6]>
#navlist a {height: 1%;}
<![endif]-->
  	
