@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

h2 {
	font-size: 16px;
	color: #969999;
	text-align:left;
	margin-left:50px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.school {
	font-style: italic;
	color: #595A50;
}
h3 {
	font-size: 14px;
	color:#5E5A50;
	text-align:left;
	margin-left:50px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}




a:link {
	color: #A5B284;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A5B284;
}
a:hover {
	text-decoration: none;
	color: #D3E5AB;
}
div.hr {
	height: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
div.hr hr {
  display: none;
}
a:active {
	text-decoration: none;
	color: #A5B284;
}

#page {
	width: 700px;
	background-color: #0A0A0A;
	padding: 12px;
	border: thin solid #333;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#page ul {
	height: 400px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #000;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-style: normal;
	font-weight: lighter;
}
#page p {
	text-align: left;
	width: 600px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.videoclip {
	margin: 0px;
}
#page ul li {
	list-style-type: none;
	float: left;
	height: 100px;
	width: 100px;
	margin: 20px;
	border: 1px solid #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 22px;
	padding-left: 10px;
}
#page ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
