/* CSS Document */
.PageStyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#3366FF;
}
p {
	font-size: 13px;
	color: #FFFFFF;
}
td {
	background-color:#3366CC;
}
td.MenuItems {
	padding: 5px;
	color: #FFFFFF;
	font-size: 20px;
	width: 60px;
	height: 60px;
	text-align: center;
}
td.MenuItems:hover {
	background-color: #66FF00;
	cursor: pointer;
	cursor: hand;
}
td.TagLine {
	padding: 5px;
	font-size: 16px;
	color: #66FF00;
	width: 80px;
}
td.Content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
.CourseLink:hover {
	color: #66FF00;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatLeft { 
    float: left; 
    margin: 4px;
    clear: both; 
}
p.Intro {
	font-size: 16px;
	color: #FFFFFF;
}
p.About {
	font-size: 16px;
	color: #FFFFFF;
}

