body{

	font-family: Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 135%;
	/*background-image: url("graphics/swirl1.gif") ;*/
	background-repeat:no-repeat;
	background-position: center 140px ; 

}

a{
	color: #FAB610;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color: #702672;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h1 {
	color: #black;
	font-size: 190%;
	margin-top: 30px;
	margin-bottom: 0;
	position: relative;
	line-height: 100%;

}

h2 {
	color: #702672;
	font-size: 140%;
	margin-top: 10px;
	margin-bottom: 0;
	position: relative;
	padding: 0 0 0 0px;
	/*background-image: url("bullet.gif");*/
	background-repeat: no-repeat;
	background-position: 0 1px;
}

h3{
	color: #af0000;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 0;
	position: relative;
	padding: 0 0 0 0px;
	/*background-image: url("bullet.gif");*/
	background-repeat: no-repeat;
	background-position: 0 1px;
}

h3 span{
	background-color: #fff;
}

p{
	margin: 5px 0px 0px 0px;
}


#container{
	
	background-image: url("graphics/bottomswirl1.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	width: 740px;
	border: 0px solid #5F5F5F;
	border-bottom: 0;
	border-top: 0;
	margin: 0 auto;
	
	
	 left: 50%;
	 margin-left: -35%;
	  
	 position:absolute; 
	
	/* position: relative; */
	/* text-align: left; */
}

#pageHeader {
	padding: 5px 10 10 10px;
	/* padding: 58px 10 10 10px; */
}

#intro{
	margin-left: 0px;
	/*  margin-left: -20px; */
	
	
}

#content{
	/*margin-left: -220px;*/
	/*padding-right: 100px;*/
	/*font-size: 90%;*/
	/*width: 350px;*/
}

#content2{
	/*margin-left: -220px;*/
	padding-right: 250px;
	/*font-size: 90%;*/
	/*width: 350px;*/
}

#supportingText{
	margin-left: 220px;
	padding-right: 10px;
	font-size: 90%;
}



#footer{
	position: relative; 
	left: -180px; 
	padding: 65px 10px 30px 20px;
	background-image: url("footer.gif");
	background-repeat: no-repeat;
	background-position: 0 55px;
	
}
#table{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 135%;
}


	/*define the navbar content*/
#navbar {
	list-style-type:none;
	display: block;
	/*margin-left: 5px;*/
	margin-left: 0px;
}
#navbar li {
	display: inline;
	float: left;
	font-size: 1.2 em;
	font-weight: bold;
	background-color: white;
}
#navbar li a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	display: block;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0em;
}
#navbar li a:hover {
	background-color: #FBBB0F;
	font-weight: bold;
}

}

