@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	background-image: url(../layout/UNO_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	background-image: url(../layout/header1.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 960px;
}
#nav {
	background-image: url(../layout/nav.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 960px;
}

#navfront {
	background-image: url(../layout/navfront.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 960px;
}

#navcontainer {
	height: 36px;
	margin-right: 95px;
	margin-left: 95px;
	padding-top: 5px;
}
.tdmain {
	background-image: url(../layout/main.jpg);
	background-repeat: no-repeat;
	height: 496px;
	width: 960px;
}
.tablemainbg {
	background-image: url(../layout/main_bg.jpg);
	background-repeat: repeat-y;
}
#mainbtm {
	background-image: url(../layout/main_btm.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 113px;
	width: 960px;
	color: #7EC5EF;
}
#footer {
	background-image: url(../layout/footershadow.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 960px;
}
.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.floatRight {
	float: right;
	padding-left: 8px;
	padding-bottom: 8px;
}

.floatLeft {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
#maincontent {
	text-align: left;
	margin-right: 20px;
	padding-right: 20px;
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 135%;
	color: #000000;
}

a {
text-decoration:none;
color:#0099FF;}

a:hover {
	text-decoration:underline;
	color:#009966;
}
.light {
	color: #333333;
}
#btmlinks {
	padding-top: 40px;
}
#copyright {
	text-align: center;
	padding-top: 20px;
	color: #CCCCCC;
	padding-bottom: 20px;
}

#copyright a {
	text-decoration:none;
	color:#FFCC00;
}

#copyright a:hover {
	text-decoration:none;
	color:#99FF00;
}

.style1 {
	font-size: x-small;
}
#header h1 {
	position: absolute;
	top: -100px;
	font-size: x-small;
}
#maincontent h1 {
	color: #536ABA;
}
#globe {
	float: left;
}
.bgcolor {
	border: thin solid #99CCFF;
}
#maincontent h1 {
	color: #536ABA;
	line-height: normal;
}
.olive {color: #999900}
