/*
Swatches:
  red        : #602020
  green      : #387738
  blue       : #003E66
  dp purple  : #330022
  dp blue    : #112233
  dk tan     : #BBA070
  lt tan     : #E0D8B0
  yellowish  : #EEE8C4
  off-white  : #F8F4E0
  link green : #339933

  page background          : dp purple or dp blue
  header/footer background : red
  main content background  : yellow
  main content overlay     : lt tan
  general divider/border   : dk tan
  headings/titles          : green
*/

/* + GLOBALS */
/* moon */
body 
{
    font-family:Verdana, Arial;
    font-size:10pt;
  
	
}

td {
	font-family: Arial;
	font-size: 10pt;
}
a {
	color: #339933;
}
input {
	font-size: 8pt;
}
select {
	font-size: 8pt;
}
p {
	margin-top: 10pt;
	margin-bottom: 10pt;
}

/* - GLOBALS */
/* + PAGE AREAS */

.header {
	background: #602020;
}
.middle-div {
	height: 3px;
	background: #BBA070;
}
.middle {
	background: #EEE8C4;
}
.leftside {
	padding: 8px 0px 8px 8px;
	text-align: left;
}
.main {
	padding: 8px 16px 16px;
	text-align: left;
}
.rightside {
	background: #FFFFDD;
	border: solid #990000;
	border-width: 1px 1px 1px 0px;
	padding: 3px;
}
.footer {
	color: #BBA070;
	background: #602020;
	padding: 4px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: left;
}

/* - PAGE AREAS */
/* + GENERAL */

.elementlabel {
	color: #666666;
	background: #EEEECC;
	font-family: Arial;
	font-size: 5pt;
	text-align: right;
}
.contentbox {
	background: #E0D8B0;
	border: 1px solid #BBA070;
	padding: 3px;
}
.contentbox.titled {
	margin-top: 1px;
	border-width: 1px 1px 1px;
}
.contentbox .title {
	color: #003E66;
	margin-bottom: 2px;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.img-ctr {
	text-align: center;
	margin-bottom: 7pt;
}
.img-lf {
	margin-right: 7pt;
	margin-bottom: 7pt;
	float: left;
	clear: left;
}
.img-rt {
	margin-left: 7pt;
	margin-bottom: 7pt;
	float: right;
	clear: right;
}
.img-caption {
	background: #E0D8B0;
	margin-top: 1px;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold;
}
.field-label {
	font-size: 10pt;
}

/* - GENERAL */
/* + HEADING */

.heading {
	color: #003E66;
	font-family: Times New Roman, serif;
	font-size: 18pt;
	font-weight: bold;
}

/* - HEADING */
/* + BREADCRUMBS */

.crumbs {
}

/* - BREADCRUMBS */
/* + COLUMNS */

.columns td {
	vertical-align: top;
	height: 100%;
}
.columns td div.contentbox {
	height: 100%;
}

/* - COLUMNS */
/* + ARTICLE */

.article {
	color: #000000;
}
.article .title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13pt;
}
.article .info {
	color: #666666;
	font-size: 8pt;
}
.article .body {
}
.article .nav {
	clear: both;
}
.article .nav .label {
	font-weight: bold;
	padding-right: 5px;
}
.article .nav .links {
}

/* - ARTICLE */
/* + SIDEBAR/MENU */

.menu-level-1 {
}
.menu-level-2 {
	font-size: 8pt;
}

/* - SIDEBAR/MENU */
/* + FOOTER/LINKS */

.footer .links a {
	color: #BBA070;
}

/* - FOOTER/LINKS */
