body {

	background-color: white;

	text-align: center;

	font-family: "times New Roman";

	font-size: 12px;	

}



p {

	padding: 6px;

	padding-top: 3px;

	padding-bottom: 3px;

	text-align: justify;

}



ul {

	text-align: justify;

	padding-left: 0px;

	margin-left: 20px;

}


a {

	text-decoration: underline;
	color: Navy;

}



a:visited {

	color: Navy;

}





h1 {

	font-weight: bold;

	font-size: 18px;

	text-align: left;

  padding-top: 0px;

	padding-bottom: 0px;

}



h2 {

	font-weight: bold;	

	text-align: left;

	padding-top: 3px;

	padding-bottom: 0px;

	font-size:15px;

}



#container {

	background-color: tranparant;

	margin: 10px auto;

	text-align: left;

}



#header {

	width: 100%;

	background-color: White;

}



#top {

	width: 100%;



	height: 20px;

}



#bottom {

	width: 100%;

	height: 30px;

	margin: 0;

	padding: 0;

}



#headerleft {

	float: left;

	border-right: 4px solid white;

}


#maindiv {

	background-color: white;


	padding-bottom: 10px;		

}

#leftcol {

	float: left;	

	width: 200px;

	background-color: white;

	margin: 0;

}



#rightcol {

	background-color: white;

	margin-left: 230px;

	height: 100%;

}







div.menuitem {
	width: 180px;

	color: white;

	font-weight: bold;

	margin-bottom: 4px;

}


div.menuitem ul {

  color: black;

}





#menu {

  list-style: none;

}



#menu li {
  background-position: top left;

  background-color: #286a87;

  margin-bottom: 5px;

}



#menu li div {

  background-position: bottom left;

  height: 10px;

}



#menu li h3 {

  margin:0;

  color: white;

  padding-left: 10px;

  padding-top: 5px;

  font-weight: bold;

  font-size: 100%;

  

}



#menu li a {

	vertical-align: center;

  color: white;

  text-decoration: none;

  display:block;

  padding-top: 5px;

  padding-bottom: 0px;

  padding-left: 10px;

  font-weight: bold;

  height: 15px;

}



#menu li a:hover {

  text-decoration: underline;

}

#menu li a:visited {

  color: white;

}



#menu li ul {

  list-style: none;

}



#menu li ul li {

  background-image: none;

}



#menu li ul li a {

  font-weight: normal;

  padding-top: 0px;

}





#content {

	line-height: 1.4;

	padding-top: 10px;

	padding-right: 15px;

	background-color: white;

}



#credits {

	color: white;

	font-size: smaller;

	text-align: right;

}



.footer {

  background-image: url('images/bg_footer.gif');

  background-repeat: no-repeat;

  height: 30px;

  width: 750px;

	font-family: "Arial";

	font-size: 11px;	

	text-align: center;

	padding-top: 6px;

}



.footer strong{

  font-size: 18px;

  font-weight: bold;

  color: #921B23;

}



#disclaimer {

  font-size: 12px;

}



#footer {

  font-size: 14px;

  color: white;

  text-align: center;

}



#footer a{

  text-decoration: underline;

  color: white;

}



h2.front {

  font-size: 100%;

  font-weight: normal;

  font-style: italic;

}



h2.front strong {

  font-weight: bold;

}



div.picture_inline {

  float: right;

  width: 130px;

  height: 150px;

  /*border:1px solid #286A87;*/

  margin-bottom: 5px;

  margin-left: 10px;

  padding: 5px;

  text-align: center;

  font-weight: bold;

  background-color: #94B8CD;

}



div.picture_inline img {

  border: 0;

}



div.picture_inline a {

  text-decoration: none;

}





/*

* gallery options

**/

div.picture {

  float: left;

  width: 130px;

  height: 150px;

  border:1px solid #286A87;

  margin: 2px;

  padding: 5px;

  text-align: center;

}



div.picture span {

  display: block;

  font-weight: bold;

}



div.picture a {

  text-decoration: none;

  border: none;

  

}



div.picture img {

  border: 0;

}


