/* ORIGINAL CSS FILE */

body {
	text-align:center;
	background-color: #C0C0C0;
	margin:0px;
	padding:0px;
}
#pageContainer {
	width:800px;
	margin:0px auto;
	border-top: 3px solid #5BB8FB;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:left;
	background-image: url(images/background-image.jpg);
	background-color: #dadbdd;
}
#header {
	
	height:80px;
	margin:0px	
}


h1 {
	color: #858585;
	font: normal 2em "Arial", Helvetica, Geneva, sans-serif;
	margin-left: 15px;
	margin-top:0px;
	margin-bottom:0px;
	}
	
	#content {
		margin:0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
	#content1 {
	color: #d0fffb;
	margin-top: 30px;
	/*padding-bottom: 2px;*/
}

#content1 img{
	border:none;
}
#content2 {
	height: 600px; /* this changes the height of the bottom blue panel with images - was 600 */
}

#contentleft { 
margin-top:110px; /* was 180px - sets top margin of text */
margin-left:95px;  /* sets position of the black top-bottom line in the text panel - was 175 */
border-left: 0px solid #000; /* was 1px to set a nice thin line */
padding-left:0px; /* was 20px to shift over text */
}
	
h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.3em;
color: #858585;
	font-weight: lighter;
	
	
}

#navigation {
	list-style-type: none;
	margin:15px;
	margin-left:300px; /* was 10 to align the menu to the left above the logo */
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.9em;
	padding: 0px;
	
	

	
}
a:hover {
	color: #555555; 
}
li {
	padding: 10px;
	margin-top: 0px;
	font: "Lucida Grande", Lucida, Verdana, sans-serif; .9em  /* was "Palatino Linotype", Book Antiqua, Palatino, serif; */
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #FFFFFF; /* this is the top link text*/ 

}


p { margin-right:90px; /* trying this to move text over - was 30px */
		text-align: justify;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight:lighter;
	color: #000000; /*THIS IS THE BODY TEXT*/
}
#contentleft a {
	color: #4B96CC;
}
#contentleft a:hover {
	color: #000;
}

img { border-style: none; }			
	
