@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
 (empty commented stylesheet)

version:   1.0
author:    charles canteen
email:     college of management website
website:   
type: 	   Print Style Sheet
		   This style sheet loads display only the copy of the page with address to the links
-----------------------------------------------------------------------------*/


/* Removes images, navigation, and other non-content elements from being printed. */
#subNav, #mainNav, #sidebar, #sidebar div, #search, #foot, #sectionNav, #photoHeader, #head, #SUBNAV, #mybranding, #ADD_CONTENT, #SUB_CONTENT, .rss
{
	display: none;
}

#PROFILE img {
display: none;
}


/*#container, #content, #bread {
	width: 600px;
	position: absolute;
	left: 0;
}
*/
/* Sets the body style and shell to use the whole page for printing*/
body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 11pt;
}

#shell{
width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	background: transparent;
}

/*Prints out links as full paths*/
#content a:link:after, #content a:visited:after, #CONTENT a:link:after, #CONTENT a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}

h3 {
border: none;
}

h1, h2, h3 {
font-weight: normal;
padding: 15px 0 5px 0;
}

h4, h5, h6 {
padding: 5px 0p;
}

#content img , #CONTENT img {
float: left;
padding: 0 20px 0 0;
clear: both;
}

/*Shows all links as blue*/
a:link, a:visited {
color : #0000ff;
background: transparent;
text-decoration: underline;
}

h2 {
font-size: 18px;
}

h2 a {
font-size: 15px;
}

h3, h3 a {
font-size: 14px;
}

#sidebar {
color: #003399;
}
