/* CSS Document */


#listArt a:link { color: white; }
#listMusic a:link { color: white; }
#listTheater a:link { color: white; }
#listAdmin a:link { color: white; }
#listCenter a:link { color: white; }

#listArt a:visited { color: #DDDDDD; }
#listMusic a:visited { color: #DDDDDD; }
#listTheater a:visited { color: #DDDDDD; }
#listAdmin a:visited { color: #DDDDDD; }
#listCenter a:visited { color: #DDDDDD; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

blockquote {
	font-style: italic;
}

/* ID Styles - header */
#navbar_style {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 7;
 /*	width: 100%; */
}
#skiplink {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	display: inline;
}

#skiplink img {
	border-style: none;
}

#FAborder {
	position: relative;
	top: -10px;
	left: 0px;
	background-color:#313176;
 /*	width: 100%; */
	z-index: 5;
}

#FAnav {
	position: relative;
	top: 0px;
	left: -1px;
	padding: 5px;
 /*	width: 100%; */
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	list-style-type: none;
	color: white;
	font-size: medium; 
	font-family: "Times New Roman", Times, serif;
}

#listArt {
	position: absolute;
	top: 5px;
	left: 1%;
	width: 10%;
	text-align: left;
	display: inline;
}

#listMusic {
	position: absolute;
	top: 5px;
	left: 11%;
	width: 12%;
	text-align: left;
	display: inline;
}

#listTheater {
	position: absolute;
	top: 5px;
	left: 198px;
	width: 12%;
	text-align: left;
	display: inline;
}

#listAdmin {
	position: absolute;
	top: 5px;
	left: 35%;
	width: 25%;
	text-align: left;
	display: inline;
}

#listCenter {
	position: absolute;
	top: 5px;
	left: 60%;
	width: 40%;
	text-align: left;
	display: inline;
}

