/*
	------
	This stylesheet is licensed under the Creative Commons 
          Attribution-NonCommercial-ShareAlike License. 
	To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.0/ 
	or send a letter to 

	Creative Commons
	559 Nathan Abbott Way
	Stanford, California 94305, USA.
	------
	
	color wheel
	#ccc - lt. grey
        #6f6e6e - grey
	#666 - dk. grey
	#FFD700 - h3 header/greyish <-- new Gold
	#E8B4B7 - h3 header/greyish <-- Old 
	#F03C00 - orange
	#fe9636 - lt. orange
	#ffcf65 - yellowish
	#fff - white
	#000 - black

    this is the default template, see sjsuprint.css for a printable stylesheet.
	
*/

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align:center;
	background-color: #fff;
	background-image:URL(../images/LV-020.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed
}

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #B22222;
	text-decoration: none;
} 

A:link  
{
	color :#B22222;
	text-decoration: none;
}

A:active	{
	color: #6C0;
	text-decoration: none;
} 

A:hover		{
	color:#F03C00;
	text-decoration: underline;
} 

/*

This is where the magic happens. If you are on a 640x480 monitor for some reason, or have low resolution, 
you can set the width to something like 600.

*/

.main
{
	width:750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:300px;
	background:#ffffff;
	text-align:left;
	border: 2px solid #666;
	font-weight: bolder;
    background: url(back.png);
}

.padding {
	padding-left:35px;
	padding-right:35px;
	padding-bottom:20px;
}


/*

anything set to <span class="no"> will be invisible on screen but visible in print.

*/


.no {
display:none;
}

/*

this makes a little red triangle for a list item, you can delete this if you don't want any images

*/

ul
 {
	padding-left: 20px;
	list-style-type: disc;
} 

li
{
	padding-bottom:2px;
	padding-top: 2px;
}

h3, h4
{
	color: #182e00;
	font-weight: bold;
	padding-bottom: 5px;
}

h1, h2 {
        color: #204300;
	font-weight: bold;
}

/*

headers for slides have some style associated with them, they are black and white in the print version

*/

h3.header {
    font-family: "Trebuchet", Verdana, serif;
    background: #FFD700;
	font-weight: bold;
	font-size: 22px;
	font-style: italic;
	margin-top:0px;
	padding:10px;
	border-bottom: 1px dotted #97B0D5;
}

blockquote	
{
	font-family: "Times New Roman", Times, serif;
	margin-left : 15px;
}

small {
font-weight: normal;
}

td {
border :1px solid #666;
padding:4px;
}

.next
{
font-size: 12px;
color:#6f6e6e;
font-weight: normal;
padding-top:6px;
text-align: right;
}
