/* ---- Prospective Students Major Sheets - Print Style ---- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#container a:link, #container a:visited {
	color: #990000;
	background: transparent;
	text-decoration: none;
}
#container a:link:after, #container a:visited:after {
   color: #666666;
	 content: " (" attr(href) ") ";
   font-size: 7pt;
	 font-style: italic;
}
#container a[href^="/"]:after {
  content: " (http://www.suu.edu" attr(href) ") ";
}
#container a[href^="../"]:after {
  content: " (http://www.suu.edu" attr(href) ") ";
}
#container a[href^="mailto:"]:after {
  content: " ";
}

#branding {
	margin: 0px;
}
#branding h1 {
	font-size: 12pt;
	margin: 10px 0px;
}
#branding ul	{
	display: none;
}


#roundedcornr_container {
	border-bottom: 1px solid #CCCCCC;
	clear: left;
	overflow: auto;
	width: 100%;
}
#focalimage	{
	float: right;
	margin: 0px 0px 10px 10px;
	width: 150px;
}
#summarytext	{
	margin: 0px;
	font: italic;
}


#lowercontent {
	width: 100%;
}

#leftcolumn	{
	font-size: 8pt;
	margin: 0;
	padding: 0;
	float: left;
	width: 25%;
}
#leftcolumn p strong	{
	display: block;
	color: #990000;
	font-style: italic;
}
#leftcolumn blockquote	{
	margin: 0;
	font-style: italic;
	font-weight: bolder;
}
#leftcolumn ul	{
	padding-left: 18px;
	list-style: none;
}
#leftcolumn ul li	{
	margin: 10px 0;
}
#leftcolumn li#addthis {
	display: none;
}

#rightcolumn	{
	border-left: 1px solid #CCCCCC;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	width: 72%;
	text-align: left;
}
#rightcolumn ul	{
	padding-left: 18px;
	list-style-image: url(../images/Content/arrowbullet.png);
}
#rightcolumn ul li	{
	margin: 5px 0;
}

#lowercontent h2	{
	font-size: 10pt;
	font-weight: normal;
	color: #990000;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	padding: 0;
}
#lowercontent h2 span.lowercase {
	text-transform: lowercase;
}
#lowercontent h2 em	{
	font-weight: bold;
}

#infofooter {
	display: none;
}
#footer {
	clear: both;
}
