﻿*
{
  margin:0;
  padding:0;
  list-style: none;
}
body 
{
  color:#333333;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 76%;
  line-height: 1.75em;
  margin-top:12px;
  min-width: 760px;
  text-align: center;
}
h2
{
  color:#000;
  font-size:125%;
  margin:12px;
}
h3
{
  color:#222;
  clear:both;
  font-size:105%;
  margin:12px 12px 0 12px;
  text-transform:uppercase;
}
p
{
  margin:12px;
}
a:link,
a:visited,
a:hover,
a:visited
{
  color:#0066cc;
}
ul.normal
{
  margin:12px;
}
ul.normal li
{
    padding-left: 12px;
    background-position: left top;
    background-image: url(images/bullet.gif);
    background-repeat: no-repeat;
}
ul.normal-no-bullets
{
  margin:12px;
}
ul.normal-no-bullets li
{
    padding-left: 12px;
    background: none;
}

#header
{
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    margin:0 auto;
    height:175px;
    width:760px;
}
#wrapper
{
  margin: 3px auto;
  text-align:left;
  width: 760px;
}
#mainNav
{
  float: left;
  width: 195px;
}

#mainNav ul
{
   background-color: #88B4E8;
   background-position: left top;
   background-image: url(images/bg_menutop.gif);
   background-repeat: no-repeat;
}
#mainNav ul li
{
   border-bottom:1px solid #fff;
   padding:3px 12px 3px 42px;
}
#mainNav ul li a
{
  background-image: url(images/bullet_menu.gif);
  background-repeat: no-repeat;
  color:#fff;
  font-weight:bold;
  margin-left:-30px;
  padding: 3px 20px 3px 30px;
  text-decoration:none;
}
#mainNav ul li a:hover, #mainNav ul li a.selected{background-image: url(images/bullet_menu-over.gif);text-decoration:underline;}
#mainNav .menuBottom
{
  background-image: url(images/bg_menubottom.gif);
  background-repeat: no-repeat;
  height:9px;
  width:195px;
}
#mainContent
{
  background-color:#FFEFDD;
  background-image: url(images/bg_contenttop.gif);
  background-repeat: no-repeat;
  float:right;
  margin-bottom:12px;
  width:555px;
}
#mainContent .contentBottom
{
  background-image: url(images/bg_contentbottom.gif);
  background-repeat: no-repeat;
  clear:both;
  height:9px;
  width:555px;
}
#footer
{
    background-image: url(images/bg_footertop.gif);
    background-repeat: no-repeat;
    background-color: #ff6672;
    color: #FFEFDD;
    clear: both;
    font-size: 90%;
    line-height: normal;
    margin:0 auto;
    padding:9px 0 0 0;
    text-align: center;
    width: 760px;
    
}

#footer a:link{color:#FFF;text-decoration:none;}
#footer a:visited{color:#FFF;text-decoration:none;}
#footer a:hover{color:#FFF;text-decoration:underline;}
#footer a:active{color:#FFF;text-decoration:none;}
#footer ul{margin-bottom:3px;}
#footer ul li
{
  border-right:1px solid #fff;
  display:inline;
  padding:0 9px;
}
#footer ul li.last{border-right:0;}
#footer ul li a:link{color:#FFF;text-decoration:none;}
#footer ul li a:visited{color:#FFF;text-decoration:none;}
#footer ul li a:hover{color:#FFF;text-decoration:underline;}
#footer ul li a:active{color:#FFF;text-decoration:none;}
  
.footerBottom
{
    background-image: url(images/bg_footerbottom.gif);
    background-repeat: no-repeat;
    height:9px;
    width: 760px;
}

.imageGallery
{
  background-color:#fff;
  border:1px solid black;
  float:left;
  margin:12px 6px;
  padding:3px;
}

.col2-set
{
  border-top: 1px dotted #333;
  clear:both;
  margin:6px 12px 0 12px;
}
.col2-set .col1
{
  float:left;
  margin:0 6px;
  width:275px;
}
.col2-set .col2
{
  float:right;
  margin:0 6px;
  width:225px;
}