@charset "UTF-8";
/* CSS Document */

html {overflow-y: scroll;}

body {
	background: #CCCCCC;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	margin-top: 30px;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
.quotes {
	font-style: italic;
	line-height: 16px;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #757584;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: auto;
} 
.twoColFixLtHdr #header {
	background-color: #333333;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 10px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 160px;
	background-color: #757584;
	padding: 40px;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebarwithbgimage {
	float: left;
	width: 160px;
	background-color: #757584;
	background-image:url(images/sidebar_strip_purple.gif);
	padding: 40px;
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	float: right;
	width: 620px;
	padding: 60px;
	background-color: #FFFFFF;
} 
.courses {
	font-size: 90%;
	line-height: 180%;
	font-weight: bold;
	padding-top: 20px;
	letter-spacing: 0.1em;
}
.imagepaddingright {
	margin-right: 10px;
}
.twoColFixLtHdr #footer {
	background:#EF2021;
	height: 10px;
	clear: both;
} 
a:visited {
	color: #0977B5;
	font-weight: bold;
}
a:link {
	color: #0977B5;
	font-weight: bold;
}
.paddingrightside {
	padding-right:46px;
}
