/**
 * desert.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Desert theme.
 *
 * $Id$
 */

body {
	background-color: #fbf9ee;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	text-decoration: underline;
	background-color:#fbf9ee;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66CC00;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99CC66;
	text-decoration: underline;
}

#header {
	background-color: #dee5cb;
	height: 170px;
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#headerTitle {
	background: #dee5cb;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #939598;
	line-height: 24px;
}

#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #939598;
	line-height: 22px;
}

#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #939598;
	line-height: 20px;
}

#navbar {
	border-bottom: 1px solid #898e79;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#navbar {
	margin-right: 0;
	padding-bottom: 5px;
	border-bottom: 2px dotted #687819;
}

#navbar a {
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: bold;
}

#navbar.current {
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #f5ab19;
}

#navbar.visited {
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #666;
}

#breadcrumb {
	padding-top: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#breadcrumb a {
	text-decoration: none;
	font-size: 11px;
}

#breadcrumb a.current {
	font-weight: bold;
	font-size: 11px;
	color: #f5ab19;
}
ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	display: inline;
	font-size: 13px;
	line-height: 18px;
}


ul.menu li.current {
	font-weight: bold;
	color: #f5ab19;
	font-size: 13px;
}
ul.menu li.visited {
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #666;
}

ul.menu li.a {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

