/* study abroad print CSS 07*/

/*Font and link styes*/
body {
	color: #000;
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 12pt;
	margin: 0;
}

/*Removes browser default margin and padding*/

* {
margin: 0;
padding: 0;
}

h1 {
font-size: 16pt;
line-height: 18pt;
font-family: Arial, Helvetica, sans-serif;
color: #b20f00;
font-weight: bold;
margin : 5px 0px 0px 0px;
padding: 10px 0px 10px 0px;
}

h2 {
font-size: 14pt;
line-height: 16pt;
font-family: Arial, Helvetica, sans-serif;
color:#990000 ; 
font-weight: bold;
margin: 20px 0px 10px 0px;
}

h3 {
font-size: 12pt;
line-height: 14pt;
font-family: Arial, Helvetica, sans-serif;
color: #5d0a1c; 
font-weight: bold;
margin: 20px 0px 10px 0px; 
}

h4{
font-size: 12pt;
line-height: 14pt;
font-family: Arial, Helvetica, sans-serif;
color: #990000;
font-weight: bold;
margin: 20px 0px 10px 0px; 
}

h5 {
font-size: 12pt;
line-height: 14pt;
font-family: Arial, Helvetica, sans-serif;
color: #55657d;
font-weight: bold;
margin: 20px 0px 10px 0px; 
}

h6 {
font-size: 12pt;
line-height: 14pt;
font-family: Arial, Helvetica, sans-serif;
color: #5d0a1c;
font-weight: bold;
margin: 20px 0px 10px 0px; 
}

strong { font-weight: bold; }
bold { font-weight: bold; }

em { font-style: italic; }
i { font-style: italic; }

abbr { font-style: normal; text-decoration: none; }
acronym { font-style: normal; text-decoration: none; }

OL li { list-style-position: outside;
color : #5d0a1c; 
padding:0px 0px 5px 0px;
margin:0px 0px 0px 20px; }

UL li {
color : #5d0a1c; 
list-style-type: square;
list-style-position: outside;
padding:0px 0px 5px 0px;
margin:0px 0px 0px 15px;
}

/* Structure  */

#container{
background-color: #FFF;
}

/* University branding */

#branding {
display: none;
}

#branding p {
display: none;
}

#branding a:link {  
display: none;
}

#branding a:visited {
display: none;
}

#branding a:hover {  
display: none;
}

#branding a:active {  
display: none;
}

#printlogo {
margin: 0px 0px 5px 0px;}

/* main image  */

/* IE hack  */

#mainimage {
	margin: 0px 0px 0px 0px;
	height:93px;
	border-top-style: solid;
	border-top-color:#ffcc33;
	border-top-width: 4px;
}

/* Other browsers  */

html>body #mainimage {
margin: 0px 0px 0px 0px;
height:93px;
border-top-style: solid;
border-top-color:#ffcc33;
border-top-width: 4px;
	}
	

/* main content */

#maincontent {
	margin: 20px;
	font-size: 10pt;
	line-height: 12pt;
	color: #000;
	padding: 0px 5px 5px 5px;
	background-color: #fff;
}

#maincontent p{
margin: 0px 0px 10px 0px;
}

#maincontent a:link{ 
color: #0000cc; 
text-decoration: underline;
}

#maincontent a:visited { 
display:none;
}

#maincontent a:hover {  
display:none;
}

#maincontent a:active {  
display:none;
}

/*Main navigation*/

/* IE hack  */

#holderdiv {
display:none;
 }
 
 /* Other browsers  */
 
html>body #holderdiv {
display:none;}
 
 
 /* IE hack  */
 
 #mainnav {
display:none;
}
 
  /* Other browsers  */
 
html>body #mainnav {
display:none;}

#mainnav ul li { 
display:none;
}

#mainnav ul li a:link {
display:none;
}

#mainnav ul li a:visited {
display:none;
}

#mainnav  ul li a:hover {
display:none;
}

#mainnav  ul li a:active {
display:none;
}

#mainnav ul ul{
display:none;
		}
		
#mainnav li li{
display:none;
		}
		
/* Home page link */	

 /* IE hack  */
 
 #main_home {
display:none;
}
 
  /* Other browsers  */
 
html>body #main_home {
display:none;}

#main_home ul li { 
display:none;
}

#main_home ul li a:link {
display:none;
}

#main_home ul li a:visited {
display:none;
}

#main_home  ul li a:hover {
display:none;
}

#main_home  ul li a:active {
display:none;
}
		
/* Right Column */

/* IE hack */
		
#rightholderdiv {
width: 140px;
float: right;
margin:10px;
padding: 10px;
border-width: 1px 1px 1px 1px; 
border-style: solid; 
border-color: #8f0d2f; 
 }
 
 /* Other browsers  */
 
html>body #rightholderdiv {
width: 140px;
float: right;
margin:10px;
padding: 10px;
border-width: 1px 1px 1px 1px; 
border-style: solid; 
border-color: #8f0d2f; 
 }

/* IE hack  */

#rightcolumn {
font-size: 10pt;
line-height: 14pt;
font-family: Arial, Helvetica, sans-serif;
}

/* Other browsers  */

html>body #rightcolumn{
font-size: 10pt;
line-height: 14pt;
font-family: Arial, Helvetica, sans-serif;

}

#rightcolumn ul li {
padding:0px 10px 10px 10px;
list-style-type:none;
}

#rightcolumn  ul li a:link {
font-weight: normal;
color: #0000cc;
text-decoration:none;
}

#rightcolumn  ul li a:visited {
color: #0000cc;
text-decoration:none;
} 

#rightcolumn  ul li a:hover {
color: #0066FF; 
}

#rightcolumn  ul li a:active {
color: #0066FF; 
}


#rightcolumn  a:link {
font-weight: normal;
color: #0000cc;
text-decoration:none;
}

#rightcolumn a:visited {
color: #0000cc;
text-decoration:none;
} 

#rightcolumn  a:hover {
color: #0066FF; 
}

#rightcolumn a:active {
color: #0066FF; 
}

#rightcolumn h4 {
color: #8f0d2f;
font-size: 100%;
font-weight: bold;
}

.rightcolumn hr {
border-top: 1px #55657D solid;
margin:5px 0px 5px 0px;
width:100%;
}

/* Misc */


#standards
{
display: none;
}

.rule {
border-bottom: 1px #b50e39 solid;
width:80%;
}

.pullquote_right {
	float: right;
	padding: 10px 10px 10px 10px;
	margin:15px 0px 15px 20px;
	width: 150px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	line-height : 14pt;
	font-weight : normal;
	color: #002740;
}

.pullquote_left {
	float: left;
	padding: 10px 15px 10px 10px;
	margin:10px;
	width: 150px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	line-height : 14pt;
	font-weight : normal;
	color: #002740;
}

.picturepadleft {
padding: 0px 10px 10px 0px;
left: auto;
}

.picturepadright {
padding: 0px 0px 10px 10px;
right: auto;
}


/* Footer information */

#footer {
clear: both;
margin: 0 auto 0 auto;
background: #fff;
color: #000;
font-family: Arial, Helvetica, sans-serif;
width:100%;
border-top-color: #B50E39;
border-top-style: solid;
border-top-width: 1px;
padding: 5px 0px 5px 0px;
}

#footer p {
font-size: 9pt;
font-family: Arial, Helvetica, sans-serif;
color: #FFF; 
padding: 2px 10px 2px 10px;
margin: 5px 0px 5px 0px;
}

#footer a:link {  
color: #0000cc; 
text-decoration: underline;
}

#footer a:visited {
display:none;
}

#footer a:hover {  
display:none;
}

#footer a:active {  
display:none;
}
  
