BODY {
	margin: 0px;
	padding: 3px;
}

#ua_Logo {

}

#ua_Logo H1 span {
	display: none;
}

#ua_Logo H1 {
	background-image: url(/images/ua.org/ua.org_logo.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 286px;
	padding: 0px;
	margin: 0px;
}

#ua_Header {
	z-index: 1;
	position: absolute;	
	right: 3px;
	top: 30px;
	height: 18px;
	background-color: silver;
	border: 2px solid silver;
	border-width: 2px 2px 0px 2px;
	border-color: #eee #999 #999 #eee;
	font-size: 11px;
	padding-top: 3px;
	cursor: default;
}

#ua_Header UL {	
	margin: 0px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	display: inline;
}

#ua_Header LI {
	display: inline;
	border-right: 1px solid gray;
	border-left: 1px solid white;
	line-height: normal;
	text-transform: lowercase;
}

#ua_Header LI.first {
	border-left: none;
}

#ua_Header LI.last {
	border-right: none;
}

#ua_Header A {
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: sans-serif;
}

DIV.ua_heading {
	z-index: 2;
	background-color: #9CC3E7;
	border: 1px solid black;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
}

DIV#left {
	position: absolute;
	top: 81px;
	left: 3px;
	width: 150px;
	float: left;
	padding-right: 7px;
}

.blockheader {
	background-color: #9CC3E7;
        border: 1px solid black;
        padding: 3px;
        font-size: 11px;
        font-weight: bold;
}

.block {
	background-color: #eee;
	margin-bottom: 7px;
	font-size: 11px;
}

DIV#content .blockcontent {
	font-size: 13px;
	padding: 3px;
}

DIV#right {
	position: absolute;
	width: 150px;
        float: right;
        padding-left: 7px;
	right: 3px;
	top: 81px;
	overflow: hidden;
}

DIV#content {
	margin: 0 160px 0 160px;
}

DIV#footer {
	clear: both;
	margin-top: 7px;
}

DIV.ua_news {
	background-color: white;
	padding-bottom: 7px;
	font-size: 13px;
}

DIV.ua_newsheading {
        background-color: #9CC3E7;
        border: 1px solid black;
        padding: 3px;
        font-size: 12px;
        font-weight: bold;
}

DIV.ua_newscontent {
	padding: 3px;
	text-align: justify;
}

DIV.ua_newsfooting {
	border: 1px solid silver;
	padding: 3px;
	font-size: 11px;
	text-align: right;
}

.left {
	float: left;
}

.right {

}

.center {
	text-align: center;
}

/*
#hintwindow {
	border: 1px solid black;
	background: #9CC3E7;	
	color: black;
	font-size: 80%;
}

#hintwindowtext {
	border: 1px solid #26629C;
	padding: 2px;	
}
*/