/* johncrice.com stylesheet for print2web */



/* global css reset starts */
		
		:link,:visited {
		text-decoration:none
		}

		ul,ol {
		list-style:none
		}

		h1,h2,h3,h4,h5,h6,pre,code {
		font-size:1em;
		}

		ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
		margin:0;
		padding:0
		}

		a img,:link img,:visited img {
		border:none
		}

		address {
		font-style:normal
		}
		
		object {
		text-decoration:none;
		}
		
/* global css reset ends */


/* Start of styles */

		body {
		text-align:center;
		background-color:rgb(255,255,255);
		margin:0;
		padding:0;
		background-image:url(../images/stripe1.gif);
		background-repeat:repeat;
		}
		
		div#wrapper {
		width:900px;
		height:auto;
		min-height:750px;
		padding:0;
		margin:0 auto;
		border:1px solid #333;
		background-color:white;
		}
		
		div#header {
		background-color: rgb(255,127,0);
		width:900px;
		height:75px;
		}
		
		div#content {
		width:850px;
		height:100%;
		margin:20px 0 30px 40px;
		/* border:2px solid #660000; */
		padding:0;
		}
		
		div#sidebar {
		width:200px;
		height:100%;
		min-height:500px;
		margin:10px 10px 15px 15px;
		float:right;
		background-color: rgb(230,230,230);
		}
		

/* paragraph style */

		p#nav {
		font-family: Trebuchet ms, Verdana, arial, sans-serif;
		margin:25px 0 15px 22px;
		font-weight: 100;
		text-align:justify;
		font-size: 0.8em;
		line-height: 1.4em;
		color:rgb(80,90,120);
		width:800px;
		}
		
		p#nav a#active {
		text-decoration:underline;
		color:rgb(0,0,0);
		font-size: 1.4em;
		}
		
		p#nav a:visited {
		text-decoration:underline;
		color:rgb(255,127,0);
		}
		
		p#nav a:link {
		text-decoration:underline;
		color:rgb(255,127,0);
		}
		
		p#nav a:hover {
		text-decoration:underline;
		color:rgb(104,104,104);
		}




		
		p {
		font-family: Trebuchet ms, Verdana, arial, sans-serif;
		margin:12px 0 12px 22px;
		font-weight: 100;
		text-align:justify;
		font-size: 0.9em;
		line-height: 1.4em;
		color:rgb(104,104,104);
		width:540px;
		}
		
		p a:active {
		text-decoration:underline;
		color:rgb(255,127,0);
		}
		
		p a:visited {
		text-decoration:underline;
		color:rgb(255,127,0);
		}
		
		p a:link {
		text-decoration:underline;
		color:rgb(255,127,0);
		}
		
		p a:hover {
		text-decoration:underline;
		color:rgb(104,104,104);
		}
		
		p span {
		font-family: Trebuchet ms, Verdana, arial, sans-serif;
		font-size: 1.4em;
		color:rgb(255,127,0);
		}
		
		h1 {
		font-family: "Century Schoolbook", "Times New Roman", serif;
		font-size: 2.5em;
		text-align: left;
		color:#rgb(54,54,54);
		padding: 20px 0 10px 0;
		font-weight: 100;
		margin:4px 0 12px 22px;
		}
		
		h2 {
		font-family: "Century Schoolbook", "Times New Roman", serif;
		font-size: 1.2em;
		font-weight: 100;
		text-align: left;
		color:rgb(0,0,0);
		letter-spacing: 1px;
		padding:0 0 8px 0;
		margin: 20px 0 0 22px;
		border-bottom:1px dotted rgb(174,174,174);
		width:550px;
		}
		
		h3 {
		font-family: Arial, sans-serif;
		font-size: 0.8em;
		font-weight: bold;
		text-align: left;
		color:rgb(255,255,255);
		letter-spacing: 3px;
		margin: 5px 0 20px 12px;	
		}

		ul {
		color:rgb(255,127,0);
		line-height:1.9em;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.8em;
		text-align: left;
		margin:10px 0 25px 22px;
		}

		ul li {
		border-bottom:1px dotted #444;
		letter-spacing: 2px;
		padding:5px;
		text-indent: 10px;
		width:500px;
		}
		
		img#outsourcing {
		float:right;
		padding:20px 20px 0 0;
		}
		
		
	ul#list1 {
	width:600px;
	list-style: none;
	margin:20px 0 25px 22px;
	}
	
	ul#list1 em {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color:rgb(104,104,104);
	}

	ul#list1 li {
	text-align:left;
	font-size:0.9em;
	line-height:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(104,104,104);
	}
	
	ul#list1 li a:link {
		color:rgb(50,50,50);
		text-decoration:none;
	}
	
	ul#list1 li a:visited {
		color:rgb(104,104,104);
		text-decoration:none;
	}
	
	ul#list1 li a:hover {
		color:rgb(104,104,104);
		text-decoration:none;
	}
	
	ul.list2 {
	font-size:1.0em;
	width:600px;
	list-style: none;
	margin:0 0 15px 22px;
	line-height: 1.7em;
	list-style-type: square;
	list-style-position: inside;
	}
	
	ul.list2 li {
	text-align:left;
	font-weight: normal;
	font-size:0.8em;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:rgb(104,104,104);
	}
	
	ul.list2 li a:link {
		color:rgb(25,25,25);
		text-decoration:underline;
	}
	
	ul.list2 li a:visited {
		color:rgb(25,25,25);
		text-decoration:underline;
	}
	
	ul.list2 li a:hover {
		color:rgb(25,25,25);
		text-decoration:underline;
	}
	


	p.back2top {
		font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		text-align:left;
		font-size:0.7em;
		line-height:1.5em;
		color:rgb(104,104,104);
		padding: 6px 0 10px 25px;
		margin:0 60px 10px 25px;	
	}
	
	p.back2top a:link {
		color:rgb(50,50,50);
		text-decoration:none;
	}
	
	p.back2top a:visited {
		color:rgb(104,104,104);
		text-decoration:none;
	}
	
	p.back2top a:hover {
		color:rgb(104,104,104);
		text-decoration:none;
	}
	
	img {
	float:right;
	padding:20px 20px 0 0;
	}
		
	div#png_box {
		background-color: rgb(210,210,210);
		width:850px;
		height:250px;
	}

	div.sidebar {
	width:150px;
	height:125px;
	float:right;
	padding:10px;
	text-align: left;
	border-left:1px dotted #666;
	height:100%;
	min-height: 500px;
	}
	
	div.sidebar p {
	width:100px;
	}
	
	div#flashmovie {
	height:230px;
	width:300px;
	border:1px solid #666;
	margin:0 0 0 22px;
	}
	
		p.citation {
		font-family:arial, sans-serif;
		text-align:left;
		font-size: 0.7em;
		line-height: 1.4em;
		color:rgb(104,104,104);
		padding:0 0 0 10px;
		margin:8px 0 0 0;
		text-indent:10px;
		}
		
		p.citation a:visited {
		text-decoration:none;
		color:rgb(104,104,104);
		}
		
		p.citation a:link {
		text-decoration:none;
		color:rgb(104,104,104);
		padding:0 6px 0 0;
		}
		
		p.citation a:hover {
		text-decoration:none;
		color:rgb(0,0,0);
		}
		
		
		div#download {
		width:400px;
		height:35px;
		margin-left:20px;
		padding:0 0 10px 0;
		background-color: rgb(230,230,230);
		border:1px dotted rgb(104,104,104);
		background-image: url(../images/Folder.gif);
		background-repeat: no-repeat;
		background-position: 20px 5px;
		}