html {
 min-height: 100%;
 margin-bottom: 1px;
}


body {
 margin: 0px;
 font-family: "Lucida Sans", "Lucida Grande", Sans, Helvetica;
 color: #221E1F;
 font-size: 13px;
 background-color: #809cbb;
 margin-top: 4px;
 background-image: url('img/bg2.jpg');
 background-repeat: repeat-x;
}

a, a:active, a:hover, a:visited {
 text-decoration: none;
 color: #3f6187;
}

a:hover {
 color: #809cbb;
}

#container {
 width: 660px;
 margin: 0 auto;
 background-color: white;
 padding: 8px;
 border: 2px solid #bfc4c9;
}

#accordian {
 margin-top: 5px;
}

.gallery img {
 width: 15%;
 margin: 3px;
 border: 1px solid #ccc;
}

center img {
 margin: 5px;
 border: 1px solid #ccc;
}

h1 {
 color: #3f6187;
 font-weight: bold;
 font-size: 15px;
 font-family: "Lucida Sans", sans-serif, Helvetica;
}


h2 {
 color: #3f6187;
 font-weight: bold;
 font-size: 13px;
 font-family: "Lucida Sans", sans-serif, Helvetica;
}

h2 b {
 color: #3d3d3d;
 font-weight: normal;
}

h2 i {
 color: green;
 font-weight: bold;
 font-style: normal;
}
h4 {
	clear: both;
	font-size: 90%;
	color: #DF0101;
	font-weight: normal;
	margin: 0 0 10px 0;
}


#menu {
 display: block;
 font-weight: lighter;
 font-size: 14px;
 font-family: Zapfino, "Lucida Sans", sans-serif, Helvetica;
 background-color: #3f6187;
 color: white;
 padding: 1px;
 padding-left: 10px;
 padding-bottom: 0px;
 outline: none;
 border-top: 1px solid #224062;
 cursor: pointer;
 margin: 0px 0px 0px 0px;
 
}

h3 {
 display: block;
 font-weight: lighter;
 font-size: 10px;
 font-family: Zapfino, "Lucida Sans", sans-serif, Helvetica;
 background-color: #3f6187;
 color: white;
 padding: 1px;
 padding-left: 10px;
 padding-bottom: 0px;
 outline: none;
 border-top: 1px solid #224062;
 cursor: pointer;
 margin: 0px 0px 0px 0px;
 
}

/*
Vertical Accordions
*/
.accordion_toggle {
 display: block;
 font-weight: lighter;
 font-size: 14px;
 font-family: Zapfino, "Lucida Sans", sans-serif, Helvetica;
 background-color: #3f6187;
 color: white;
 padding: 1px;
 padding-left: 10px;
 padding-bottom: 0px;
 outline: none;
 border-top: 1px solid #224062;
 cursor: pointer;
 margin: 0px 0px 0px 0px;
}

.accordion_toggle_active {
 background-color: #2c4c6f;
 border-top: 1px solid #224062;
 color: #fff;
}

.accordion_content {
 background-color: #ffffff;
 color: #151515;

 background-image: url('img/divbg.jpg');
 background-repeat: no-repeat;
 background-position: top right;
}

