@CHARSET "ISO-8859-1";

h2 {
	text-transform: none;	
}

.styledinput_tiny {
	width: 200px;
	padding: 2px;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
	border: 1px solid #e5eff8;
}
.styledinput {
	width: 300px;
	padding: 3px;
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
	border: 1px solid #ddd;
	background: #f7fbff;
}

a.h2link:link,a.h2link:visited,a.h2link:active {
	color: #ef9b08;
	text-decoration: none;
}
a.h2link:hover {
	color: #19365f;
}

#header-wrap {
	background: url('../images/header_bg2.gif') top left repeat-x;
	height: 170px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	display: inline;
	border-right: 3px double #506481;
	padding: 5px 15px;
}
#nav ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

		#top-nav {
			margin: 0px 86px 0px 0px;
			}
			
#right-col {
	width: 650px;
	margin-left: 30px;
	position: relative;
	bottom: 50px;
}

#container {
	padding-bottom: 30px;	
}

.right-col {
	color: #333;
	width: 200px;
	float: right;
	font-size: 12px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 12px;
	background: url('../images/v_border2.gif') left bottom no-repeat;
}
	.right-col span.tiny {
		font-size: 10px;
	}

ul.blue-arrows {
	list-style: none;
	margin: 10px 0 10px 10px;
	padding: 0;
}
	ul.blue-arrows li {
		padding: 0 0 5px 0;
	}
	ul.blue-arrows li a {
		color: #333;
		font-size: 14px;
		text-decoration: none;
		background: url('../images/blue_bull.gif') center left no-repeat;
		padding-left: 15px;
	}
	ul.blue-arrows li a:hover {
		background: url('../images/gray_bull.gif') center left no-repeat;
		text-decoration: underline;
	}
	ul.blue-arrows li a#current {
		background: url('../images/gray_bull.gif') center left no-repeat;
	}

span.course {
	padding: 0 10px 0 10px;	
}
	span.course a {
		color: #333;
		font-size: 14px;
		text-decoration: none;
		background: url('../images/blue_bull.gif') center left no-repeat;
		padding-left: 15px;
	}
	span.course a:hover {
		background: url('../images/gray_bull.gif') center left no-repeat;
		text-decoration: underline;
	}

/* Styled Tables ========================= */
table.classlist {
	width: 100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
}
table.classlist td {
	color:#333;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
}
table.classlist tr.odd td {
	background:#f7fbff;
}
table.classlist th {
	background: #f4f9fe;
	font: bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #66a3d3;
	border-left:1px solid #e5eff8;
	border-bottom:1px solid #e5eff8;
	text-align:center;
}