/* CSS Document */
#outer
{
	margin:0 auto;
	width:780px;
	height:auto;
	background-color: #000000;
	position: relative;
}

#header
{
	left:0;
	width:100%;
	background-color:#000000;
	border:0;
	margin:0;
	margin-top:3px;	
	height: 100px;
	clear: left;
}
#middle {
	left:0;
	margin:0;
	padding:0;
	width:774px;
	clear: both;
	margin-top: 23px;
	margin-left: 3px;
}
#bottom {
	left:0;
	margin:0;
	padding:0;
	width:100%;
	clear: both;
	background-color: #000000;
	height: 100px;
	margin-top: 22px;
}
#footer {
	width:774px;
	background-color:#0073b2;
	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;
/*	font-size: 100%;*/
	background-color: #939c9b;
	color: #CCCCCC;
}
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:large;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0.2em;
	color: #FFFFFF;
}
h2 {
	font-size:medium;
	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: bold;
	line-height: 115%;
	color: #FFFFFF;
}
a, a:link, a:visited {
	color: #0073b2;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #00a5cf;
}
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;
}
.bg1 {
	background-color: #000000; /*black*/
}
.bg2 {
	background-color: #00a5cf; /*turq*/
}
.bg3 {
	background-color: #0073b2; /*blue*/
}
.lma {
	margin:0;
	margin-left:1em;
	margin-right:1em;
	padding:0em;
	color: #FFFFFF;
	font-size: 90%;
}
/*.g1 {
	text-align:center;
	visibility: visible;	
}
.g0 {
	visibility: hidden;	
}*/
