body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* 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; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr  #header  p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.oneColFixCtrHdr  #horizmenu  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.oneColFixCtrHdr  #horizmenu  a{
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr  #horizmenu  a:visited{
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr  #horizmenu  a:hover{
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr  #horizmenu  a:active{
	color: #000000;
	text-decoration: none;
} 

.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #496C9B;
	background-image: url(images-common/content-gradient-bkgr-486c9b.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 50px;
	margin-left: 50px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 1.5em;
}
.oneColFixCtrHdr {
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:1.5em;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-align: center;
}
.photoRight {
	padding: 5px;
	width: 260;
	float: right;
	font-size: x-small;
	color: #666666;
	text-align: center;
	margin-left: 10px;
}
.photoLeft {
	padding: 5px;
	width: 260;
	float: left;
	font-size: x-small;
	color: #666666;
	text-align: center;
	margin-left: 10px;
}
.photoTable td{
	padding: 5px;
	font-size: x-small;
	color: #666666;
	text-align: center;
}
.announcement {
	background-color: #EBEBEB;
	padding: 5px;
	width: 80%;
	border: thin double #9D031E;
	float: left;
	margin-left: 8%;
}
.tabulardata {
	color:#333333;
	border: 1px solid #EBEBEB;
}
.tabulardata th{
	background-color: #666666;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.tabulardata td{
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.redText {
	color: #CC0000
}
.graySmall {
	color: #999999;
	font-size: x-small;
}
.courseID {
	font-weight: bold;
	background-color: #EBEBEB;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
}
.indexContent p{
	font-size: 9px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
.indexContent a{
	color: #CCCCCC;
}
.indexContent a:hover {
	text-decoration: underline;
}
.indexContent h1{
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
.thumbs {
	color: #666666;
	font-size: 9px;
	float: left;
	width: 100px;
	padding: 10px;
	text-align: center;
	height: 210px;
}
.thumbs img {
	padding-bottom: 5px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
