html, body {

   margin : 0;

   padding : 0;

}



body {

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

   color : #333333;

   background : #157c92;

   width : 100%;

   font-size: 13px;

}



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/header02.gif);

   background-repeat : no-repeat;

   margin : 0 26px 0 26px;

   height : 125px;

}



#content {

   margin : 0 25px 0 25px;

   padding : 10px;

}



#content p {

   margin : 0 25px 6px 25px;

   text-align : justify;

}







 #navcontainer {

   margin-top : -32px;

   margin-left : 25px;

}



#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 : 130px;

   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 : #ccc;

}



#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;

}

