/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	color: #ffffff;
}
#outer
{
	margin:0 auto;
	border:0;
	padding:0;
	width:780px;
	height:auto;
	position: relative; 
}
#MenuPos
{
	position:static; 
	width:100%; 
	height:21px; 
	z-index: 2;
}
#header
{
	left:0;
	width:100%;
	border:0;
	margin:0;
	padding:0;
	height: 150px;
	background-image: url(../images/crescent-header.jpg);
	background-repeat: no-repeat;
}
#middle {
	left:0;
	margin:0;
	border:0;
	padding:0;
	width:100%;
	clear: both;
}
#bottom {
	left:0;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	clear: both;
	height: 120px;
}
#footer {
	width:100%;
	clear: both;
	border:0;
	margin: 0;
	padding:0;
}

p, ul, ol, dl, li, dt, dd, tr, td, h1, h2, h3
{
	margin:0;
	margin-bottom:6pt;
	padding: 0;
	line-height: 115%;

}
ul {
	text-indent: 0;
	margin-left: 20px;
	padding-left: 0;
	list-style-position: outside;
}
/*tr, td {
	line-height: 125%;
}*/
li {
	margin-top:0;
	line-height:100%;
	list-style-type: square;
}
h1, h2, h3
{
	font-size:14pt;
	color: #1e164e;
	margin-bottom:3pt;
}
h2 {
	font-size:12pt;
	color:#1e164e;
}
h3 {
	font-size:102%;
	margin-top: 6pt;
	line-height: 115%;
	color: #1e164e;
}
a, a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	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:12px;
	margin-left:18px;
	margin-right:18px;
	padding:0;
}

.bg1 {
	background-color: #1e164e; /*blue*/
}
.bg2 {
	background-color: #89b826; /*green*/
}
.bg3 {
	background-color: #000000; /*black*/
}
.bg4 {
	background-color: #dcde50; /*yellow*/
}
.lma {
	margin:0;
	padding:0em;
	font-size: smaller;
	line-height:90%;
}
a.lma, a.lma:link, a.lma:visited {
	color: #cccccc;
	text-decoration: none;
	font-size:80%;
}
a.lma:hover, a.lma:active {
	color: #FF9933;
	font-size:80%;
}
.tight {
/*	line-height:110%;*/
}
.caps, .capsheader {
	text-transform: uppercase;
}
.capsheader {
	color:#89b826; /*green*/
	line-height:133%;
	font-weight:bold;
	font-size:10.5pt;
}
.smaller {
font-size:x-small;
}
.units {
	color:#003e77;
	font-weight:bold;
	margin-top:3px;
}
.spacer {
font-size:1.5pt;
	margin:3px;

}
.left {
text-align:left;
}
.right {
text-align:right;
}
#gallery-left {
	display:inline;
	float:left;
	margin:0;
	padding: 0;
	height: 450px;
	width:160px;
	overflow: auto;
	text-align: center;
}
.g1 {
	text-align:center;
}