body {
		background-color: rgb(205,211,255);
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#example {
	position: relative;
	width: 770px;
	height: 250px;
}

.slide-image {
	position: absolute;
	width: 770px;
	height: 250px;
	background-color: rgb(205,211,255);
	background-position: center center;
	background-repeat: no-repeat; 
}

#header {
		width: 770px;
		height: 250px;
		
		margin-left: auto;
		margin-right: auto;
		
		background-image: url(images/blankhomeheader.gif);
		background-repeat:no-repeat;
}
		
#main {
		position: relative;
		width: 770px;
		height: 800px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(images/homemain.jpg);
		background-repeat: no-repeat;
}
		
#navbar {
		width: 770px;
		height: 150px;
		
		margin-left: auto;
		margin-right: auto;
		
		background-image: url(images/homenav.gif);
}

.navlink {
	width: 150px;
	color: rgb(205,211,255);
	
	font-weight:normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:17px;
	text-decoration: none;
}

.navlink:hover {
	color: rgb(214,2,37);
}

#navbar table {
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 10px;
}

#navbar td {
	padding: 0px 9px 0px 9px;
}

#content {


	position: relative;
	top: 0px;
	left: 145px;
	width: 605px;
	height: 770px;
	text-align: center;

}

#announcement {
	font-size: 16px;
	text-align: center;
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	color:rgb(205,211,255);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-width: 0px;
	border-style: none;
}

#announcement table {
	margin: 5px auto 0px auto;
}

#bodyparagraph {
	font-size: 16px;
	text-align: center;
	width: 605px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	color:rgb(205,211,255);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-width: 0px;
	border-style: none;
	
}

#side {
	position: absolute;
	left: 15px;
}

#vidlinktext {
	color: rgb(205,211,255);
	text-decoration: none;
	position: relative;
	top: 5px;
	font-size: 15px;
}

#vidlinktext:hover {
	color: rgb(209,132,16);
}

#vidlink {
	position: absolute;
	width: 108px;
	height:108px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(repertory/videos/images/uts2blackshade.jpg);
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	text-transform: none;
	text-align: center;
}

#vidlink:hover {
	background-image: url(repertory/videos/images/uts2black.jpg);
}


.contactintro {
	width: 150px;
	color: rgb(205,211,255);
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 130px;
	left: 20px;
}

.contact1 {
	width: 200px;
	color: rgb(205,211,255);
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 185px;
	left: 35px;
}

.contact2 {
	width: 300px;
	color: rgb(205,211,255);
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 270px;
	left: 100px;
}

.email {
	color: rgb(209,132,16);
}

#credits {
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: rgb(50,50,50);
}

#de1 {
	width: 108px;
	height: 108px;
	background-image: url(repertory/images/de1blue.png);
	background-position: 0px -108px;
}

#de1:hover {
	background-position: 0px 0px;
}

#de2 {
	width: 108px;
	height: 108px;
	background-image: url(repertory/images/de2blue.png);
	background-position: 0px -108px;
}

#de2:hover {
	background-position: 0px 0px;
}

#uts1 {
	width: 108px;
	height: 108px;
	background-image: url(repertory/images/uts1blue.png);
	background-position: 0px -108px;
}

#uts1:hover {
	background-position: 0px 0px;
}

#v1 {
	width: 108px;
	height: 108px;
	background-image: url(images/v1.png);
	background-position: 0px -108px;
}

#v1:hover {
	background-position: 0px 0px;
}

.video {
	margin: 0px 0px 0px 0px;
}

.caption {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 108px;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

a {
	color: rgb(214,2,37);
}

