/* CSS Document */
/* print.css
	to control the layout of the printed document
	  */
	  
body {margin: 1px; width:auto;
	background-color:white; font-size: 12px; BORDER: 0px solid green;
}
#pagecontainer { width:auto !important;
	BORDER: 0px solid red; MARGIN: 0px auto; background-color: white;
}

#pagebody {width:auto; float:none !important; background-image: url (" ");}

#columns {width:auto;}


#header {width:auto;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0em; PADDING-TOP: .25em;  BACKGROUND-COLOR: white; border: 0px; 
}
#header h6{margin:0; color:black; font-size:18px; text-decoration:none;}
#logo {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;  PADDING-TOP: 0px;
	text-indent: 0px; margin:0; height:auto;
	}
	
#logo a {
	display:none;
	}
	
a.logolink:link	{ font-family: Verdana,Arial, Helvetica, sans-serif; font-size:18px;
			 text-decoration: none; color: black;}

a.logolink:visited { font-family: Verdana,Arial, Helvetica, sans-serif; font-size:18px;
			 text-decoration: none; color: black; }

a.logolink:hover	{ font-family: Verdana,Arial, Helvetica, sans-serif; font-size:18px;
			 text-decoration: none; color: white; background:white; }

a.logolink:active	{ font-family: Verdana,Arial, Helvetica, sans-serif; font-size:18px;
			 text-decoration: none; color: white; background:white; }
#headerlinks { display:none; }

#leftnav{display:none; width:0;}

#pagetextcontainer {float:none !important; 
width:auto !important;   
margin:0 0px;  
padding:0;
 BACKGROUND-COLOR: none; 
}

#navwrap1 {display:none; width:auto;}
#navwrap2 {display:none; width:auto;}
	
/* left menu items */
.nav-section-title {display:none;}	
#p7TMnav {display:none;}
#p7TMctrl {display:none;}

/* breadcrumbs */
#breadcrumbs { top:0; left:0; margin:0; clear: left; font-size: .8em;background-color: white; border-right: 0px ; padding-left: 0px; color: black;
}

a.bcrumblink:link	{ font-family: Verdana,Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: black;}

a.bcrumblink:visited { font-family: Verdana,Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: black; }

a.bcrumblink:hover	{ font-family: Verdana,Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white; background:white; }

a.bcrumblink:active	{ font-family: Verdana,Arial, Helvetica, sans-serif; 
			 text-decoration: none; color: white; background:white; }
			 

#content{
	width: auto; 
}
#pagetext {  width:auto; margin:0 5px;
padding:0;  
 BACKGROUND-COLOR: white; 
}

#pagetext p {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	font-weight: normal; 
	color: black; 
	margin-left: 10px; 
	margin-top: .7em;
	margin-bottom: .5em;
	line-height: 1.3em;
	margin-right: 10px;
	}

#pagetext h1 {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.75em; 
	font-weight: normal; 
	color: black; 
	margin-left: 0px; 
	margin-top: 0em;
	margin-bottom: 3px;
}



h2{font-family: Georgia,Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	font-weight: bold; 
	color: black; 
	margin-left: 5px; 
	margin-top: 1em;
	margin-bottom: 1em;
}
h3 {margin-left: 7px;}

a.h2:link	{ font-family: Georgia, Verdana,Arial, Helvetica, sans-serif; 
			font-size: 1.1em; text-decoration: underline; color: #494B5A; margin-left:5px;}

a.h2:visited { font-family: Georgia,Verdana,Arial, Helvetica, sans-serif; 
			font-size: 1.1em; text-decoration: underline; color: #494B5A; }

a.h2:hover	{ font-family: Georgia,Verdana,Arial, Helvetica, sans-serif; 
			font-size: 1.1em; text-decoration: underline; color: #6d4057; }

a.h2:active	{ font-family: Georgia,Verdana,Arial, Helvetica, sans-serif; 
			font-size: 1.1em; text-decoration: underline; color: #6d4057; }

.par_text {font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	font-weight: normal; 
	color: black; 
	margin-left: 10px; 
	margin-top: 0em;
	margin-bottom: .5em;
	line-height: 1.5em;
	margin-right: 2px;

}

/* for high level paragraph rounded boxes */
.high_level_par{
	width: 100%;
	margin-top: 5px; margin-left: 0px; margin-bottom: 10px;
	padding:0;
	background-color: white;
	overflow:auto;
}
.high_level_par H2 {
	margin:0;
	padding:4px 5px 5px 15px;
	background:  url(' ') top left no-repeat; 
background-color:white;
	}

.high_level_par_tR { 
background:  url(' ') top right no-repeat;margin:0; padding:0;	
	}
.high_level_par_bR {
background: url(' ') bottom right no-repeat;margin:0; padding:0; overflow:auto;
}

.pagedate {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .8em; 
	font-weight: normal; 
	color: black; 
	margin-left: 4px; 
	margin-top: 0em;
	margin-bottom: 3px;
}


#siteinfo {clear:both;
	PADDING: 2px; BORDER: 0px dotted black; margin:0; background-color: white;
}
#siteinfo p {
	MARGIN: 2px; TEXT-ALIGN: left; color: black; font-size: 8px;
}
a.siteinfolink:link	{ display:none;}

a.siteinfolink:visited { display:none; }

a.siteinfolink:hover	{ display:none;}

a.siteinfolink:active	{display:none; }

/* The following added to show links as footnotes when printed -- if javascript is disabled, it shows links in 
  parenthenses after the linked item -- www.easy-designs.net/code/footnoteLinks  */
/* a:link:after,
    a:visited:after {
      content: " (" attr(href) ") ";
      font-size: 90%;
    }  
	
    html.noted a:link:after,
    html.noted a:visited:after {
      content: '';
    
}*/

#footnotes {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-weight: normal; 
	color: black; 
	margin-left: 25px; 
	margin-top: 0em;
	margin-bottom: 3px;
}
sup.printOnly {display:inline;
} 
.printOnly {display:block;
} 

#footnotes h6  {
	font-size: 1em; 
	font-weight: bold; 
	color: black; 
	margin-left: 0px; 
	margin-bottom: 3px;}

#footnotes ol li  { display:list-item;
	font-size:1em;
	padding-left: 5px;}
	
	/* for coa home page */
	#leftcolumn { display:none;}
	.noprintlogo { display:none;}
	
/*** FOR origianl ADMISSIONS FAQ PAGES - those made not using DreamWeaver Extension **/
#FAQlist .DTplus a {background-image:none;}
#FAQlist .DTminus a {background-image:none;}
#FAQlist dt {margin-left:0px; margin-right: 10px; margin-bottom: 7px; margin-top:5px; padding-bottom: 5px; padding-left: 0; }
#FAQlist dt a{padding-left:0px;}
#FAQlist dd {background:url(); background-position: no-repeat;padding-left:20px; font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif; padding-bottom: 10px; }
#TJK_ToggleON,#TJK_ToggleOFF {display:none;}
.easyFAQ_OFF,.easyFAQ_ON {display:none;}

/*** FOR easyFAQ PAGES - those made using DreamWeaver Extension **/
#pagetext .easyFAQ_DL {
/* this first value create space between the DL and the text or image-buttons above */
margin-top:15px;
margin-right:0;
margin-bottom:0;
margin-left:5px;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:5px;
}

#pagetext .easyFAQ_DL dt {
font-family: Georgia, Verdana,Arial, Helvetica, sans-serif;
margin-left:0px; 
margin-right: 10px; 
margin-bottom: 7px; 
margin-top:5px; 
padding-bottom: 0px; 
font-size: 14px;
font-weight:bold;}

#pagetext .easyFAQ_DL dt a {
color:#494b5a;
background-color:transparent;
background-position:0 0;
background-repeat:no-repeat;
padding-left:5px; padding-bottom:5px;
text-decoration:none;
font-family: Georgia, Verdana,Arial, Helvetica, sans-serif;
font-weight:bold;
display:block;
}

#pagetext .easyFAQ_DL .DTplus a {background-image:url(' ')}
#pagetext .easyFAQ_DL .DTminus a {background-image:url(' ')}

/**** FOR NEWS/EVENTS PRINTING ***/
#contentcopy h2
{	margin-left: 5px; 
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #b5a78a; padding: 3px; border-bottom: 1px solid black;
}
#contentcopy h3
{	margin-left: 5px; 	
}
#pagetext .relatedlinks {
	margin-left: 5px;  }


#screenonly	{ display:none;}
