/* CSS Document */
body{
	margin:0px;
	background-color: #FCFCC7;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
}

.viareLogo {
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 180px;
	top: 0px;
	padding: 5px;
}
.viareMan {
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 90px;
	top: 80px;
	padding: 5px;
}
.uapLogo{
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 830px;
	top: 80px;
	padding: 5px;
}
.tag{
	margin-top:5px;
	padding:5px;	
}
.buttons{
	padding:5px;
	z-index:1;
	visibility: visible;
	position:absolute;
	top:280px;
	left:240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.smallText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.recent{
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 80px;
	top: 315px;
	padding: 5px;	
	width:90px;	
        text-align: right;
}
.rightContent {
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 810px;
	top: 315px;
	padding: 5px;
	width:130px;
	text-align: left;
}
.marquee {
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 230px;
	top: 225px;	
	border: 1px solid #000000;
}
.main {
	position: absolute;
	visibility: visible;
	z-index: 1;
	top: 300px;
	left: 225px;
	width:540px;
	height: 375px;	
}
.footer {	
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 295px;
	top: 680px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-bottom:30px;	
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
#dropmenudiv{
position:absolute;
border:1px solid #999999;
border-bottom-width: 0;
font:normal 10px Arial;
z-index:2;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#FFCC00;
color:#ffffff;
}
.footerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
