  body {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    background-color: #eee;
    font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
    font-size: 13px;
    color: #333;
  }

  td {
    font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
    font-size: 12px;
  }

  h1 {
    font-size: 28px;
    color: #333;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  
  span.lolight {
    color: #666;
    font-weight: bold;
  }
  
  div#calendar {
    background-image: url(../images/icons/calendar.png);
    background-repeat: no-repeat;    
    padding-left: 20px;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #333;
    margin-bottom: 25px;
  }
  
  div.heading {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    color: #333;
  }
  
    div.heading2 {
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 3px;
    font-weight: bold;
    color: #555;
  }

  h1 a { color: #333; text-decoration: none; }
  h1 a:visited { color: #333; }
  h1 a:hover { text-decoration: underline; }

  a { color: #336699; text-decoration: none; }
  a:visited { color: #336699; }
  a:hover { text-decoration: underline; }
  
  div#page {
    background-color: #f0f0f0;
    margin: 40px 80px 40px 80px;
    background-color: white;
    border: 5px solid #ddd;
    padding: 25px;
 	  background-image: url(../images/wedding.gif);
	  background-repeat: no-repeat;    
	  background-position: 99% 8px;
  }
  
  div#content {
  }
  
  div#sidebar {
    float: right;
    width: 22%;
  }

  div#footer {
    clear: both;
  }
  
  div#middle {
    margin-top: 25px;
    padding-top: 15px;
  }
  
  div#middle h1 {
    margin: 0;
    font-size: 20px;
  }
  div#middle h2 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin-bottom: 5px;
  }
  div#middle h3 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-bottom: 10px;
  }
  
  div#middle ol {
    margin-left: 0;
    padding-left: 0;
  }
  div#middle li {
    font-size: 18px;
    color: #888;
    margin-bottom: 10px;
  }
  div#middle li h2 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    color: #333;
  }
  div#middle li p {
    color: #555;
    font-size: 13px;
  }
  
  /*
  div#sidebar ul {
    margin-left: 0;
    padding-left: 0;
  }
  div#sidebar ul h3 {
    margin-top: 25px;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  div#sidebar li {
    list-style-type: none;
  }
  
  div#sidebar ul.links li {
    margin-bottom: 5px;
  }
  
  */
  
  div#flash-notice, div#flash-error {
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    padding: 5px;
    margin: auto;
  }

  div#flash-notice {
    background-color: #FFFFCC;
    border-color: #FFCC33;
    color: #FFCC33;
  }

  div#flash-error {
    background-color: #FFCCBF;
    border-color: #FF3300;
    color: #FF3300;
  }
  
  div#flash-switch {
    border-top: 1px dotted #FFCC33;
    border-bottom: 1px dotted #FFCC33;
    padding: 5px;
    margin: 5px auto 5px auto;
    background-color: #FFFFCC;
    color: #FFCC33;
  }

  div#flash-switch table {
    color: #FFCC33;
  }
  
  div.blockit {
    border-top: 1px dotted #eee;
    padding: 10px;
    margin: 5px auto 5px auto;
    border-color: #333;
    color: #333;
  	background-image: url(../images/box-bg.png);
	background-repeat: repeat-x;
  
  }
  
  span.hilight {
    color: green;
    font-weight: bold;
  }

  span.midlight {
    color: #FFCC33;
    font-weight: bold;
  }
  
  label {
  font-weight: bold;
  }
  
  table {
	border-collapse: collapse;
  }

  tr th {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	padding: 4px;
	text-align:left;
  }

  tr td {
	  padding: 4px;
  }

  tr.evening {
    background-color: #f7f7f7;
  }
  
  form input, textarea, select  { 
	font-size: 14px;
	background: #fcfcfc;
	color: #666;
	font-weight: normal;
	border: 1px solid #ccc;
	margin-bottom:2px;
}

  div.fieldWithErrors {
    background-color: #FFCCBF;
    padding: 4px;
    display: table;
  }
  span.required {
    color: #FFCCBF;
    margin-left: 5px;
  }


  
  

div#ErrorExplanation {
  width: 400px;
  border: 2px solid 'red';
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

div#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

div#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

div#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
  
