@charset "UTF-8";

body  {
	font: 100% "Lucida Sans", "Myriad Pro", Skia, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000;
	background-color: #fffbe7;
}

#container {
	width: 100%;
	margin: 0 auto; 
	text-align: left; 
	background-color: #fffbe7;
}

#header {
	background: #61bbff;
	padding: 0;
	background-image: url(images/graphics/circle_top.png);
	background-repeat: repeat-x;
	height: 140px;
	margin-bottom: 0px;
	text-align: center;
}

#header h1 {
	margin: 0; 
	padding: 10px 0;
	display: none;
}

#header img {
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 20%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#sidebar1 {
	float: left;
	width: 11em; 
	background: #ebebeb;
	padding: 15px 0px;
	background-color: #61bbff;
	background-image: url(images/graphics/circle_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: thin solid black;
	margin-right: 10px;
}

#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3, #sidebar2 img {
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar1 li {
	border: thin outset black;
	text-align: center;
	color: #0032ad;
 	background-image: url(images/graphics/circle_top.png);
	background-repeat: repeat-x;
	padding: 0.6em 0em;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
	display:block;
	margin: 10px 30px 10px 0;
}

#sidebar1 a:link {
	color: #013F2B;
	text-decoration: none;
}

#sidebar1 a:visited {
	color: #006343;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #0033cc;
	text-decoration: none;
}

#sidebar1 a:active {
	color: #000;
	text-decoration: none;
}

#sidebar2 {
	float: right;
	width: 15em;
	background: #ebebeb; 
	padding: 15px 0; 
	background-color: #61bbff;
	background-image: url(images/graphics/circle_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: thin solid black;
	margin-left: 10px;
}

#sidebar2 h2 {
	background-color: #c4ffdc;
	border: thin outset black;
	text-align: center;
	color: #0032ad;
	margin-left: 10px; 
	margin-right: 10px;
	background-image: url(images/graphics/circle_top.png);
	background-repeat: repeat-x;
	background-position: top;
}

#sidebar2 h3 {
	border: thin outset black;
	text-align: center;
	color: #0032ad;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(images/graphics/circle_top.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0.6em 0.1em;
}

#sidebar2 p {
	font-size: .8em;
	text-align: center;
}

#sidebar2 img {
	text-align: center;
	text-decoration: none;
	border: medium outset gray;
}

#sidebar2 a:link {
	color: #013f2b;
	text-decoration: none;
}

#sidebar2 a:visited {
	color: #006343;
	text-decoration: none;
}

#sidebar2 a:hover {
	color: #03c;
	text-decoration: none;
}

#sidebar2 a:active {
	color: #000;
	text-decoration: none;
	background-color: #c4ffdc;
}

#sidebar2hide {
	float: right;
	width: 11em; 
	background: #ebebeb; 
	padding: 15px 0; 
	background-color: #61bbff;
	background-image: url(images/graphics/circle_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: none;
	border-bottom: thin solid black;
	margin-left: 10px;
}

#mainContent {
	background-color: #fffbe7;
	background-image: url(images/graphics/circle_bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 2em 0 11em;
	padding: 0 10px;
	clear: none;
	float: none;
}

#mainContent p {
	padding: 10px;
	margin: 10px;
}

#mainContent h1 {
	text-align: center;
	color: #87292E;
	font-style: italic;
	margin: 0 30px 20px;
	padding: 5px;
}

#mainContent h2 {
	text-align: center;
	color: #88261C;
	margin: 0 30px 20px;
	padding: 3px;
}

#mainContent h3 {
	text-align: center;
	color: #88261C;
	margin: 0 30px 20px;
	padding: 2px;
}

#mainContent img {
	border: medium outset black;
	margin-left: auto;
	margin-right: auto;
}

#mainContent li {
	border: thin outset black;
	text-align: center;
	color: #0032ad;
	background-image: url(images/graphics/circle_top.png);
	background-repeat: repeat-x;
	background-color: #63bcff;
	padding: 0.6em 0em;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: 10px 30px 10px 0;
}

#mainContent a:link {
	color: #013f2b;
}

#mainContent a:visited {
	color: #006343;
}

#mainContent a:hover {
	color: #03c;
	text-decoration: none;
}

#mainContent a:active {
	color: #000;
	text-decoration: none;
	background-color: #fffbe7;
}

#mainContent table {
	font-size: 0.9em;
	margin: 2px;
	padding: 2px;
	text-align: center;
}

#mainContent img {
	margin: 2px 15px 2px 2px;
	padding: 2px;
}

#mainContent blockquote {
	font-style: italic;
	margin-left: 5%;
	margin-right: 17em;
}

#mainContent .noborder {
	border-style: none;
}

#gallery img {
	border: none;
	margin-top: 20px;
	text-decoration: none;
}

#gallery p {
	text-align: right;
}

#galleria {
	height: 700px;
	width: 985px;
}

#footer {
	background-image: url(images/graphics/convex_strip.gif);
	background-repeat: repeat-x;
	padding: 0 10px;
	background-color: #61bbff;
}

#footer p {
	margin: 0; 
	padding: 10px 0;
	font-size: small;
	text-align: center;
}

#footer a:link {
	color: #013f2b;
	text-decoration: none;
}

#footer a:visited {
	color: #006343;
	text-decoration: none;
}

#footer a:hover {
	color: #03c;
	text-decoration: none;
}

#footer a:active {
	color: #000;
	text-decoration: none;
}

#vertphoto img {
	border: medium outset #666;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
}

#vertphoto #photocredit p {
	font-size: small;
	text-align: right;
}

#vertphoto p {
	font-size: small;
}

#vertphoto h4 {
	color: #0032ad;
	text-align: right;
}

#vertphoto img {
	float: left;
	margin-top: -30px;
	margin-bottom: 15px;
}

#vertphoto #arrownav img {
	border-style: none;
	float: right;
}

#horizphoto img {
	border: medium outset #666;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
}

#horizphoto #photocredit p {
	font-size: small;
	text-align: right;
}

#horizphoto h4 {
	color: #0032ad;
	text-align: right;
}

#horizphoto img {
	float: left;
	margin-top: 0px;
	margin-bottom: 15px;
}

#horizphoto #arrownav img {
	border: none;
	float: right;
}

#horizphoto #arrownav p {
	text-align: left;
}

#horizphoto #photocredit {
	clear: right;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
    	height: 0;
    	font-size: 1px;
    	line-height: 0px;
}

span.smallprint {
	font-size: small;
}

span.xsmall {
	font-size: x-small;
}
