body {
	background-color: #000000;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

/*styles for intro page*/
#intro {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
}

#intro a {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#intro a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a {
	background-color: #ffffff;
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	background-color: #ffffff;
	color: #551A8B;
}

h1 {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	clear: both;
}
.center {
	text-align: center;
}

.medium {
	font-size: medium;
}

.required {
	background-color: #ffffff;
	color: #ff0000;
}

#classesTable {
	margin: 0px auto 0px auto;
}

.spacedTable td {
	padding-right: 10px;
	padding-bottom: 10px;
}

.contentStretch {
	width: 100%;
}

.rightAlign {
	text-align: right;
}

td {
	vertical-align: top;
}

#outerContainer {
	position: relative;
	width: 780px;
	background: #ffffff url(images/bg.gif) no-repeat top left;
	color: #000000;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#innerContainer {
	position: relative;
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
}

#header {
	position: relative;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}

.title {
	font-size: 24px;
}

.noBold {
	font-weight: normal;
}

#leftHeader {
	position: relative;
	width: 105px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#rightHeader {
	position: relative;
	width: 105px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: right;
	font-size: 14px;
}

#centerHeader {
	position: relative;
	width: 540px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/*code for dropdown menu*/

#menu {
position: absolute; /* Menu position that can be changed at will */
top: 95px;
left: 0px;
z-index:100;
width: 100%; /* precision for Opera */
}

#menu dl, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu dl {
	float: left;
	width: 20%;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-color: #000000;
	color: #ffffff;
	border-top: medium solid #cccccc;
	border-left: thin solid #cccccc;
	border-right: thin solid #cccccc;
	padding: 5px 0px 5px 0px;
}

#menu dd {
	display: none;
	border: 1px solid #cccccc;
	border-top: none;
}

#menu li {
	text-align: center;
	background: #000000;
	border-top: 1px solid #cccccc;
}

#menu li a, #menu dt a {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu li a {
	font-size: 14px;
}

#menu li a:visited, #menu dt a:visited {
	background-color: #000000;
	color: #ffffff;
}

#menu li a:hover, #menu li a:focus {
background-color: #0000ff;
color: #ffffff;
}
/*end code for dropdown menu*/

#headPics {
	position: relative;
	width: 760px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	clear: both;
}

#mainContent {
	position: relative;
	width: 760px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 300px;
}

#footer {
	position: relative;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-top: medium solid #000000;
	font-size: small;
	text-align: center;
	clear: both;
}

#bottomNav {
	position: relative;
	background-color: #000000;
	color: #ffffff;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: small;
	text-align: center;
	font-weight: bold;
}

#bottomNav a {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

#bottomNav a:hover {
	text-decoration: underline;
}

#bottomNav a:visited {
	background-color: #000000;
	color: #ffffff;
}

#copyright {
	position: relative;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	text-align: center;
}

/*styles for home page 3 columns*/
#homePageContainer {
	position: relative;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#leftHomePage {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	float: left;
}

#rightHomePage {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	float: right;
}

#centerHomePage {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 250px;
}

.blackStrip {
	width: 250px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
}

.blackStrip a {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}
