body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-collapse: collapse;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

img {
	border: 0px;
}

li {
	font-size: 12px; 
	list-style-type: square; 
	padding-bottom: 6px; 
}


/* Layout Sections */

#topBox {
	margin-bottom: 0px;
	width: 740px;
	text-align: left;
	background-color: #F5F5F5;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

#topMenu {
	margin-bottom: 0px;
	width: 740px;
	text-align: right;
	background-color: #F5F5F5;
	border-top:  1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	text-decoration: none;
}

#contentBox {
	margin-bottom: 0px;
	width: 740px;
	text-align: left;
	border-top:  1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-top: 4px;
	padding-bottom: 16px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}


#contentBoxHomePage {
	margin-bottom: 0px;
	width: 730px;
	height: 230px;
	/*background-image: URL(/images/homePage.jpg);*/
	text-align: left;
	border-top:  1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

#imageHomePage {
	width: 262px;
	height: 245px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-image: URL(/images/teacherStudent.jpg);
	float: right;
}


#workingArea {
	margin-bottom: 0px;
	width: 700px;
	text-align: left;
	border:  0px;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	margin-left: 20px;
}


#leftBox {
	float: left;
	width: 160px;
	height: 100%;
	border-right: 1px solid black;
	margin-right: 12px;
}

#bottomBox {
	margin-bottom: 0px;
	width: 740px;
	text-align: right;
	background-color: #F5F5F5;
	border-top:  1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	text-decoration: none;
}

#tagLine {
	margin-bottom: 0px;
	margin-top: 14px;
	width: 740px;
	text-align: right;
	border: 0px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


/* Fonts Styles */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	/*margin-top: 14px;
	margin-bottom: 14px;*/
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 6px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 6px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.topnavlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	text-decoration: none;
}


/* Link Styles */

a:link {text-decoration: underline; 
	font-style: normal; 
	color: #8C0032;
}

a:active {text-decoration: underline; 
	font-style: normal; 
	color: #8C0032;
}

a:visited {text-decoration: underline; 
	font-style: normal; 
	color: #8C0032;
}

a:hover {text-decoration: underline; 
	font-style: normal; 
	color: #551919;
}

a.topnavlinks:link {
	color: #000000;
	text-decoration: none;
}

a.topnavlinks:active {
	color: #000000;
	text-decoration: none;
}

a.topnavlinks:visited {
	color: #000000;
	text-decoration: none;
}

a.topnavlinks:hover {
	color: #8C0032;
	text-decoration: none;
}



