/*

	-- -- -- -- -- -- -- -- -- --
	UC Merced Career Services
	Type: print
	Last Edit: 05 June 06
	Contact: Tom Richards
	-- -- -- -- -- -- -- -- -- --

*/

.printonly {
display:block;

}

.donotprint {

display:none;
}

/*****************/
/* Image Styling */
/*****************/

img {
	border: 1px solid #000;
	margin: 5px;
	width:auto;
	max-width:650px;
}


/****************/
/* Link Styling */
/****************/

a, a:visited { 
	color: #006;
	text-decoration: underline;
}


/****************/
/* Body Styling */
/****************/

body {
	background: white;
	width:auto;
/*	min-width: 970px;
*/	font-size: 11pt;
	/*margin: 0 5% 0 5%;*/
	font-family: "Trebuchet MS","Lucida Grande",Verdana,Arial,Sans-serif;

}



body hr {
	display: none;
}

/********************/
/* Skiplist Styling */
/********************/
#skiplist {
	display: none;
}

/******************/
/* Container Styling */
/******************/
div#container {
width:auto;
margin-left:30px;
margin-right:0px;
}




/******************/
/* Header Styling */
/******************/

#header {
	text-align: center;
/*	width:690px;*/
	background-color:#FFFFFF;
	background-image:none;
	height:50px;
	width:auto;
	
}

#header h1 {
text-indent: 0px;
	font-size: 175%;
	font-weight: bolder;
	background-color:#FFFFFF;
	background-image:none;
	color:#000000;
	border:none;
	border-bottom: double 5pt #888;
	width:auto;
	height:35px;

}

#header img, #header a {
	display: none;
}



/******************/
/* CONTENT Styling */
/******************/
div#content {
background-image:none;
margin-left:0px;
margin-right:0px;
padding-left:0px;
/*	width:690px;
min-width:690px;*/
width:auto;
}

/***************/
/* Bar Styling */
/***************/

#left_bar, #right_bar {
	display: none;
}

/*******************/
/* Content Styling */
/*******************/

#meta .pdf_link {
	display: none;
}

#meta a {
	display: none;
}

#meta p a {
	display: inline;
}

#content h2 {
	padding-top:1.5em;
}
#content h3{
	font-size: 100%;
	font-weight: bolder;
	padding-top: 1em;
	padding-bottom:0.3em;
	margin-left:0px;
}

#content h4 {
	font-size: 120%;
	font-weight: bolder;
	margin: 10px 3px 0px 0px;
}

#content h5 {
	font-size: 110%;
	font-weight: bolder;
	margin: 15px 3px 0px 0px;
}

#content p {
	font-size: 90%;
	margin: 10px 3px 10px 0px;
	line-height: 140%;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }

#content ul, #content ol {
	font-size: 90%;
	list-style-type: square;
	margin: 0px 3px 5px 20px;
	padding: 0;
}

#content ol {
	list-style-type: decimal;
}

#content ul li ul, #content ul li ol, #content ol li ol, #content ol li ul {
	margin: 0 0 0 40px;
}

#content ol li ol {
	list-style-type: lower-roman;
}

/******************/
/* Addressbar Styling */
/******************/

#addressbar{
	clear: both;
	font-size: 75%;
	text-align: left;
	border-top: 3pt double #888;
	width:auto;
	padding-top: 10px;
	letter-spacing: .05em;
	font-family: "Trebuchet MS","Lucida Grande",Century Gothic,Verdana,Arial,Sans-serif;
	background-image:none;
	background-color:#FFFFFF;
	color:#000000;
}


div#addressbar p {

text-align:left;
width:auto;

}
/******************/
/* Copyright Styling */
/******************/

#copyright{
	clear: both;
	font-size: 75%;
	text-align: left;
	padding-top: 10px;
		/*width:690px;*/
	letter-spacing: .05em;
	font-family: "Trebuchet MS","Lucida Grande",Century Gothic,Verdana,Arial,Sans-serif;
	background-image:none;
	background-color:#FFFFFF;
		color:#000000;
			padding-bottom:0px;
		margin-bottom:0px;
}

div#copyright p {

text-align:left;
width:auto;

}
/******************/
/* Footer Styling */
/******************/

#footer {
	clear: both;
	font-size: 75%;
	text-align: left;
	border-top: 3pt double #888;
	border-bottom: 3pt double #888;
	padding-top: 10px;
	letter-spacing: .05em;
	font-family: "Trebuchet MS","Lucida Grande",Century Gothic,Verdana,Arial,Sans-serif;
	background-image:none;
	background-color:#FFFFFF;
		color:#000000;
	
}


#addressbar a, #addressbar a:hover,  #addressbar a:active,  #addressbar a:visited, #copyright a, #copyright a:hover,  #copyright a:active,  #copyright a:visited  {
color:#666666;
}
	#addressbar a.legal {
			padding-left: 0px;
		}
		
		
/*==============*/

 div#accessibilityLinks {
	 
	 display:none;
 }
 
 div#pageLink{
	 display:block;
 }
 
 div#sharethis{
	display:none; 
 }