/* Default Styles */
body {
	font-family: Times New Roman, Garamond, Times, MS Serif;
	margin: 10px;
}
a:link {
	color: #000066; 
	text-decoration: none;
}
a:visited {
	color: #000066; 
	text-decoration: none;
} 
a:active {
	color: #000066; 
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
table {
	font-family: Times New Roman, Garamond, Times, MS Serif;
}
tr {
	text-align: left;
}


/*Centered*/
p.center {
	text-align: center;
}

/*Errors*/
.err {
	color:			red;
	text-align:	center;
	text-weight:	700;
	width:			100%;
}

/*Login*/
.login {
	text-align:	center;
	width: 100%;
}
.login table {
	width: 300px;
}

.login tr {
	width: 100%; 
}
.login td {
	width: 50%;
	padding: 0px;
	text-align: left;	 
}

/*Header*/
.header {
	text-align:	center;
	width: 100%;
}
.header table {
	width: 300px;
}

/*Content*/
.content {
	text-align:	center;
	width: 100%;
	height: 400px;
	border: 1px solid navy;
}

/*Footer*/
table.footer {
	width: 100%;
}

tr.footer {
	width: 100%; 
}
td.footerl {
	width: 50%;
	height: 56px;
	padding: 0px;
	text-align: left;	 
}
td.footerr {
	width: 50%;
	height: 56px;
	padding: 0px;
	text-align: right;	 
}
.nav a:link {
	color: white; 
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.nav a:active {
	color: white; 
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.nav a:visited {
	color: white; 
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.nav a:hover {
	color: white; 
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}


/* Bottom Border Styles */
td.l {
	text-align: left;
	width: 50%;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 12px;
}
td.r {
	width: 50%;
	background-color: black;
	text-align: right;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

/* Sample Schedule in Academics */
td.class {
	width: 40%;
}
td.credit {
	width: 10%;
}

/* Navigation Style */
tr.nav {
	width: 113px; 
	test-align: center;
}
td.nav {
	width: 100%;
	height: 48px;
	padding: 0px;
	background: url(../images/button.gif); 
	background-repeat: repeat-y; 
	background-color: white;
	text-align: center;
}
.nav a:link {
	color: white; 
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.nav a:active {
	color: white; 
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.nav a:visited {
	color: white; 
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.nav a:hover {
	color: white; 
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

/* Heading Styles */
h1 {
	font-family: Times New Roman, Garamond, Times, MS Serif;
	font-size: 24px;
	color: #000066;
	font-weight: 700;
}
h2 {
	font-family: Times New Roman, Garamond, Times, MS Serif;
	font-size: 20px;
	color: #000066;
	font-weight: 700;
	text-align: center;
}
h3 {
	font-family: Times New Roman, Garamond, Times, MS Serif;
	font-size: 16px;
	color: #000066;
	font-weight: 700;
}
h4 {
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-size: 24px;
	color: #000066;
	font-weight: 700;
}
h5 {
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-size: 20px;
	color: #000066;
	font-weight: 700;
}
h6 {
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-size: 16px;
	color: #000066;
	font-weight: 700;
}
