body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: black;
	background: white;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, th {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	text-align: center;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

p {
	font-size: 1em;
}

a.link {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	background-color: transparent;
	color: #0036D7;
}

a.link:hover {
	text-decoration: none;
	background-color: transparent;
	color: #FF6600;
}
a.button {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 20px;
	border: 1px solid #333333;
	background-color: #5F7CE2;
	color: #FFFFFF;
}

a.button:hover {
	text-decoration: none;
	padding: 4px 20px;
	border: 1px solid #333333;
	background-color: #EBA341;
	color: #FFFFFF;
}

.center {
	text-align: center;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.Padded10px {
	padding: 10px;
}

div#Header {
	border-width: 0px;
	width: 100%;
	background: url(../images/BG_Top_Mathletics.jpg) top left repeat-x;
	left: 0px;
}

div#NewHeader {
	border: none;
	width: 100%;
	height: 80px;
	left: 0px;
	top: 0px;
	background-image: url(http://images.3plearning.com/scs/topbanner_filler.jpg);
	background-repeat: repeat-x;
}	

div#WMDHeader {
	border: none;
	width: 100%;
	height: 100px;
	left: 0px;
	top: 0px;
	background-image: url(http://images.3plearning.com/wmd/bg_static.jpg);
	background-repeat: repeat-x;
}


div#Header img {
	border: none
}

div#Navigation {
	width: 720px;
	margin: 4px 20px;
	padding: 2px 10px;
	text-align: left;
}

div#Navigation ul {
	margin: 0px;
	padding: 0px;
}

div#Navigation li {
	display: inline;
	margin: 0.1em 0.1em;
}

div#Navigation a {
	text-decoration: none;
	color: #0E2B8D;
	background-color: transparent;
}

div#Navigation a:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}

div#MainContent p {
	padding: 0px 20px;
	line-height: 1.2em;
}

div#MainContent {
	width: 720px;
}

div span#TeacherName {
	padding: 2px 0px;
	font-weight: bold;
	font-size: 110%;
}
