
/*home page styles begin here*/

body{
    font-size: medium;
    background: #eee; 
    }

*html body{
	font-size: small; /*for IE5/Win */
	f\ont-size: normal; /* for other IE version*/
	}		

#container{
    width: 860px;
    margin: 0 auto;
    text-align: left;
    background: #eee;
    border-left: 1px dotted gray;
    border-right: 1px dotted gray;
    }

#header{
    background: black;
    height: 260px;
    width: 860px;
    }

#navlist{
    width: 834px;
    margin: 0;
    padding: 5px 0 0 26px;
    list-style: none;
    background: black;
    float: left;
    }

#navlist li{
    float: left;
    margin: 0 5px 0 0;
    padding: 10px 5px 10px 5px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 95%;
    list-style: none;
    }

#navlist li a{
    float: left;
    display: block;
    margin: 0px;
    padding: 4px 8px;
    color: white;
    text-decoration: none;
    border: 2px solid black;
    border-left: solid gray;
    border-bottom: 1px solid white;
    padding: 0px 2px 2px 2px;   
    background: black;
    }

#navlist a:hover{
    color: black;
    font-style: bold;
    border-color: gray;
    padding-bottom: 0px;
    background: white;
    } /*styles for menu end here*/


#navlist a:link{
	color: white;
	}

	
#navlist a:hover{
    color: black;
    border-color: gray;
    padding-bottom: 0px;
    background: white;
    }

#navlist a:active{
	color: gray;
	background-position: 0 -40px;
	}
	
#logo{
	width: 400px;
	height: 200px;
	text-indent: -5000px;
	background: url(UCTlogo1.JPG) no-repeat;
	float: left;
	}

#stagephoto_5{
	width: 460px;
	height: 200px;
	background: black;
	text-indent: -5000px;
	background: url(stagephoto_5.jpg) no-repeat;
	float: right;
	}

#content{
    float: left;
    width: 75%;
    margin-left: 0%;
	text-align: left;
    }

#maincontent{
	margin-left: 75px;
	font-size: 90%;
	line-height: 1.3em;
	}

#introChatter{
	text-align: left;
	padding-left: 86px;
	padding-top: .4px;
}

#onstage{
	font-family: "Lucida Grande", sans-serif;
	font-size: 110%;
	letter-spacing: .2em;
	background: white;
	color: black;
	font-style: italic;
	padding: 8px;
	text-indent: 10px;
	text-align: center;
}

.drop{
	float: left;
	font-size: 250%;
	line-height: 1em;
	margin: 4px 10px 10px 0;
	padding: 4px 10px;
	border: 2px solid #ccc;
	background: #eee;
	}

#upcoming{
	font-family: "Lucida Grande", sans-serif;
	color: #eee;
	font-size: 90%;
	font-style: italic;
	text-align: center;
 	text-indent: 0px;
	letter-spacing: .2em;
	background: white;
	color: black;
	padding: 8px;
	border-top: 5px groove gray;
	}

#newsChatter{
	text-align: left;
	padding-left: 95px;
	}

ul{
	list-style: disc;
	}

.unchained{
	float: left;
	font-size: 250%;
	line-height: 1em;
	margin: 4px 10px 10px 0;
	padding: 4px 10px;
	border: 2px solid #ccc;
	background: #eee;
	}

#sidebar_right{
    float: right;
    width: 25%;    
    background: #800000;
       color: white;	
	padding-bottom: 77px;
    }

h3{
	font-family: "Lucida Grande", sans-serif;
    font-size: 90%;
    letter-spacing: .2em;
    text-align: center;
    color: #800000;    
	background-color: #D6D6D6;
    border-bottom: 5px gray groove;
    border-top: 5px gray groove;
    padding-top: 3px;
    }

#videoPlayer{
	text-align: center;
	font-size: 80%;
}

h4{
	font-family: "Lucida Grande", sans-serif
	text-align: center;
	text-decoration: underline;
	}
p{
	text-align: left;
	padding: 5px;
}

#sidebar_left{
    float: left;
    width: 25%;
    background: black;
    padding-bottom: 204px;
}

#sidebar_left h4{
    font-family: "Lucida Grande", sans-serif;
    font-size: 90%;
    letter-spacing: .2em;
    text-align: center;
    color: #800000;
	background-color: #D6D6D6;
    border-bottom: 5px gray groove;
    border-top: 5px gray groove;
    padding-top: 3px;
    }

#sidebar_left dl{
    font-size: 70%;
    font-family: "Lucida Grande", sans serif;
    letter-spacing: .07em;
    text-align: left;
    color: white;
    padding: 8px;
    }

#sidebar_left dd{
    font-family: "American Typewriter", Arial Black, Helvetica, sans serif;
    font-size: 80%;
    color: white;
    text-align: center;
    padding-bottom: 4px;
    }

#sidebar_left p{
    font-style: italic;
    color: white;
    text-align: center;
	padding-top: 2px;
	
}

#sidebar_left dc{
    font-size: 70%;
    font-family: "Lucida Grande", sans serif;
    letter-spacing: .07em;
    text-align: left;
    color: white;
    padding: 3px;
    }


#footer{
    font-family: "Arial Black", Helvetica, sans serif;
    font-size: 70%;
	background: #D6D6D6;
    clear: both;
    border-top: 5px groove black;
    text-align: center;
    padding-bottom: 1px;
    }

#footer li{
    display: inline;
    font-size: 90%;
    padding: 2px;
    }   

/*Home page styles end here.*/
