body {
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

body, div, p, td {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #5f3f22;
}

a {
	color: #d5753d;
	text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

a.dl {
	padding: 1px 0 1px 20px;
	background: transparent url(../images/download.gif) no-repeat left center;
}

a.doc {
	display: block;
	margin-top: 5px;
	padding: 1px 0 1px 12px;
	background: transparent url(../images/document.gif) no-repeat left center;
}

a.independent-doc {
	display: block;
	margin-top: 5px;
	padding: 1px 0 1px 12px;
}

ul,{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

ol {
	padding-left:1.5em;
}

ol li {
	list-style:decimal outside !important;
	display: list-item;
}

ul.bullets li {
	list-style: circle outside;
	display: list-item;
}

ul.bullets {
	padding: 0 30px;
}

ul.faculty_list{
	margin-left:59px;
}

ul.faculty_list li { 
	display:inline;
	margin:0px;
}

ul.faculty_list li.spacer{
  background: url(/assets/images/sn/courses2/sn-courses-spacer_05.gif) repeat-x;
  height:37px;
}

ul.fellowship_list {
	margin:0 0 0 -20px;
}

ul.fellowship_list li { 
	display:inline;
	margin:0px;
}

ul.fellowship_list_ie {
	margin:0 0 0 40px;
}

ul.fellowship_list_ie li { 
	display:inline;
	margin:0px;
}

img { border: 0; }

#canvas {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

#header, #billboard, #footer, #saic-logo {
	width: 900px;
	margin: 0;
	padding: 0;
	clear: both;
}

#header {
	background: #fff url(../images/oxbow-main-header.gif);
	height: 131px;
}

#billboard {
	background: #fff;
	height: 	250px;
}

#billboard .image {
	width: 	747px;
	height: 250px;
	float: left;
	overflow: hidden;
}

#billboard .image img {
	background: #fff;
}

#billboard .info {
	width: 	152px;
	height: 250px;
	float: 	right;
	background: #fff url(../images/billboard-info-bg.gif) repeat-y right top;
}

.imagecredit {
	display:block;
	font-size: 9px;
	color: #5f3f22;
	padding: 2px;
}

#content {
	padding: 40px 0 25px;
}

#content .text {
	margin-left: 83px;
	width: 664px;
}

#content h2 {
	margin: 0 0 10px 83px;
}

#content .text h3 {
	margin: 3em 0 -0.5em;
	font-size: 12px;
}

#content .text h3.NewsPageMainTitle {
	font-size: 18px;
	margin: 2em 0 -1em;
}

#content .text h3.UnderButton {
	font-size: 18px;
	margin: 1.2em 0 -1em;
}

#content .text table th {
	vertical-align: top !important;
	text-align: left;
	padding-right: 20px;
}

#content .text p table td {
	
}

#content .text h3.firstheader {
	margin-top: 1em;
}

#content .text .imgheader {
	margin-bottom: -0.5em;
}

#content #subnav {
	margin-left: 83px;
}

.text li {
	margin-bottom: 0.5em;
}


#footer {
	background: #fff url(../images/footer-dotted.gif) repeat-x left top;
	padding: 10px 0 15px;
	color: #d5753d;
	font-size: 11px;
}

#footer a {
	color: #d5753d;
}

#footer .contact {
	float: right;
}

#saic-logo {
	background: #fff url(../images/logo-saic.gif) no-repeat left top;
	height: 100px;
	position: relative;
}

a#saic-logo-link {
	position: absolute; width: 227px; height: 90px; top: 0px;
}

a#saic-logo-link:hover {
	background: transparent url(../images/logo-saic-on.gif) no-repeat left top;
}


.hidden { display: none; }

#slides td {
	padding-right: 8px;
	padding-bottom: 8px;
}

.tuition-table, .schedule-table {
	margin: 20px 0;
}

.tuition-table td, .tuition-table th,
.schedule-table td, .schedule-table th {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border-bottom: 1px dotted #e6ac8b;
	border-right: 1px dotted #e6ac8b;
	
	width: 100px;
}

.schedule-table td, .schedule-table th {
	height: 100px;
	overflow: hidden;
	vertical-align: top;
}

.tuition-table td, .tuition-table th {
	vertical-align: bottom;
}

.schedule-table .header-cell {
	height: 20px;
	padding: 0px;
}

.schedule-table .va {
	height: 3em;
}

.schedule-table th.header-cell {
	border-top: 1px dotted #e6ac8b;
}

.schedule-table td {
	border-right: 1px dotted #e6ac8b;
}

.schedule-table .centered {
	vertical-align: none;
}

.schedule-table .independent-study {
	text-align: center;
}

.coursedesc {
	padding-bottom: 1em;
	border-bottom: 1px dotted #e6ac8b;
	margin-bottom: 1em;
}

p.ClassDateline {
	font-style: italic;
	margin-top: -0.5em;
}

#content .donation-button img {
  margin:0 0 0 -5px;
}


