/**
 * desert.css
 *
 * Copyright (c) 2000-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Desert theme.
 *
 * $Id: desert.css,v 1.4 2008/04/04 17:06:52 asmecher Exp $
 */

body {
	}

a:link {
	color: #0044d1;
}

a:active {
	color: #f00;
}

a:visited {
	color: #666;
}

a:hover {
	color: #ff9d00;
	background:  #fff;
}

#header {
	border-bottom: 1px solid #f86801;
	background-color: white;
}

#headerTitle {
	padding-bottom: 10px;
	padding-top: 50px;
	height: 97px;
}

#header h1 {
	font-family: Garamond, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#main h2 {
	font-family: Garamond, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main h3 {
	font-family: Garamond, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navbar {
	border-bottom: 1px dotted #f86801;
	
}

#content {
	border-top: 0px dotted #f86801;
}

#content h3 {
	font-family: Garamond, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	font-family: Garamond, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #EBF0DE;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-color: #f96a00;
}

