
	body {
		font-family: Lucida Grande, Verdana, Arial, sans-serif;
		font-size: 65%;
		line-height: 140%;
		background-color: #EEE;
		margin: 0;
		color: #666;
	}
	#header {
		width: 800px;
		height: 140px;
		background: #FFF url("../images/header_bg.gif") no-repeat;
		position: relative;
	}	
	
	#headerLogo {
	width: 171px;
	height: 75px;
	position: absolute;
	top: 15px;
	left: 40px;
	}
	#headerApple {
	width: 136px;
	height: 48px;
	position: absolute;
	top: 10px;
	left: 650px;
	}
/*---------------------------------------------------*/
	/* HTML NAV STYLES */
	
	#navcontainer {
	width: 750px;
	height: 17px;
	position: absolute;
	top: 117px;
	left: 35px;
	}
	

		
	/* END HTML NAV STYLES */
/*---------------------------------------------------*/
		
	
	#footer {
		width: 800px;
		height: 120px;
	}
	#content {
		width: 800px;
		margin: 5px 0;
		}
	#homecontent {
		width: 800px;
		height: auto;

		}
	#hometext_left {
		width: 400px;
		margin: 10px 10px 0px 10px;
    	float:left;
		}
		
	#hometext_right {
		width: 300px;
		float: right;
		border: thin dotted #919191;
		padding: 5px;
		margin: 10px 10px 5px 0px;
		}
		
	#sidebar {
		float: left;
		width: 200px;
		margin-left: 5px;
		
	}
	#maintext {
		margin-left: 260px;
		padding-top: 5px;
		width: 500px;
		
	}
	#sidebar img {
		/*margin: 10px 0;*/
		border: 1px solid #CCC;
		}
	#leftpic {
		padding: 10px 0;
		
		}
	h1 {
		color: #333;
		font-size: 160%;
		}
	h2 {
		color: #333;
		font-size: 130%;
		}
	h3 {
		color: #444;
		font-size: 110%;
		}
	q {
		color: #333;
		font-style: italic;
		
		}
	div .callout {
		color: #E08038;
		font-size: 110%;
		display: inline;
		font-weight: bold;
		}
	.botdiv {
		width: 490px;
		height: 10px;
		/*background: #FFF url ("images/div.gif") ;*/
		/*border-bottom: 1px dotted orange;*/
		}
	#tagline {
		float: right;
		padding-top: 10px;
		}
	/*	Links */
p a:link {color: #E08038; text-decoration: underline; font-weight: bold;}
p a:visited {color: #E08038; text-decoration: underline; font-weight: bold;}
p a:hover {color: #000; text-decoration: underline;}
p a:active {color: #000; text-decoration: underline;}

div.scroll {
	height: 275px;
	width: 440px;
	overflow: auto;
 padding: 3px;
}

div.scroll2 {
	height: 500px;
	width: 440px;
	overflow: auto;
 	padding: 3px;
 	margin: 0px 0px 10px 0px;
}
