/***** Page *****/

body
{
	background:#636958;
	color:#333;
	font:70% Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
}

body a:visited 
{
	text-decoration:none;
	border:0;	
}

.left 
{
	float:left;
	padding:0;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	display:inline;
}

.right
{
	display:inline;
	float:right;
	text-align:right;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

/***** Wrapper *****/

#wrapper
{
	background:white;
	border-left:5px solid #53584A;
	border-right:5px solid #53584A;
	color:#000;
	margin:0 auto;
	padding:0;
	width:740px;
}

/***** Top *****/

#top
{
	background:#FFFFFF;
	color:#000;
	height:103px;
	margin:0;
	padding:0;
	font-size: 1em;
	}


#top .left
{
	margin:4px 0 0 8px;

}

#top .right
{
	
	margin:4px 8px 0 0;
}

#top a
{
	background:inherit;
	color:#000;
	text-decoration:none;
}

#top a:hover
{
	text-decoration:underline;
}

/***** Navigation *****/

#navigation ul,#navigation li
{
	margin:0;
	padding:0;
}

#navigation
{
	background: #69c;
	color:#fff;
	font-size:1.2em;
	height:2em;
	line-height:2em;
	border: 1px solid #000000;
}

#navigation li
{
	float:left;
	list-style:none;
	white-space:nowrap;
}

#navigation li a
{
	background:inherit;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0 0px;
	text-decoration:none;
	text-transform:uppercase;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover
{
	background:#69c;
	color:#fff;
	text-decoration:none;
}

/***** Content *****/

#content
{
	background: white;
	float: left;
	padding: 5px 0px;
	width: 510px;
	color: #000;
	border: 0px solid #999999;
}

#content h3
{
	color:inherit;
	font-size:1.4em;
	margin:0;
	padding:10px 5px 0 0;
	text-align:left;
	background:inherit;
}

#content h4
{
	color:inherit;
	font-size:.8em;
	margin:0;
	padding:0 0 0 10px;
	font-weight:normal;
	background:inherit;
}

#content p
{
	margin:10px 5px;
	padding-left:10px;
	padding-right:10px;
	background:inherit;
	color:inherit;
}

#content a
{
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}

/***** Side Content *****/

#sidecontent
{
	margin:0;
	padding:15px 0 0 0;
	float:left;
	width:209px;
}

#sidecontent ul
{
	color:#333;
	list-style: none;
	padding:0;
	margin:0;
	background:inherit;
}

#sidecontent li
{
  padding: 0.1ex 0;
  	color: #C8A768;
	border-top: 1px dotted #ccc;
}

#sidecontent li a
{
	color:#000;
	text-decoration:none;
	font-size:1em;
	display:block;
	padding:3px 20px;
	background:inherit;
	border: none;
}

img {
  border-style: none;
}

#sidecontent li a:hover
{
	 background-color: #e7eff2;
	color: Navy;
}

#sidecontent h4
{
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:10px 0 2px 15px;
	color: #C8A768;
}

/***** Footer *****/

#footer
{
	background:#69c;
	clear:both;
	color:#000;
	font-size:.9em;
	height: 4em;
	line-height: 1.1em;
	padding-top: 5px;
	text-align:left;
}

#footer a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
		font-size:.9em;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer .left
{
	margin:0 0 0 8px;

}

#footer .right
{
	
	margin:0 8px 0 0;
}

/***** Navigation 2*****/

#navigation2 ul,#navigation2 li
{
	margin:0;
	padding:0;
}

#navigation2
{
	background:#fff;
	color:Black;
	font-size:1em;
	height:2em;
	line-height:2em;
	font: Arial;
	float: right;
	text-decoration: none;
}

#navigation2 li
{
	float:right;
	list-style:none;
	white-space:nowrap;
}

#navigation2 li a
{
	background:inherit;
	color: Black;
	display:block;
	font-weight:normal;
	padding-right: 5px;
	text-decoration:none;
}

* html #navigation2 a {width:1%;}

#navigation2 .selected, #navigation2 a:hover
{
	background:#e7eff2;
	color:Navy;
	text-decoration:none;
}



/***** Top 2*****/

#top2
{
	background:#FFFFFF;
	color:#000;
	height:65px;
	margin:0;
	padding:0;
	font-size: 1em;
	background-image: url(../images/coffee_bean_man.gif)
	}


#top2 .left
{
	margin:4px 0 0 8px;

}

#top2 .right
{
	
	margin:4px 8px 0 0;
}

#top2 a
{
	background:inherit;
	color:#000;
	text-decoration:none;
}

#top2 a:hover
{
	text-decoration:underline;
}

