body {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#page {
	width: 740px;
	margin: 0px auto;
}
#banner p{
	margin: 0px;
	padding: 0px;
}

#topnav {
	width: 740px;
	background-color: #2A3B87;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	padding: 4px 0px;
	margin: 0px;
	overflow: visible;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	white-space: nowrap;
}

#topnav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#topnav ul li a {
	font: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFE1A7;
	padding: 1px 2px;
	margin: 0px 6px;
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid #2A3B87;
}

#topnav ul li a:hover {
	color: #fff;
}

#topnav ul li a.active {
	color: #fff;
	border-color: #FFE1A7;
}

#home-image p{
	margin: 0px;
	padding: 0px;
}

#content {
	background-color: #F9EFD5;
	padding: 12px 12px 6px 12px;
	margin: 0px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
}

#content p {
	margin: 0px 0px 6px 0px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2A3B87;
	margin: 0px 0px 4px 0px;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #2A3B87;
	margin: 0px 0px 4px 0px;
}
#content .page-title {
	color: #2A3B87;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
}

#content .page-title p {
	padding: 2px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid #EF6600;
}

#leftcol-home {
	width: 500px;  /* Note: return to 310 if "Of Note" column is used */
	padding-bottom: 20px;
	float: left;
}

#centercol-home {
	margin: 0px 200px 0px 320px;
	height: 1%;
	padding-bottom: 20px;
}

#content .blue-rule-box {
	padding: 6px 12px 12px 12px;
	border: 2px solid #009;
}

#content .blue-rule-box-small {
	padding: 6px 12px 12px 12px;
	border: 2px solid #009;
	width: 60%;
}

#content .orange-rule-box {
	padding: 6px 12px 12px 12px;
	border: 1px solid #EF6600;
}

#content .orange-rule-box h1 {
	color: #EF6600;
}


#rightcol-home {
	float: right;
	width: 185px;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}


#content p.top {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#content p.top a {
	background-image:   url("../Media/topArrow_red.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	color: #306498;
	text-decoration: none;
	font-size: 11px;
}

#content p.top a:hover {
	background-image:  url("../Media/topArrow_b.gif");
}

#content .citation {
	font-size: 0.9em; color:#990000;
}

.footer-bar {
	background-color: #2A3B87;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.footer-text {
	color: #2A3B87;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	margin: 0px;
	padding-bottom: 30px;
}

.underline-rule {
	border-bottom: 1px solid #000;
}

.note {
	border: 1px solid #E9D7A8;
	padding: 4px;
	background-color: #FFFFCC;
}

.event {
	font-size: 12pt;
	color: #e96a00;
	font-style: italic;
	font-weight: bold;
	background-image:  url("../Media/iconEvent.gif");
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 79px;
}

.event a {
	color: #e96a00;
}

.news {
	font-size: 12pt;
	color: #0ba2bb;
	font-style: italic;
	font-weight: bold;
	background-image:  url("../Media/iconNews.gif");
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 79px;
}

.news a {
	color: #0ba2bb;
}
.course {
	font-size: 12pt;
	color: #996600;
	font-style: italic;
	font-weight: bold;
	background-image:  url("../Media/iconCourse.jpg");
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 79px;
}

.course a {
	color: #996600;
}
table {
	width: 100%;
}

th {
	background-color: #E8B839;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 2px;
	height: 30px;
}

td {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	text-align: center;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}