BODY				{background-image: url("bgLobby.gif");
				font-size: 12pt}

H1,H2,H3			{text-align: center;
				font-style: italic}

H3				{font-size: 12pt}

.welcome			{color: #00ff00}

DIV				{display: block}

DIV.centered			{width: auto;
				text-align: center}

DIV.main-text			{width: auto;
				padding: 5%;
				float: none;
				clear: none;
				text-align: justify}

DIV.right-side			{text-align: center;
				float: right;
				clear: none;
				margin-left: 25px;
				width: 120px}

DIV.left-side			{text-align: left;
				float: left;
				padding: 10px;
				border: thin solid gray
				width: 120px}

DIV.top				{width: auto;
				text-align: left;
				vertical-align: top;
				display: block;
				clear: both}

DIV.disclaimer			{width: 90%;
				background-image: none;
				background: #444; 
				border: thin gray solid;
				color:#fa0;
				font-size: 9pt;
				text-align: centered; 
				font-weight: bold;
				font-style: italic;
				clear: both}

DIV.title			{padding: 5px;
				width: auto;
				float: none;
				clear: none}

UL				{list-style: none}

LI				{margin: 0.5em}

UL.plain			{list-style: none;
				text-indent: 0;
				margin: 0.5em}

IMG				{float: none;
				clear: both;
				width: auto;
				display: inline}

IMG.thumbnail			{padding: 10px;
				border: thick teal groove;
				float: right}

HR				{color: black;
				width: 75%;
				margin: 1em;
				float: none;
				clear: both;
				display: block}

HR.grayline			{color: gray;
				width: 100%}

DL				{list-style: outside}

DT				{font-style: italic;
				font-weight: bold;
				font-size: 80%;border: thin solid gray;
				text-align: left}

DD				{margin-left: 5em;
				margin-top: 0;
				margin-bottom: 0}

