/* This is the main css file to control the look and feel of the entire website */

/* Colors
	Dark Blue: #001AAD
	Med  Blue: #C4C9D9
	Lt   Blue: #DBE1FF
*/

body {
		margin: 0px;
		background-color: white;
		color: black;
		font: normal 10pt Verdana, Arial, sans-serif;
	}
	
img {
		border: none;
		display: block;
	}
	
a {
		text-decoration: none;
		line-height: 130%;
		color: #001AAD;
	}
	
a:hover { font-weight: bold !important; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right }

/*This is the style for the main table holding all content*/
table.main {
		width: 728px;
		margin: 0px auto;
		color: black;
	}

.header {
			background-image: url(../images/header.jpg);
			width: 728px;
			height: 111px;
	}

/*This is the style for the navigation*/
.nav {
		width: 728px;
		height: 69px;
	}
	
/*This is the style for the content of a page*/
td.body {
		border-left: 10px solid #001AAD;
		border-right: 10px solid #001AAD;
		padding: 10px;
		background: #DBE1FF;
		color: black;
	}

/*This is the style for all content*/	
td {
		vertical-align: top;
	}


/*This is the style for the page title*/
.title {
		font: bold 16pt/24pt Verdana, Arial, sans-serif;
		text-align: center;
		color: black;
		background-color: #DBE1FF;
	}

/*This is the style for the footer*/
.footer {
		padding: 4px;
		background-color: #001AAD;
		text-align: center;
		color: white;
		font: bold 8pt Verdana, sans-serif;
	}

/*This style is used for the courses/schedule layout*/
table.course {
		margin: 10px auto;
		background: #F0F0F0;
		width: 675px;
	}
.course th {
		text-align: left;
		white-space: nowrap;
	}
.back {
		background-color: white;
	}
.date {
		white-space: nowrap;
	}

form {
		margin: 0px;
	}