@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
	background-color: #FFF;
}
.twoColFixLtHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 3px solid #D6BE74;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d4a938; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border-top-width: 0px;
	border-top-style: solid;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-top: 0px;
	color: #333333;
	text-align: left;
}
a:link {
	color: #75401e;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #75401e;
	margin-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BD5916;
	padding-bottom: 3px;
}
.Track {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
	color: #719500;
	margin-left: 30px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BD5916;
	margin-top: 0px;
	margin-bottom: 3px;
}
a:active {
	text-decoration: underline;
}
a {
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #bd5916;
}
#sidebar1 a {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 100%;
	border-bottom: 1px solid #c96306;
}
a:visited {
	text-decoration: underline;
	color: #75401e;
}
.sidebarText {
	font-size: 12px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.SidebarHeadInside {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #75401e;
	font-weight: bolder;
	padding-left: 10px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #bd5916;
	margin-bottom: 0px;
}
#sidebar1 a:hover {
	background-color: #c96306;
	color: #FFFFFF;
}
#sidebar1 a1 {
	color: #000000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.tableText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	color: #666666;
}
.TrackName {
	font-family: "Times New Roman", Times, serif;
	color: #675545;
	background-color: #d7e1bd;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #719500;
	padding: 10px;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 10px;
	background-repeat: repeat-x;
	margin-left: 30px;
}
.Textedu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 10px;
	margin-left: 20px;
	line-height: 150%;
}
.tabletype {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 110%;
	color: #666666;
}
.Courseheads  {
	font-size: 18px;
}
.paragraphnospace {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #666666;
	font-variant: normal;
}

