@charset "utf-8";
/* CSS Document */

/**
 * 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: #333;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a:link {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F00;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F60;
}

a:visited {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 13px;
	color: #CCC;
}

a:hover {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 13px;
	color: #999;
}

#header {
	background-color: #000;
	height: 150px;
	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-color: #000;
	background-image: url(https://lh4.googleusercontent.com/-XAeYe_lg1Ag/UUI6dUq4AtI/AAAAAAAAAQA/LX4olBDnJVk/s170/backgroundTopo.png);	padding-bottom: 20px;
	padding-top: 0px;
	height: 80px;
	background: #000;	
}

#header h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #F30;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 15px;
}

#main h2 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #F30;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
 	padding-top: 15px;
}
#main h3 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #F30;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 15px;
}


#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: "Arial Narrow", Arial, sans-serif;
}

#content h4 {
	font-family: "Arial Narrow", Arial, sans-serif;
}
#navbar {
	margin-right: 0;
	padding-bottom: 5px;

}

#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: #fff;
}
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: #FF0;
	font-size: 13px;
}
ul.menu li.visited {
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #CCC;
}

ul.menu li.a {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
.tocArticle {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
}