body {
/*	background-image: url(images/gradient.jpg);*/
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index:0;

}

#container1 {
	margin-right: auto;	
	width: 80%;
	height: 100%;
/*	background-color: none;*/
	z-index:600;
	position:  relative;
}

#container {
	width: 100%;
	height: 100%;
}

#bottomLeft {
	background-image: url(images/bg-left-corner-sm.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: -240px 0 0px -190px;
	z-index:960;
	position: absolute;
	height: 243px;
	width: 328px;
}

/*#containerOld {
	width: 100%;
	height: 600px;
	background-image: url(images/bg-left-corner-sm.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index:700;
	position: relative;
}*/

#topRight {
	background-image: url(images/bg-right-corner.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 196px;
	z-index:950;
	position:  relative;	
}

#content
{ 
	position: relative;
	text-align: left;
	width: 650px; 
	border: 1px solid #000;
	background-color: #fff;
	height: 100%;/*  -20 whatever top two heights are (currently 600, so this #content is 580*/
	margin: -175px auto 0 auto;
	z-index: 900;	
	position: relative;
} 

/*#container a:link {
	position: relative;
	z-index: 1;

}*/

/*#content a, #content a:visited, #content a:hover {
		z-index: 1000;
		position: relative;
}*/
#container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 20px;
	color:#003366;
	margin: 9px 20px 0 20px;
	text-align: justify;
	
}
#container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #66CC66;
	margin: 10px 0 -10px 10px;
	
}
.purple p {
	color: #601A60;
}
#container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	color: #0099FF;
	margin: 10px 0 -10px 10px;
	
}
#boxNews h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	color: #660033;
	margin: 10px 0 -10px 10px;
	
}
#photo {
	margin: 0 5px;
	border: 2px solid #FF6699;
}
#navTop {
	margin: 10px auto 10px auto; 
	text-align: center;
	width: 650px;
	color: #347D8D;


} 
#navTop a:link, #navTop a:visited, #navTop a {
	color: #347D8D;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 15px 0 15px;
	text-decoration: none;
/*	position: relative;
	z-index: 1000; */
	
}
#navTop a:hover {
	color: #00CC99;
/*	position: relative;
	z-index: 1000;*/
}


#boxNews {
	display: block;
	float: right;
	width: 196px;
	background-color: #D9EFF4;
	border: 1px solid #6666CC;
	margin: 10px 10px 4px 10px;
	background-image: url(images/bg-news.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	z-index: 1000;
	position:  relative;
}
#boxNews p {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 7px 15px 7px 15px;

}
#boxNews h3 {
	color: #FF6699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 7px 15px -5px 15px;
	font-size: 0.9em;

}
#boxNewsHeading {
	display: block;
	background-color: #5996C2;
	width: 100%;
	border-bottom: 1px solid #6666CC;
	margin-bottom: 5px;
	padding: 3px 0 3px 0;
}
#boxNewsHeading h1 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
}
#boxNewsBottom p {
	text-align: right;
	margin: 10px 5px 20px 0;
}
#boxNewsBottom a:link, #boxNewsBottom a:visited {
	color: #333366;
}
#boxNewsBottom a:hover {
	color: #336699;
}	


