/*
	------

	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
	
	#90000e - deep red
	#ffcf65 - yellowish
	#243989 - blue
	#6C0 - lime green
    #162b4a - purplish blue
    #bccba9 - light green
	
	#fff - white
	#000 - black

    this is the default template, see styleprint.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: #CCCCCC;
    background-image: url(34.gif);
}

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #243989;
	text-decoration: none;
} 

A:link  
{
	color :#243989;
	text-decoration: none;
}

A:active	{
	color: #6C0;
	text-decoration: none;
} 

A:hover		{
	color:#90000e;
	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: 1px solid #666;
	font-weight: bolder;
	background-repeat: no-repeat; 
	background-position: top;
}

.center {
text-align:center;
}

.padding {
	padding-left:35px;
	padding-right:35px;
	padding-bottom:20px;
}

.no {
display:none;
}

ul
 {
	padding-left: 20px;
	list-style-image:url(dingbat.jpg);
} 

li
{
	padding-bottom:2px;
	padding-top: 2px;
}

h3, h4
{
	color: #162b4a;
	font-weight: bold;
	padding-bottom: 5px;
}

h1, h2 {
    color: #162b4a;
	font-weight: bold;
}

h3.header {
    font-family: "Times New Roman", Times, serif;
    color: #162b4a;
    background:   #bccba9;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	margin-top:0px;
	padding:10px;
	border-bottom: 1px dotted #ccc;
}

blockquote	
{
	font-family: "Times New Roman", Times, serif;
	margin-left : 15px;
}

small {
font-weight: normal;
}

.big {
font-size: 36px;
}

td {
border :1px solid #666;
padding:4px;
}


.next
{
font-size: 12px;
color:#6f6e6e;
font-weight: normal;
padding-top:6px;
text-align: right;
}
