/* CSS Document */

h1 { 
	margin-top: 0em; 
	margin-bottom: 0.3em;
    padding-top: 0.3em;
	
    color: #565656; 
	
    font-size: 2.7em; 
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: normal; 
    text-decoration: none; 
    font-weight: normal;
 }
 
h2 { 
	margin: 0.3em 0 0.2em 0;
    color: #ff0000; 
    font-size: 1.36em; 
    font-family: Verdana, sans-serif, Helvetica; 
    font-weight: bold; line-height: normal; 
    text-decoration: none 
}

h3 { 
	margin: 0.3em 0 0.2em 0;
    color: #000000; 
    font-size: 1.36em; 
    font-family: Verdana, sans-serif, Helvetica; 
    font-weight: bold; line-height: normal; 
    text-decoration: none 
}
 
h4 {
 	clear:left;
	
 	padding-top: 1em;
	padding-bottom: 0.45em;
	
	color: #660; 
    
	font-size: 1.27em; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    
    text-decoration: none;
	border: 0px solid #0f0;
}
 
p {
 	font-size: 1em; /* 1em = 11px */

	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

a, a:link, a:visited {
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}
a:hover {
	color: #ff0000
}

ul {
	margin-left: 2.7em;
	padding-left: 0px;
	
	font-size: 1em;
	list-style-type: disc;

	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul li {
	padding-left: 5px;
}

ol {
	margin-left: 3.2em;
	padding-left: 0px;
	
	font-size: 1em;

	line-height: 1.36em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 

	border: 0px solid #000;
}

/* Styles the inline information about non-html (PDF, MS-Word, etc.) files */
.pdf_info{	
	font-size: 0.85em; color: #555;  
}

div.LeftNavFollowingLink {
	position: absolute;
	text-align: center;
	color: #fff;
	border: 0px solid #82191e;
	left: 0;
}

div.LeftNavFollowingLink a:link, div.LeftNavFollowingLink a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	padding: 0.6em 0.2em 0.6em 0.7em;	
	width: 15em; /* IE5.5 gets this values, overridden for other browsers on the next line */
	width/**/:/**/ 14.1em; /* All browsers except IE5.5 get this value */
	line-height: 1.2em;
	text-decoration: none;
	color: white;
	font-weight:bold;
	border: 0px solid #0f0;

}

div.LeftNavFollowingLink a:hover, div.LeftNavFollowingLink a:active{
	background: url(http://www.csueastbay.edu/includes/template2007/images/menu_bg2.jpg);
}