@charset "iso-8859-1";
/* This CSS was created by Coggy and modified by Milo */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. */
/* Finalised 21st June 2005 */


html, body {
   margin : 0;
   padding : 0;
}

body {
   font : 12px "trebuchet ms", "Verdana", Lucida Sans Unicode, sans-serif;
   color : #333333;
   background : #FFF;
   width : 100%;
}


a:link {
   color : #494949;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #666666;
   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;
}

#wrapper {
   margin : 0 auto;
   width : 750px;
   background : url(coffeebckgr.jpg) repeat-y;
}

#header {
   background-image : url(header.png);
   background-repeat : no-repeat;
   margin : 0 100px 0 25px;
   height : 300px;
   width : 697px;
}

#content {
   margin : 0 25px 0 25px;
   padding : 10px;
}

#content p {
   margin : 0 160px 6px 0;
   text-align : justify;
}

#rightcol {
   float : right;
   width : 110px;
   margin : 7em 5px 0 0;
   border-left : 1px solid #9CB2B8;
   padding : 0 0 0 5px;
}

#rightcol p {
   margin : 1.2em 0.5em 1.2em 0.5em;
   font-size : 10px;
}

 #navcontainer {
   margin-top : 0px;
   margin-left : 25px;
}

#navcontainer ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}



#navcontainer li a {
   color : #444;
   display : block;
   width : 109px;
   text-decoration : none;
   background : #deffff;
   padding : 2px 3px;
   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;
}

/* EDITS */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 116px;
}


#nav li {
	float: left;
	width: 116px;
}


/* This is for all browsers except for IE */
html>body #nav li ul{
	position: absolute;
	width: 116px;
	left: -999em;
	margin-left:0px;

}

#nav li ul {
	position: absolute;
	width: 116px;
	left: -999em;
	margin-left: -58px;
}
#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}





.specialborder {
   border-right : 1px solid #84979C;
}

#searchform {
	background: #fff;
	padding: 2px;
	width: auto;
	border: 1px solid #999;
}

#searchbut {
	background: #fff;
	font-size: 90%;
	width: auto;
	border: 1px solid #333333;
   margin-left : 2px;
}

#searchinput {
	background: #deffff;
	font-size: 90%;
	border: 1px solid #1d4151;
   margin-left : 2px;
   width : 53px;
}

#footer {
   border-bottom : 1px solid #000;
   border-top : 1px solid #9CB2B8;
   margin : 0 28px 0 25px;
   padding : 10px;
}

#counter {
   display : none;
}


/* W3C Code */
/* from http://www.sovavsiti.cz/css/w3c_buttons.html */


.w3cbutton3 {
  margin: 1em 0;
  width: 5em;
  border: 1px solid #ccc;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}
.w3cbutton3 a {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
}
.w3cbutton3 a:link,
.w3cbutton3 a:visited,
.w3cbutton3 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.w3cbutton3 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
