/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/domo-bkg.jpg);
}


.logo {
	position: absolute;
	left: 130px;
	top: 10px;
	text-decoration: none;
	color: #FFFFFF;

}
.navigation {
	position: absolute;
	left: 550px;
	top: 160px;
}
.content {
	position: absolute;
	left: 95px;
	top: 220px;
}

.uni {
	position: absolute;
	left: 820px;
	top: 710px;
}



/*-----------------------body copy styling----------------------------- */

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
	line-height: 22px;
}
.bodycopy a:link {
	text-decoration: underline;
	color: #1F4B6C;
	padding: 3px;
	
	}
	
.bodycopy a:visited {
	text-decoration: underline;
	color: #1F4B6C;
	padding: 3px;
	
	}
	
.bodycopy a:hover {
	text-decoration: none;
	color: #1F4B6C;
	background-color: #f3ebd4;
	padding: 3px;
	
	}
	
.bodycopy a:active {
	text-decoration: none;
	color: #1F4B6C;
	background-color: #f3ebd4;
	padding: 3px;
	
	}

/*-----------------------small text styling----------------------------- */

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #999999;
}
.smalltext a:link {
	text-decoration: underline;
	color: #999999;
	padding: 3px;
	
	}
	
.smalltext a:visited {
	text-decoration: underline;
	color: #999999;
	padding: 3px;
	
	}
	
.smalltext a:hover {
	text-decoration: none;
	color: #1F4B6C;
	background-color: #f3ebd4;
	padding: 3px;
	
	}
	
.smalltext a:active {
	text-decoration: none;
	color: #1F4B6C;
	background-color: #f3ebd4;
	padding: 3px;
	
	}

