/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}


/* `Links
----------------------------------------------------------------------------------------------------*/

a {
	color: #a47602;
	text-decoration: none;
	font-weight: bold; 
}

a:hover {
  text-decoration: underline;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p {
  overflow: hidden;
  padding: 10px 0;
}


ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 5px;
	font-weight: bold;
	color: #000;
	padding-top:25px;
	padding-bottom:15px;
	text-align:left;
	padding-left:35px;

}
	.smallcap {
	font-variant: small-caps;
}

.subinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #252525;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #939393;
	line-height: 13px;
	text-align: left;
	padding-left: 35px;

}

.course {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	text-transform: uppercase;
	color: #000;
	margin-bottom: -1em;
	padding-bottom: 4px;
	text-align: left;
	padding-left: 35px;
	line-height: 5px;
}

#content h5 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	font-style: normal;
	word-spacing: 1px;
	padding-top: 25px;
	margin-left: 20px;
}




#content p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal
	font-style: normal;
	text-align: left;
	vertical-align: top;
	margin-left: 20px;
}


.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold
	color: #252525;
	padding-bottom: 20px;
	line-height:13px;
	text-align:left;
	padding-left:35px;
	padding-bottom:50px;
	
}
