@charset "utf-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.pager { 
	background-color:#eee; 
	border:#ccc 3px solid;
	padding:3px;
	text-align:center;
	font:normal 12px verdana;
}
.lhead { 
	background-color:#eee; 
	border-top:#aaa 3px solid;
	border-bottom:#aaa 3px solid;
	padding:3px;
	font:bold 14px verdana;
}
.lpart { 
	background-color:#f0f0f0; 
	border-left:#ccc 2px solid;
	padding-bottom:25px;
}
.lpage { 
	font:normal 12px verdana;
}
.lcount { 
	background-color:#999; 
	color:#fff;
	padding:2px;
	font:bold 12px verdana;
}
#copyright{
	font:normal 11px tahoma,verdana;
	color:#000;
	text-align:center;
	padding:0px;
	width:720px;

}
hr {
	color:#ccc;
} 
li, ul li {
	list-style-type: none;
}
#mainContent ul {padding-left: 25px; margin: 5px;}
#curriculumbox {
	width: 490px;
	float: right;
	height: 550px;
	overflow: scroll;
}
p, h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0}
p {padding-top: 5px; margin-bottom: 5px;}
#topinfobar {
	height: 70px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#topinfobar #infotext {
	float: right;
	height: 25px;
	width: 310px;
	position: relative;
	text-align: right;
	font-size: 13px;
}

#topinfobar #topappbutton {
	width: 230px;
	float: right;
	padding: 2px;
	text-align: center;
	border: 1px solid #666;
	overflow: hidden;
	margin-top: 10px;
}
#banner {
	height: 80px;
	width: 1000px;
} 
#banner #logo{
	float: left;
	position: relative;
	height: 39px;
	width: 279px;
}
#banner h1 {
	font-size: 10px;
	float: left;
	position: relative;
	height: 20px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	top: 35px;
	left: -280px;
}
#nav {
	float: left;
	width: 670px;
	height: 20px;
	position: relative;
	text-transform: uppercase;
	left: 40px;
	top: -5px;
	color: #333;
}
#nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}
#nav a:link {
	color: #333;
	text-decoration: none;
}
#nav a:visited {
	color: #333;
	text-decoration: none;
}
#nav a:hover {
	color: #333;
	text-decoration: underline;
}
#nav a:active {
	color: #333;
	text-decoration: none;
}
#container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-left: 0px;
	text-transform: uppercase;
}
#sidebar1 p {
	margin: 0px;
	padding: 0px;
}
#sidebar1 h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidebar1 ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	list-style-type: none;
	padding-right: 15px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar1 a:link {
	color: #333;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #333;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #333;
	text-decoration: underline;
}
#sidebar1 a:active {
	color: #333;
	text-decoration: none;
}
#mainContent {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 810px;
	color: #333;
} 
#mainContent h1  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}
#mainContent p  {
	padding-top: 0px;
	margin-top: 0px;
}

#footer {
	font-size: 12px;
	color: #999;
} 
#footer a:link {
	color: #999;
	text-decoration: none;
}
#footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}
#footer a:active {
	color: #999;
	text-decoration: none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
