body {
	background-image: url("../images/universalbar.background.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #191F24;	
}

#page {
	position: relative;
	width: 726px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 112px; /*adds place for the absolutly positioned header*/
	padding-bottom: 25px;
}

#sitenav {
	width: 714px;
	padding: 7px 5px 7px 7px;
	background-color: #191F24;
	margin-bottom: 10px;
}

#sitenav ul { list-style: none; }

#sitenav li {
	float: left;
	width: 110px;
	padding-left: 8px;
	padding-bottom: 11px;
	border-left: 1px solid #323A43;
	line-height: 15px;
	
}

#sitenav li ul, #sitenav li ul li {
	float: none;
	border-left: none;
	padding-bottom: 0;
}

#sitenav li ul li { padding-left: 0; }

#sitenav a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: inherit;
}

#sitenav li a {
	font-size: 11px;
	font-weight: bold;
}

#sitenav ul li a { text-transform: uppercase; }

#sitenav ul li ul li a { text-transform: none; }

#sitenav li ul li a { font-weight: normal; }

#sitenav #news, .pink { color: #E50C9E; }
#sitenav #gig, .red { color: #D52523; }
#sitenav #menu, .green { color: #1EA124; }
#sitenav #functions, .blue { color: #0076D4; }
#sitenav #vip, .yellow { color: #F1AB00; }
#sitenav #home, .violet { color: #393DB9; }

#sitenav a:hover { color: #C8C8C8; }

#sitenav #news:hover { color: #A8127A; }
#sitenav #gig:hover { color: #9D2323; }
#sitenav #menu:hover { color: #1D7A24; }
#sitenav #functions:hover { color: #075CA0; }
#sitenav #vip:hover { color: #B1810B; }
#sitenav #home:hover { color: #2F348D; }

#homePage { /*link to homepage - invisible, stays on top of the ub logo in the middle top*/
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 120px;
	height: 100px;
	margin-left: -60px;
}

#content {
	padding: 7px;
	background-color: #EFF0F1;
}

#content h1 { margin-bottom: 40px; }

#content h2, #content p { line-height: 16px; }

#content h2 {
	padding-bottom: 2px;
	font-size: 14px;
}

#content p, #content a, #content table, #content ul, #content ol { color: #191F24; }

#content p {
	font-size: 12px;
	margin-bottom: 8px;
}

#content p.strong {
	font-weight: bold;
	margin-bottom: 2px;
}

#content #columnOne img.float {
	float: left;
	margin-right: 14px;
}

#content a {
	font-style: italic;
	text-decoration: none;
	color: #666666;
}

#content a.document {
	font-size: 12px;
	padding-left: 14px;
	margin-bottom: 2px;
}

#content img.topbar { margin-bottom: 26px; }

#columnOne, #columnTwo, #columnThree { float: left; }

#columnThree { width: 203px; }

#columnOne {
	border-right: 1px solid #989EA5;
	width: 508px;
	min-height: 450px;
}

* html #columnOne { height: 450px; }

#columnOne h1, #columnOne h2, #columnOne p, #columnOne img, #columnOne table, #columnOne ul, #columnOne ol { padding-left: 14px; }

#columnOne p { width: 465px; }

#columnOne img { margin-bottom: 14px; }

#columnThree h2, #columnThree p { padding-left: 8px; }

#columnOne table { font-size: 12px; }

* html #columnOne table, * html #columnOne ul { margin-left: 14px; }

* html #columnOne ol { margin-left: 25px; }

#columnOne table thead { font-weight: bold; }

#columnOne table td {
	padding-bottom: 8px;
	padding-right: 8px;
}

#columnOne ul, #columnOne ol {
	font-size: 12px;
	margin-bottom: 8px;
	margin-left: 14px;
}

#columnThree a { font-style: normal !important; }

#footer {
	background-color: #EFF0F1;
	padding: 7px 7px 0 7px;
}

#footer-a {
	border-top: 1px solid #989EA5;
	position: relative;
}

#footer h1 {
	margin-top: 20px;
	margin-left: 7px;
	color: #747C85;
	font-size: 11px;
	float: left;
	display:inline;
}

#footer-a p {
	display: block;
	position: absolute;
	top: 20px;
	left: 523px;
	width: 180px;
	color: #747C85;
	font-size: 11px;
	line-height: 15px;
}

#footer-a p a {
	margin-right: 10px;
	color: #747C85;
	text-decoration: none;
}

#logoContainer {
	float: left;
	width: 435px;
	min-height: 68px;
}

* html #logoContainer { height: 68px; }

div.clearDiv {
	line-height: 1px;
	clear: both;
}

img.map { margin-top: 10px; }

#content .pink { color: #E50C9E; }
#content .red { color: #D52523; }
#content .green { color: #1EA124; }
#content .blue { color: #0076D4; }
#content .yellow { color: #F1AB00; }
#content .violet { color: #393DB9; }