* {
margin: 0;
padding: 0;
}

body {
	font-family:Verdana, Geneva, sans-serif;
}

#navigation
{
	float: left;
	width: 780px;
	background: #ddd;
	font-size: 93%;
	line-height: normal;
	/*border-bottom: 1px solid #24618E;*/
}
#navigation ul
{
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
}
#navigation li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation a
{
	float: left;
	background: url("images/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#navigation a span
{
	float: left;
	display: block;
	background: url("images/tabright.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span
{
	float: none;
}
/* End IE5-Mac hack */
#navigation a:hover span
{
	color: #FFF;
}
#navigation a:hover
{
	background-position: 0% -42px;
}
#navigation a:hover span
{
	background-position: 100% -42px;
}

#container {
	width: 780px; /* Centres Container div and everything in it without the need for a table */
	margin: auto auto;
	text-align: left;
}

body {
	text-align: center; /*text-align used to center page layout in IE */
}

#header {
	width: 780px;
}

#header img {
	border-style: none;
}


p.address {
	text-align: center;
	color: White;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

a.map {
	color: White;
}

#footer {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background-color: #DCDCDC;
	width: 780px;
	clear:both;
}

#pageTitle {
	text-align: center;
	background-color: black;
	width: 430px;
	color: white;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#pageTitleDouble {
	text-align: center;
	background-color: black;
	width: 605px;
	color: white;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;	
}

#courseDates ul {
	list-style-type:none;	
}

#courseDates li {
	background-image: url(images/calendar.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	margin-left: 20px;
}

#courseDates a {
	color: white;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold; 
	text-decoration:none;
}

#courseDates a:hover {
	text-decoration:underline;
}

#sideNav ul {
	list-style-type:none;	
}

#sideNav li {
	background-image: url(images/bullet_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	margin-left: 20px;
}

#sideNav a {
	color: white;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold; 
	text-decoration:none;
}

#sideNav a:hover {
	text-decoration:underline;
}

#bodyList ul {
	list-style-type:none;	
}

#bodyList li {
	background-image: url(images/bullet_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	margin-left: 20px;
}

#leftSectionTitle {
	text-align: center;
	background-color: #b5b0b4;
	width: 175px;
	color: #103184;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#rightSectionTitle {
	text-align: center;
	background-color: #103184;
	width: 175px;
	color: #b5b0b4;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#leftcolumn {
	width:175px;
	padding:0px;
	float:left;
	background:#103184;
	height: 700px;
}

#rightcolumn {
	width: 175px;
	padding: 0px;
	float: left;
	background-color: #b5b0b4;
	height: 700px;
}

#centercolumn {
	width: 430px;
	padding: 0px;
	float: left;	
	background-color: White;
	height: 700px;
}

#centerDoubleCol {
	background-image:url(images/border-right.gif);
	background-repeat:repeat-y;
	width: 605px;
	padding: 0px;
	float: left;	
	min-height: 450px;
	height: 1100px;
	background-color: White;
	/*border-right: 1px solid black;*/
}

#contentDouble {
	padding: 5px; 
	font-family: arial, sans-serif;
	font-size: 1em;
	width: 595px;
}

#content {
	padding: 5px; 
	font-family: arial, sans-serif;
	font-size: 1em;
	width:415px;
}

.courseTable {
	vertical-align: top;
	width:100%;
}

.courseTable td {
	width:24%;	
	vertical-align: top;
}


