/* Generic Selectors */ 

body { 

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #666666; 
background-color: #FFFFFF; 
} 

p { 
width: 90%; 
} 

h1 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px; 
font-weight: bold; 
color: #333333; 
} 
h2 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
color: #666666; 
} 
h3 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
color: #FF0000; 
} 


/**************** Pseudo classes ****************/ 

a:link {color: #666666; font-weight: normal; text-decoration: underline; } 
a:visited {color: #666666; font-weight: normal; text-decoration: underline; } 
a:hover {color: #6666FF; font-weight: bold; text-decoration: underline; } 
a:active {color: #6666FF; font-weight: normal; text-decoration: underline; } 


/************************* ID's *************************/ 

#container {
	position: absolute;
	width: 800px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	visibility: visible;
	overflow: auto;
	background:       url(background.jpg) no-repeat;
} 
#container_blank {
	position: absolute;
	width: 800px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	visibility: visible;
	overflow: auto;
} 
#banner {
	position: absolute;
	width: 790px;
	height: 50px;
	margin: 0;
	font-weight: normal;
	visibility: visible;
	text-align: left;
	left: 10px;
	top: 15px;
} 

#home {
	position: absolute;
	width: auto;
	height: auto;
	font-weight: normal;
	visibility: visible;
	margin: 0px;
	left: 490px;
	top: 15px;
}

#ppr {
	position: absolute;
	width: auto;
	height: auto;
	font-weight: normal;
	visibility: visible;
	margin: 0px;
	left: 605px;
	top: 15px;
}

#location {
	position: absolute;
	width: auto;
	height: auto;
	font-weight: normal;
	visibility: visible;
	margin: 0px;
	left: 700px;
	top: 15px;
}

#left {
	position: absolute;
	width: 460px;
	height: 525px;
	padding: 0px;
	margin: 0px;
	top: 60px;
	left: 10px;
	visibility: visible;
	overflow: auto;
} 
#right {
	position: absolute;
	width: 310px;
	height: 525px;
	padding: 0px;
	margin: 0px;
	top: 60px;
	left: 480px;
	visibility: visible;
	overflow: auto;
} 

/************************* New styles *************************/ 

.Notes {
	font-size: 10px;
	color: #333333;
}
