	div#womenu {
		float:left;
		width: 200px;
	}
	div#bodycontent {
		float:left;
		width: 500px;
		height: 450px;
		padding: 0px 10px 10px 0px;
	}
	div#footerspacer {
        	/*clear:both;
        	width:550px;
        	line-height:22px;
        	height:22px;
        	margin:0px auto;
        	padding:0px;*/
	}
	div#footerline {
		float:left;
		width: 530px;
		margin: 50px 0 0 0;
		font-size: 10px;
		color: black;
		text-align: center;
	}
	div#leftfooter {
		float:left;
		width: 260px;
	}
	div#rightfooter {
		float:left;
		width: 400px;
		font-size: 10px;
		text-align: center;
		padding: 5px 10px 5px 10px;
		border-top-color: #1A10D6;
                border-top-style: solid;
                border-top-width: 1px;
		border-bottom-color: blue;
                border-bottom-style: solid;
                border-bottom-width: 1px;
	}
	div#poweredby {
		float:left;
		width: 400px;
		font-size: 10px;
		text-align: center;
		padding: 20px 0px 0px 0px;
	}
	div#leftrow {
		float:left;
                width: 220px;
	}
	div#rightrow {
		float:left;
		width: 220px;
	}
	div#longrow {
		float:left;
		width: 450px;
	}
	div#dummyrow {
		float:left;
		width: 450px;
		height: 1px;
		line-height: 1px;
	}
	div#slongrow {
		float:left;
		width: 500px;
	}
	div#vartable {
		float:left;
		width: 450px;
		//visibility:visible;
		display: block;
	}
	div#varalert {
		float:left;
		width: 450px;
		//visibility:hidden;
		display: none;
	}
	h1 {
		display: none;
	}
	p.varname {
		font-size: 10px;
		color: black;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	div#head-main h1 {
		display: block;
	}
	p.text {
		font-size: 12px;
		color: blue;
		margin: 10px 0px 0px 0px;
		padding: 0px;
	}
	span#statusmsg {
		font-size: 10px;
		color: red;
	}
	input.input, select.input {
		font-size: 12px;
		color: black;
		width: 160px;
		margin: 0px 0px 5px 0px;
	}
	input.orange {
		font-size: 13px;
		line-height: 18px;
		color: black;
		background-color: #FF9900;
		border: 1px solid #838383;
		width: 160px;
		padding: 2px 3px 2px 3px;
	}
	input.radio {
		font-size: 10px;
		color: black;
		margin: 10px 0px 0px 0px;
		padding: 0px;
	}
	textarea.input {
		font-size: 12px;
		color: black;
		width: 160px;
		height: 36px;
	}
	table#userlist {
		width: 450px;
		border-spacing:0px;
		border-collapse:collapse;
	}
	table#userlist tr td {
		padding: 2px 0px 2px 2px;
		border:1px solid darkgray;
		font-size: 9px;
		empty-cells:show;
	}
	table#userlist th {
		padding: 2px;
		font-size: 8px;
		text-align:left;
		empty-cells:show;
	}
	.button {
		width: 75px;
		border: 1px solid #838383;
		background-color: #FFFFFF;
		cursor:pointer;
	}
	.largebutton {
		width: 140px;
		border: 1px solid #838383;
		background-color: #FFFFFF;
	}
	div#NewsgroupList {
		float: left
		clear:both;
		width: 450px;
	}
