body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000
}

.twoColHybRtHdr #container {
	width: 1024px;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto;
	text-align: left;
} 
.twoColHybRtHdr #header {
	background: #000000;
	padding: 2px 0px 10px 0px;  /* 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. */
	border-bottom: solid #666666 1px;
} 
.twoColHybRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybRtHdr #sidebar1 {
	float: right;
	width: 275px; /* since this element is floated, a width must be given */
	background: #000000;
}
.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}


.twoColHybRtHdr #mainContent {
	margin: 0 285px 10px 10px;
	border-right: solid #666666 1px;
	padding-right: 10px;
}
.twoColHybRtHdr #slideshow {
	margin-left: 100px;
} 
.twoColHybRtHdr #footer {
	background:#000000;
	border-top: solid #666666 1px;
} 
.twoColHybRtHdr #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 */
	border-top: solid #666666 1px;
}
.style2 {
	font-size: 88%;
	padding-top: 10px;
}
.style3 {
	color: #666666;
	font-size: 80%;
	font-weight:bold
}
.style4 {font-size: 90%}
.style5 {
	font-size: 80%
}
.blog_title {
	color: #CCCCCC;
	font-size: 100%;
	font-weight:bold
}
.blog_excerpt {
	color: #666666;
	font-size: 70%;	
}
.table_borders {
	border-bottom:solid #666666 1px;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style6 {
	float: centre;
}
.twoColHybRtHdr #courseNote {
	color:#efefcb;
	background-color:#6c7854;
	padding:0 10px 0 10px;
	border: solid 1px #efefcb;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




/* for sidemenu */

#slideMenu.closed{
	left:-44px;
}

#slideMenu{
	position:fixed;
	left:0;
	top:100px;
	width:40px;
	height:160px;
	border:4px solid #CCCCCC;
	border-left:0px;
	background-color: #000000;
	z-index:20;
}

#slideMenu a.toggleBtn{
	position:absolute;
	right:0;
	top:0;
	display:block;
	height:120px;
	width:30px;
	margin:0;
	padding:0 5px 0;
	color:#000;
	background:url(Assets/bestViewing.jpg) no-repeat;
	z-index:20;
}

#slideMenu a.toggleBtnHighlight{
	position:absolute;
	right:0;
	top:0;
	outline:none;
	display:block;
	height:150px;
	width:30px;
	border-width:1px 1px 1px 0px;
	margin:0;
	padding:0 5px 0;
	color:#000;
	background:url(Assets/bestViewing.jpg) no-repeat;
	z-index:20;
}

.content{
	padding:0px, 5px, 0px, 0px;
	z-index:20;
}

/* end slide menu */

