/* CSS Document */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;
}

/* This is the header area  */

#headerleft {
	color: #FFFFFF;
}
#headerright {
	color: #FFFFFF;
}

/* This is the horizontal menu */

#horizmenu {
	background-color: #FFFFFF;
}

/* This is the full content area, which consists of one column */

#content {
	background-color: #FFFFFF;
	margin-top:10px;
	padding-bottom:10px;
	font-size: small;
}
#content h1{
	font-size: large;
	padding-top: 20px;
}

/* This is the footer with the copyright language and contact info */
#footer {
	background-color: #FFFFFF;
	color: #666666;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0033;
	text-decoration: underline;
}
#footer a:active {
	color: #666666;
	text-decoration: none;
}

/* Other stuff */

.photoRight {
	padding: 5px;
	width: 260;
	float: right;
	font-size: x-small;
	color: #666666;
	text-align: center;
	margin-left: 10px;
}
.photoLeft {
	padding: 5px;
	width: 260;
	float: left;
	font-size: x-small;
	color: #666666;
	text-align: center;
	margin-left: 10px;
}
.photoTable td{
	padding: 5px;
	font-size: x-small;
	color: #666666;
	text-align: center;
}
.announcement {
	background-color: #EBEBEB;
	padding: 5px;
	width: 80%;
	border: thin double #9D031E;
	float: left;
	margin-left: 8%;
}
.tabulardata {
	color:#333333;
	border: 1px solid #EBEBEB;
}
.tabulardata th{
	background-color: #666666;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.tabulardata td{
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.redText {
	color: #CC0000
}
.graySmall {
	color: #999999;
	font-size: x-small;
}
.courseID {
	font-weight: bold;
	background-color: #EBEBEB;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
}
.indexContent p{
	font-size: 9px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
.indexContent a{
	color: #CCCCCC;
}
.indexContent a:hover {
	text-decoration: underline;
}
.indexContent h1{
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
.thumbs {
	color: #666666;
	font-size: x-small;
	float: left;
	width: 100px;
	padding: 10px;
	text-align: center;
	height: 210px;
}
.thumbs img {
	padding-bottom: 5px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
