/* Standard CSS to reset all margins and padding to zero ---------------------------*/
* { 
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, form, label, fieldset, address {
	margin-bottom: 1em;
}
html {
	 /* to force scrollbars in all browsers */
	height:100%; 
	margin-bottom: 1px; 
}
/* End of standard CSS ------------------------------------------------------------*/
body {
	/* background:#000 url(images/bodybg.gif) repeat; */
	background-color:#000;
	font-family:arial, helvetica, sans-serif;
	font-size:1em;
	color:#030d74;
	margin:6px 0;
	padding:0;
}
a, a:visited, a:active { 
	text-decoration:underline; 
	color:#0099cc; 
	font-size:0.8em;
}
a:hover { 
	color:#ff0000; 
}
a.body, a:visited.body, a:active.body { 
	text-decoration:underline; 
	color:#0099cc; 
	font-size:1.0em;
}
a:hover.body { 
	color:#f00; 
}
h1 {
	font-size:1.7em;
	font-weight:bold;
	color:#030d74;
	font-style:normal;
}
h2 {
	font-size:1.2em;
	background:url(images/ua_h2_bg.png);
	width:572px;
	padding:4px;
	font-weight:bold;
	font-style:normal;
	color:#0099cc;
}
h3 {
	font-size:2em;
	color:#000;
	font-style:normal;
	margin-bottom:0.5em;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
	font-style:normal;
	color:#030d74;
}
h5 {
	font-size:1.0em;
	font-weight:bold;
	font-style:normal;
	color:#bbb;
}
h6 {
	font-size:1.2em;
	font-weight:bold;
	font-style:normal;
	color:#fff;
}
div.container {
	margin:0 auto;
	background-color:#fff;
	width:898px;
	border:1px solid #000;
}
div.heading {
	width:100%;
	height:66px;
	padding:0;
	background:#0099cc url(images/ua_header.png) center;
	cursor:pointer;
	color:#333333;
	text-align:center;
	font-size:2em;
	font-weight:bold;
	font-style:italic;
}
div.menu {
	width:100%;
	padding:10px 0 5px 0;
	background-color:#e2e2e2;
	color:#0099cc;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	border-bottom:solid 1px #000;
	border-top:solid 1px #000;
}
div.navigation {
	background:url(images/ua_logo_new.gif) 50% 15px no-repeat;
	width:115px;
	padding:115px 5px 15px 15px;
	margin:15px 0 0 0;
	color:#0099cc;
	text-align:left;
	float:left;
}
div.maincontent {
	width:697px;
	border-left:1px solid #999;
	padding:15px 25px 15px 25px;
	margin:15px 0;
	color:#030d74;
	text-align:left;
	float:right;
}
div.footer {
	clear:both;
	text-align:center;
	font-size:0.7em;
	height:15px;
	background-color:#e2e2e2;
	color:#0099cc;
	padding-bottom:12px;
	padding-top:10px;
	border-top:1px solid #000;
}
div.box {
	width:90%;
	padding: 15px;
	border: 1px solid #bbb;
	background-color:#e2e2e2;
}
div.news {
	color:#030d74;
	font-size:0.7em;
}
div.news a {
	font-size:1.0em;
}
p {
	font-style:normal;
}
p.links {
	line-height:1.4em;
}
div.links {
	line-height:1.4em;
}
div.links a {
	font-size:1.0em;
	line-height:1.4em;
}
ul {
	font-style:normal;
	list-style-position:inside;
}
p.body {
	/* text-indent:2em; */
	font-style:normal;
}
.small {
	font-size:0.8em;
}
p.smaller {
	font-size:0.9em;
}
p.large {
	font-size:1.2em;
}
p.larger {
	font-size:1.1em;
}
p.body_ni {
	font-style:normal;
}
#white {
	color:#030d74;
}
#blue {
	color:#0099ff;
}
#grey {
	color:#427D77;
}
div.newsletter {
 font-family:arial, helvetica, sans-serif;
 font-style:normal;
 text-align:left;
}
div.newsletter h1 {
 font-weight:bold; 
 font-size:1.4em;
 color:#0099ff;
 text-align:center;
}
div.newsletter h2 {
 font-weight:bold;
 font-size:1.2em;
 color:#030d74;
 margin-bottom:0;
 text-align:center;
}
div.newsletter h3 {
 font-weight:bold;
 font-size:1.1em;
 color:#030d74;
 margin-bottom:0;
 text-align:center;
}
div.newsletter h4 {
 font-weight:bold;
 font-size:1.1em;
 color:#030d74;
 margin-bottom:0;
 text-align:left;
}
div.newsletter p {
	text-indent:3em;
	margin-bottom:0;
}
div.newsletter p#ni {
	text-indent:0;
	margin-bottom:0;
}
div.newsletter_left {
	float:left;
	width:48%;
	padding-right:12px;
}
div.newsletter_right {
	float:right;
	width:48%;
	padding-left:12px;
}
div#clear {
	clear:both;
	text-align:center;
}
div.centered {
	text-align:center;
	color:#bbb; 
	border:1px solid #bbb; 
	padding:15px;
	text-indent:0;
	background-color:#2d2d2d;
}
div.centered p {
	text-indent:0;
}
div#noindent {
	text-indent:0;
}
div#noindent p {
	text-indent:0;;
}
div#cascade {
	font-size:1.2em;
	text-indent:0;
}
div#cascade p {
	text-indent:0;
}
p.small_ca {
	font-size:0.8em;
	margin-left:30px;
}
img.border {
	border:4px solid #000;
}
td.lists {
	padding:0.6em 0;
	border-bottom:1px solid #555;
}
div.constitution {
	text-align:left;
	font-size:0.85em;
	font-style:normal;
}
div.constitution li {
	list-style-position:inside;
}
span.indent {
	margin-left:40px;
}
div.sitemap a {
	font-size:0.8em;
	margin-left:30px;
}
div.sitemap a.mainlink {
	font-weight:bold;
	font-size:1.0em;
	margin-left:0;
}
div#minutes h2 {
	font-size:1.5em;
}
div#minutes h3 {
	font-weight:bold;
	margin:0;
	font-size:1.1em;
}
div#minutes h4 {
	font-weight:normal;
	margin:0;
	text-align:right;
	color:#030d74;
	font-size:1.0em;
}
div#minutes p {
	margin-left:70px;
	margin-bottom:0;
	width:550px;
}
.credits {
	font-size:10px;
	color:#fff;
	text-align:center;
}
.credits a {
	font-size:10px;
}
.thumbnails {
	border: 1px solid #000;
	background-color:#e2e2e2;
}
.fixedtd {
	width:120px;
	height:120px;
}
td:hover.thumbnails {
	border: 1px solid #ff0000;
}
img.thumbnails {
	border: 1px solid #000000;
}
td.artist {
	border: 1px solid #000;
	background-color:#e2e2e2;
	font-size:0.75em;
	text-align:left;
	padding:6px;
}
td.artist a {
	text-decoration:none;
}
img.right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border:solid 1px #000;
}
img.left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:solid 1px #000;
}
hr {
	text-align:left;
	width:98%;
	height:1px;
}
#newsflash {
	position:absolute;
	top:130px;
	left:415px;
	z-index:500;
	width:500px;
	background-color:#FCFFC4;
	border:solid 4px #000;
	padding:50px;
}
#newsbox {
	width:330px;
	padding:5px 15px 15px 15px;
	border:1px solid #000;
	float:right;
	margin:0 0 10px 15px;
	font-size:0.8em;
}
#services {
	border:1px solid #000;
	margin-bottom:20px;
	padding:20px;
	font-size:0.8em;
}

