body{
    font-size: medium;
    background: #eee; 
    }

#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: 280px;
    width: 860px;
    }

#navlist{ /*styles for menu begin here*/
    width: 834px;
    margin: 0;
    padding: 5px 0 0 26px;
    list-style: none;
    background: black;
    float: left;
    border-bottom: 10px groove gray;	`
    }

#navlist li{
    float: left;
    margin: 0 1px 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 8 px;
    color: white;
    text-decoration: none;
    border: 2px solid black;
    border-left: solid gray;
    border-bottom: 1px solid white;
    padding: 0 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*/

#navlist2{
    width: 834px;
    margin: 0;
    padding: 5px 0 0 26px;
    list-style: none;
    background: black;
    float: left;
    border-bottom: 10px groove gray;	`
    }

#navlist2 li{
    float: left;
    margin: 0 1px 0 0;
    padding: 10px 5px 10px 5px;
    font-family: "Lucida Grande", sans-serif;
    font-size: 75%;
    list-style: none;
    }

#navlist2 li a{
    float: left;
    display: block;
    margin: 0px;
    padding: 4px 8 px;
    color: white;
    text-decoration: none;
    border: 2px solid black;
    border-left: solid gray;
    border-bottom: 1px solid white;
    padding: 0 2px 2px 2px;   
    background: black;
    }

#navlist2 a:hover{
    color: black;
    font-style: bold;
    border-color: gray;
    padding-bottom: 0px;
    background: white;
    }


#logo{
	width: 400px; /*UCT logo image in header*/
	height: 200px;
	text-indent: -5000px;
	background: url(UCTlogo1.JPG) no-repeat;
	float: left;
	}

#stagephoto_5{ /*photo image in header*/
	width: 460px;
	height: 200px;
	background: black;
	text-indent: -5000px;
	background: url(stagephoto_5.jpg) no-repeat;
	float: right;
	}

#maincontent h3{
	font-family: "Lucida Grande", sans-serif;
	font-style: bold;
	font-size: 95%;
	letter-spacing: .2em;
	line-height: 1.2em;
	background: black;
	color: white;
	padding: 8px;
	margin-left: 0px;
	margin-right: 0px;
	text-indent: 10px;
	border-bottom: 10px gray groove;
	border-top: 10px gray groove;
	}	

#maincontent h4{
	font-family: Monaco, Arial, sans serif;
	border-bottom: 10px groove #710000;
	}

#content{
	font-style: "American Typewriter", Arial Black, Helvetica, sans serif;
	font-size: 110%;
	line-height: 1.2em;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 0px;
	padding-top: 30px;
	background: white;
	border: 1px dotted black;
	}

#maincontent{
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	}

#shortmenu{
	text-align: center
	}

#shortmenu_list li{
	display: inline;
	border-right: 3px;
	padding-right: 5px;
	color: gray;
}


#students{
	text-align: center;
	line-height: 3em;
	}
	
a:link{
	color: blue;
	text-decoration: none;
	border-bottom: 1px dotted blue;
	}
	
a:visited{
	color: purple;
	}
	
a:hover{
	color: gray;
	background: white;
	border-bottom: 1px dotted blue;
	}
	
a:active{
	color: green;
	border-bottom: 1px dotted green;
	}

ul li{
	list-style-type: square;
	line-height: 1.5em;
	}

h2{
	font-family: Arial, Helvetica, sans serif;
	}

#studentsrow_1{
	margin-left: 30px;
	border-bottom: 2px dotted white;
	}

#amber{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#anshrea{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#antonitio{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#arkeema{ 
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#arkeena {
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#aysa { /*Copy this code -- for aysa -- to use on the sixth right photo of each row, 
so a border background is added to the right*/
	float: left;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border-bottom: 30px solid black;
	border-right: 30px solid black; /*this code adds border color to the right side 
	of the last photo in each row, to maintain layout look.*/
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#studentsrow_2{
	margin-left: 30px;
	border-bottom: 2px dotted white;
	}

#brian{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#cedric{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#crystal{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#donaven{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#emmanuel{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#epiphany{ /*last photo in second row - includes border-right specification*/
	float: left;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border-bottom: 30px solid black;
	border-right: 30px solid black; /*this code adds border color to the right side 
	of the last photo in each row, to maintain layout look.*/
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#studentsrow_3{
	margin-left: 30px;
	border-bottom: 2px dotted white;
	}	

#george{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#greg{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#jacqueline{ /*no photo avaiable -- UCT logo substituted.*/
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#lauren{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#mandela{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#nolan{ /*last photo in third row - includes border-right specification*/
	float: left;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border-bottom: 30px solid black;
	border-right: 30px solid black; /*this code adds border color to the right side 
	of the last photo in each row, to maintain layout look.*/
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#stanisha{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#taivon{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#terrone{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#tynesha{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#warren{ /*This is the last photo in the "current students" section -- extra pixels 
were added to the 'border-right' attribute to increase the black-space to meet the right 
margin. Adjust as necessary.*/
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-right: 140px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
/*Begin styles for photo section of Graduate Members here*/

#graduates{
	text-align: center;
	line-height: 5em;
	}
	
#graduatesrow_1{
	margin-left: 30px;
	border-bottom: 2px dotted white;
}

#akette{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#darrell{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#darryl{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#fanetha{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#jermaine{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#nia{  /*last photo in first row of "graduates" section - includes border-right specifications*/
	float: left;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border-bottom: 30px solid black;
	border-right: 30px solid black; /*this code adds border color to the right side 
	of the last photo in each row, to maintain layout look.*/
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#graduatesrow_2{
	margin-left: 30px;
	border-bottom: 2px dotted white;
}

#quaina{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#samantha{ /*This is the last photo in the "graduates" section -- extra pixels 
were added to the 'border-right' attribute to increase the black-space to meet the right 
margin. Adjust as necessary.*/
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-right: 470px solid black; /*change these pixels if more photos are added to this row.*/
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#inactive{
	text-align: center;
	line-height: 5em;
	}
	
#inactiverow_1{
	margin-left: 30px;
	border-bottom: 2px dotted white;
}

#aaron{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#antwaun{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#asia{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#britany{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#brittany{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}	
	
#byron{ /*last photo in first row of inactive members section. adds border-right specification.*/
	float: left;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border-bottom: 30px solid black;
	border-right: 30px solid black; /*this code adds border color to the right side 
	of the last photo in each row, to maintain layout look.*/
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#inactiverow_2{
	margin-left: 30px;
	border-bottom: 2px dotted white;
}

#candice{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#denesha{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}
	
#mariah{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}	

#martika{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}	

#maurice{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}	

#peggy{ /*last photo in second row of inactive members section. adds border-right specification.*/
	float: left;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border-bottom: 30px solid black;
	border-right: 30px solid black; /*this code adds border color to the right side 
	of the last photo in each row, to maintain layout look.*/
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#inactiverow_3{
	margin-left: 30px;
	border-bottom: 2px dotted white;
}

#rita{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#shana{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}


#stacey{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#zinda{ /*This is the last photo in the "inactive members" section -- extra pixels 
were added to the 'border-right' attribute to increase the black-space to meet the right 
margin. Adjust as necessary.*/
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-right: 250px solid black; /*change these pixels if more photos are added to this row.*/
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
	}

#adults{
	text-align: center;
	line-height: 5em;
	margin-left: 30px;
	}
	
#adultsrow_1{
	border-bottom: 2px dotted white;
	}

#chris_y{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
}

#caleb{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
}

#fields{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
}

#jermaine_adult{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
}

#johnetta{
	float: left;
	border-top: 30px solid black;
	border-left: 30px solid black;
	border-bottom: 30px solid black;
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
}

#justin_adult{
	float: left;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border-bottom: 30px solid black;
	border-right: 23px solid black; /*this code adds border color to the right side 
	of the last photo in each row, to maintain layout look.*/
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
}

#adultsrow_2{
	border-bottom: 2px dotted white;
	}

#sammie_adult{
	float: left;
	border-left: 30px solid black;
	border-top: 30px solid black;
	border-bottom: 30px solid black;
	border-right: 578px solid black; /*this code adds border color to the right side 
	of the last photo in each row, to maintain layout look.*/
	line-height: .1em;
	text-align: center;
	background: black;
	color: white;
}


#closing{ /*place-holder code in case you want to make closing remark on this page.*/
	clear: both;
	text-align: center;
	background-color: #710000;
	color: #E0E0E0;
	border: 1px dotted black;
	letter-spacing: .1em;
	}
	
	
#footer{
    font-family: "Arial Black", Helvetica, sans serif;
    font-size: 70%;
    background: gray;
    float: none;
    border-top: 5px groove black;
    text-align: center;
    padding-bottom: 1px;
    clear: both;
    }
    
#footer li{
    display: inline;
    font-size: 90%;
    padding: 2px;
    }   
