@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight:400;
	color: #006699;
	line-height: 1.1em;
	padding-top: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333333;
	font-weight: normal;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height:150%;
	color: #333333;
}
.courseTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
}


#left {
	background-repeat: repeat-y;
	background-position: top;
	padding: 5px;
	float: left;
	width: 140px;
	margin-top: 0px;
	vertical-align: top;
}

#left a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
	display: block;
	font-size: 1.2em;
	text-align: center;
}


#main a:link {text-decoration: underline; color: #006699}

#main a:hover {text-decoration: underline; color: #a18d50}

#main a:visited {text-decoration: underline; color: #000066}

#main a:active {text-decoration: underline; color: #a18d50}


#left a:link {text-decoration: none; color: #fff}

#left a:hover {text-decoration: underline; color: #ffcc33}

#left a:visited {text-decoration: underline; color: #fff}

#left a:active {text-decoration: underline; color: #fffcc33}



ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%; 
	color: #003366;
}



li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333333;
	line-height:normal;
	padding-top:5px;
	list-style-type: square;
}

.subhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; text-transform: uppercase; color: #A18D50}

.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
}
.calloutBox {
	display: block;
	padding: 10px;
	border: 1px solid #003366;
	}

#main img {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
}

.eyebrow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #a18d50;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a18d50;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	display: block;
	padding-bottom: 3px;
}
.eyebrow2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #a18d50;
	padding-top: 5px;
	display: block;
}



#main {
	width: 500px;
	margin-left: 200px;
	margin-top: 25px;
}

#container {
	width: 800px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 1200px;
	background-image: url(../images/col_g.gif);
}
#left img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#main table {
	border: 1px solid #A18D50;
	margin-top: 25px;
}
#main td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
	line-height: 120%;
	border: 1px solid #A18D50;
	padding: 5px;
	vertical-align: top;
}
.row {
	background-color: #EEEADD;
}
