html 
	{
     overflow: -moz-scrollbars-vertical;
	}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background: #ffffff url('http://www.uwgs.org/images/bg.gif') top left repeat-x;
	height: 100.01%;
	text-align: center;
	margin: 0;
	padding: 0;
}
a, a:link, a:visited {
color:#0000ff;
text-decoration: underline;
}
a:active, a:hover {
color:#ff3300;
text-decoration: underline;
}
table, tr, td, p {
font-size: 11px;
}
p {
	margin-top: 10px;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
strong em {
font-style: italic;
font-weight: bold;
}
em strong {
font-style: italic;
font-weight: bold;
}
h1 {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 16px;
color: #000099;
font-weight: bold;
}
h2 {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 14px;
color: #000099;
font-weight: bold;
}


#container {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
	#topnav {
	text-align: right;
	position: relative;
	right: 10px;
	padding: 0px 0px 10px 0px;
	color: #ffffff;
	font-size: 14px;
	}
		#topnav a, #topnav a:link, #topnav a:visited {
		color: #ffffff;
		text-decoration: none;
		}
		#topnav a:active, #topnav a:hover, #topnav span {
			color: #ff3300;
			text-decoration: none;
		}
		
	#content {
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	background-color: #ffffff;
	clear: both;
	border: 1px solid #ffffff;
	}
	#logobox {
		margin: 4px auto 5px auto;
		width: 950px;
		height: 79px;
		background-color: #333399;
		background: url('http://www.uwgs.org/images/liveunited.jpg') top left no-repeat;
		}
			#logo {
			float: right;
			margin: 6px 7px 7px auto;
			width: 98px;
			height: 65px;
			}
	
	#footer {
		margin-top: 25px;
		color:#003366;
		font-size: 10px;
		float: left;
		width: 960px;
		background: url('http://www.uwgs.org/images/footerbg.gif') top left repeat-x;
	}
		#footer a, #footer a:link, #footer a:visited {
			color:#003366;
			text-decoration: underline;
			}
		#footer a:active, #footer a:hover {
			color:#ff3300;
			text-decoration: underline;
		}
	
	
.nobordernobg
{
border-style: none;
background-color:transparent;
}
.nobg
{
background-color:transparent;
}