#UpperHalfWrapper {
	width: 100%;
	background-color: black;
	position: relative;
}

body {
	font-family: Arial, sans-serif;
	line-height: 150%;
	font-size: 11pt;
	background-color: white;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

p:first-letter {

}

a:link, a:visited {
	color: #00509a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div {
	padding: 0px;
	margin: 0px;
}

ul {
	list-style-type: square;
}

#InnerPageWrapper, #OuterPageWrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#OuterPageWrapper {
	width: 800px;
	position: relative;
}

#InnerPageWrapper {
	position: relative;
}

#TitleBar {
	width: 800px;
	height: 132px;
	margin: 0px auto 0px auto;
	background:url('gmi_topbar_8.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: black;
}

/* Navigation Bar */

#NavBar {
	height: 2.8em;
/*	margin-left: 7px;
	margin-right: 7px;*/
	width: 100%;
	background-color: #e0e0e0;
}

#NavBarButtonContainer {
	width: 800px;
	height: 2.8em;
	margin: 0px auto 0px auto;
}

.ButtonLink {
	display: block;
	width:  10em;
	height: 2.8em;
	float:  left;
	margin-right: 6px;
	background-color: #e9e9e9;
}

.ButtonText {
	font-size: 120%;
	display: block;
	text-align: center;
	padding-top: .5em;
}

#ContentWrapper {
	width: 800px;
	position: relative;
	background-color: white;
	height: 600px;
}

*>#ContentWrapper {
	min-height: 600px;
	height: auto;
}


#Content {
	background-repeat: repeat-x;
	height: 500px;
}

*>#Content {
	min-height: 500px;
	height: auto;
}

#ContentText {
	padding: 15px;
	margin-right: 155px;

}

p.quote {
	font-style: italic;
}

h1, h2 {
	padding: 0px;
	margin: 0px;
}

#Footer {
	width: 100%;
	height: 100px;
	/*background-color: #e0e0e0;*/
}

#SubFooter {
	width: 800px;
	margin: 0px auto 0px auto;
}

#SubFooterText {
	padding: 15px;
	font-size: 80%;
	color: black;
}

.sponsored {
	color: green;
	font-weight: bold;
}

#FooterWrapper {
	background-color: black;
	margin: 0px;
	padding: 0px;
	min-height:  50px;
	border: 1px solid black;
	color:  gray;
	font-size: 90%;
}

h1 {
	font-size: 200%;
/*	font-style: italic;
	font-weight: bold;*/
	font-weight: normal;
	padding-bottom: 1em;
}

#SideBar {
	display: block;
	float: right;
	width: 140px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: white;
	background: #f2be5b;
	background: #ffcd6a;
}

#SideBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

#SideBar ul li {
	border: 1px solid #ffdea5;
	margin: 1px;
	padding: 3px;
	background-color: #ffedcd;
}

#SideBar ul li.SideButtonLinkSelected {
	background-color: #f2f2f2;
	background: white;
	font-weight: bold;
}

#SideBar a, #SideBar a:link, #SideBar a:visited, #SideBar a:active {
	text-decoration: none;
	color: black;
}

#SideBar a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
}

.playable {
	background-image:url('gnome_small_speaker.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 4px 23px 3px 0px;
}

.pdf {
	background-image:url('pdf_button.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 18px 6px 0px;
}

.left {
	float: left;
	margin: 0px 8px 5px 0px;
}

a.fancyBox img {
	height: 80px;
	border: 0px;
}
border: 0px;

.prdates {
	vertical-align: top;
	width: 20%;
}

.prlinks {
	vertical-align: top;
}

.announcement {
	padding: 4px;
	text-align: center;
	border: 1px solid #ffdea5;
	background-color: #ffedcd;

}


/* Alternating List View */
ul.altList {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}
ul.altList li {
	background-color: #f5f5f5;
}
ul.altList li.odd {
	background-color: #ebebeb;
}
table.altTable, table.altTable tr, table.altTable td {
	border: 0em;
}
table.altTable {
	width: 100%;
}
table.altTable tr {
	background-color: #f5f5f5;
}
table.altTable tr.odd {
	background-color: #ebebeb;
}
table.altTable td {
	padding: .3em;
}


/* News page */

ul#newsList li {
	background-image:url('pdficon.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0px 2px 23px;
}


/* Member Directory */

table.altTable tr td.dirTableName {
	padding-right: .5em;
}