/* CSS Document */

/*For all courses.*/



/*Preexisting selectors.*/

body {

}

/* links */
a, a:visited, a:link {
	text-decoration: none;
	color: #0489b1; 
}
a:hover {
	color: #0489b1;
	text-decoration: underline;
	background: inherit;
}

/* headers */
#content h1, h2, h3, h4 { /* was #content h1, h2, h3, h4 */
	font-family: Verdana, Tahoma, Arial, sans-serif;
	padding: 3px 2px 2px 0px;
	line-height: normal;
}

/*style for page titles*/
h2 { /* was #content .page_title */
	color:#00ff00;
	color:#0e435e;
	font-size:x-large;
	font-weight:bold;
}
h3 {
	color:#0e435e;
}
h2 { /* was #content h2 */
/*	font-size: 110%;
	color: #E1932F;
	margin-top: 	0px;
	margin-bottom: 	0px;
*/}
h3 { /* was #content h3 */
/*	font-size: 100%;
	color: #E1932F; 
	margin-top: 	0px;
	margin-bottom: 	0px;
*/}


.content { /* was .right_content_area */
/*	float:right;
*/	float:right;
	width:70%;
	padding-left:0em;
	padding-right:0em;
}



/*Newly introduced selectors.*/


.sidemenu_clearfloat {
/*	clear:both;
*/	display:none;
}

#bodybottom {
	clear:both;
	text-align:right;
/*	text-align:center;
*/}


.header {
	text-align: center;		
	height:auto;
}

.header h1 {
	text-align: center;	
}

.header h1 img {
	text-align: center !important;
}

.header img {
	text-align: center !important;
/*	width: 70% !important;
*/
	/*the following overrides image size attributes*/
	width:auto; /*needed for ie8, to override width attribute*/
	max-width: 70%; /*70% is to match content width above*/
	height:auto; /*makes height proportional even though image has height attribute*/
}

.coursebanner img { /* lets image get smaller, to avoid scroll, but not bigger */ /* based on class used on cm main page */
	text-align: center !important;
/*	width: 70% !important;
*/
	/*the following overrides image size attributes*/
	width:auto; /*needed for ie8, to override width attribute*/
	max-width: 100%; 
	height:auto; /*makes height proportional even though image has height attribute*/
}



