/*  Copyright (c) CodeMachine Inc 1999-2010, All rights reserved */

body {
	text-align: left; 
	font-family: Verdana, sans-serif;
	margin: 10;
	padding: 10;
	color: #000000;
}

/*  LOGO ONLY  */

h1 {
	font-family: Arial Black, sans-serif;
	font-style:  italic;
	font-size: xx-large;
	line-height:80%;
}

h2 { 
	font-size: large;
	line-height:80%;
}

/* PAGE HEADER */

h3 {
	font-size: x-large;
	font-weight:bold;
}

/* SECTION HEADERS */

h4 {
	font-size: larger;
	font-weight:bold;
}

h5 {
	font-size: medium;
	font-weight:bold;
}

h6 {
	font-size: small;
	font-weight:bold;
}

p {
	text-align: left; 
	margin-left: 10px;
	margin-right: 10px;
}

pre {
	text-align: left; 
	margin-left: 10px;
	margin-right: 10px;
}


table {
	text-align:left;
	width:90%;
	border-collapse:collapse;
	margin-left: 10px;
	margin-right: 10px;
}

tr 
{
	vertical-align:top;
}

td 
{
	vertical-align:top;
}

th {
	font-weight: bold;
}

ul {
	text-align:left;
	list-style-type: square;
}


.copyright {
}

/*  SPECIALIZED TABLES  */

.coursedescription {
}

.coursedescription td {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.coursedetails {
	margin-left:20px;
}

.coursedetails td {
	padding-left:20px;
	padding-right:20px;
}

.listtable td {
    padding:10px;
}

/*  MENU  */

#navigation {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}

#navigation td {
	padding-left:10px;
	padding-right:10px;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#navigation a:hover {
	text-decoration:underline;
	color: #000000;
	font-weight: bold;
}



