/* CSS Document */
#outer
{
	margin:0;
	width:100%;
	height:auto;
	background-color: #FFFFFF;
	position: relative;
}
#MenuPos {
	visibility: hidden;
}
#header
{
	left:0;
	width:100%;
	background-color:#FFFFFF;
	border:0;
	margin:0;
	margin-top: 40px;		
	height: 100px;
}
#middle {
	left:0;
	margin:0;
	padding:0;
	width:774px;
	clear: both;
	margin-top: 3px;
	margin-left: 3px;
}
#bottom {
	left:0;
	margin:0;
	padding:0;
	width:100%;
	clear: both;
	background-color: #FFFFFF;
	height: 100px;
	margin-top: 22px;
}
#footer {
	width:774px;
	background-color:#bbcbd7;
	clear: both;
	margin: 0;
	margin-left:3px;
	margin-bottom:3px;
}
#gallery-left {
	display:inline;
	float:left;
	margin:0;
	padding: 0;
	height: auto;
	width:144px;
	height:450px;
	overflow: auto;
	text-align: center;
}
#gallery-right {
	display:inline;
	float:right;
	width:620px;	
	margin:0;
	padding: 0;
	height:auto;
	width: 332px;
	text-align: center;	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #939c9b;
	color: #333333;
}
p, ul, ol, dl, li, dt, dd, tr, td
{
	margin-top:0.2em;
	margin-bottom:0.2em;
	padding: 0;
	line-height: 115%;
}
ul {
	text-indent: 0;
	margin-left: 20px;
	padding-left: 0;
	list-style-position: outside;
}
td {
	margin-left:0.2em;
	left: 0.2em;
}
li {
	margin-top:0;
	line-height:100%;
	list-style-type: square;
}
h1
{
	font-size:medium;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0.2em;
	color: #FFFFFF;
}
h2 {
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
	margin-top: 0px;	
	margin-bottom: 0.2em;
}
h3 {
	font-size:102%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-weight: normal;
	line-height: 115%;
	color: #FFFFFF;
}
a, a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #FF9933;
}
a.lma, a.lma:link, a.lma:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.lma:hover, a.lma:active {
	color: #FF9933;
}
.image-l{
	display:inline;
	width:auto;
	height:auto;
	float:left;
	margin:0;
	margin-right:1em;
	padding: 0;
}
.image-r {
	display:inline;
	width:auto;
	height:auto;
	float:right;
	margin:0;
	margin-left:1em;
	padding: 0;
}
.content{
	margin:6px;
	margin-left:12px;
	padding:0;
}
.lma {
	margin:0;
	margin-left:1em;
	margin-right:1em;
	padding:0em;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: 600;
}
.g1 {
	text-align:center;
	visibility: visible;	
}
.g0 {
	visibility: hidden;	
}