html, body {

   margin : 0;

   padding : 0;

}




body {
	color : #333333;
	background : #157c92;
	width : 100%;
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
}


a:link {

   color : #3366FF;

   background : transparent;

   text-decoration : none;

}



a:visited {

   color : #990033;

   text-decoration : none;

}



a:hover {

   color : #a52a2a;

   text-decoration : underline;

  }



a:active {

   color : #484500;

}



h1 {

   text-align : center;

   margin : 1.2em 0.5em 1.2em 0.5em;

}

h2 {

	text-align : left;

	margin : 1.2em 0.5em 1.2em 0.5em;

	color: #666666;

}



#wrapper {

   margin : 0 auto;

   width : 750px;

   background :  url(images/coffeebckgr_new1.jpg) repeat-y;

}



#header {

   background-image :    url(images/headgraphic_new4.jpg);

   background-repeat : no-repeat;

   margin : 0 28px 0 28px;

   height : 125px;

}



#content {
	margin : 0 25px 0 25px;
	padding : 50px;
	color: #666;
}



#content p {
	margin : 0 35px 6px 35px;
	text-align : justify;
	color: #333;
}







 #navcontainer {

   margin-top : -25px;

   margin-left : 32px;
   

}



#navcontainer ul {

   list-style : none;

   margin : 0;

   padding : 0;

   text-align : center;

}



#navcontainer li {

   display : block;

   float : left;

}



#navcontainer li a {

   color : #fff;

   display : block;

   width : 162px; // used to be 130px for 5 containers

   text-decoration : none;

   background : #1da7c5;

   padding : 2px 4px;

   border-left : 1px solid #84979C;

   border-bottom : 1px solid #84979C;

   border-right : none;

}



#navcontainer ul li a:hover {

   color : #000;

   background : #fff;

}



#navcontainer a:active	{

   background : #9CB2B8;

   color : #fff;

}



#specialborder {

   border-right : 1px solid #84979C;

}



#searchform {

	background: #fff;

	padding: 2px;

	width: auto;

	border: 1px solid #999;

}







#footer {

 

   border-bottom : 1px solid #000;

   border-top : 1px solid #000;

   margin : 0 40px 0 60px;

   padding : 10px;

}



.emphasis{

	display : inline;

	font-style: italic;

	color: #000000;

}

.keywords {

	 font : 12px "Lucida Sans Unicode", Verdana, sans-serif;

	font-weight: bold;

	color: #702E76;

}

.sectionheading{

	font-style: normal;

	color: #73076F;

	font-weight: bold;

	font-size: 14px;

}


.sup {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
	color: #F00;
	font-weight: bold;
	}

.references {
	font-style: normal;
	color: #000;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: x-small;
}


.spec_emphasis {
	font-style: italic;
	color: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

