body {
	font-family: "Century Gothic", "Lucida sans", Verdana, Arial, sans-serif;
	color: #CCFF99;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	min-width: 760px;
	background-color: #040404;
	background-image: url(/images/blackBG.jpg);
}
a:link, a:visited, a:active {
	border-width: 0;
	outline: none;
	color: #CCFF99; /* #00CC00 - old */
	text-decoration: none;
}
a:hover {
	color: #FFB300; /* #FF9A02 - old */
}
img {
	border-width: 0;
	outline: none;
}
#masthead {
	background-image: url(/images/buttercup.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	height: 120px !important;
	position: absolute;
	width: 100%;
}
#motif {
	height: 110px;
	width: 100px;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
#wrapper {
	position: absolute;
	top: 60px;
	left: 5%;
	z-index: 10;
}
#column_wrapper {
	border-right: 1px solid #050505;
	padding-right: 50px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}

#right {
	margin: 0px 0px 0px 5px;
}
#left {
	width: 360px;
	float: left;
	background-image: url(/images/rightBG.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bottom {
	clear: both;
	padding-top: 20px;
}
#right .content, .bottom {
	color: #95A659; /* #ABB487 - old *//* #EADA6A - yellow *//* #7D8756 - older */
	font-size: 0.9em;
}
#left .content {
}
#masthead .content {
	margin: 10px;
}
/* main menu top-level */
ul.mainMenu {
	list-style-type: none;
	text-align: right;
	margin-top: 20px;
	margin-left: 1px;
	padding-bottom: 1.5em;
	padding-left: 0;
	border-width: 0;
	float: left;
	min-width: 260px;
}
ul.mainMenu {
	color: #00C100; 
}
ul.mainMenu a {
	color: #00C100; 
}
ul.mainMenu li {
	list-style-type: none;
	display: list-item;
	padding: 3px 0 6px;
	border-width: 0;
	min-width: 260px;
	background-image: url(/images/blackbutton.jpg);
	background-color: transparent;
	background-position: left -15px;
	background-repeat: no-repeat;
	border-width: 0;
}
ul.mainMenu li:hover, .liHover {
	background-image: url(/images/blackbutton.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
ul.mainMenu li a:link, ul.mainMenu li a:visited, ul.mainMenu li a:active {
	padding-right: 50px;
	background-image: url(/images/harrows.gif);
	background-repeat: no-repeat;
	background-position: right -1px;
}
ul.mainMenu li a:hover {
	color: #CCFF99;
	background-image: url(/images/harrows.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
}
ul.mainMenu li.selected, ul.mainMenu li.selected:hover {
	background-position: left -5px;
	background-color: transparent;
	border-bottom: 0 none;
}
ul.mainMenu li a.selected:link, ul.mainMenu li a.selected:visited, ul.mainMenu li a.selected:active {
	color: #FFB300; /* #FF9A02 - old */
	background-image: url(/images/harrows.gif);
	background-repeat: no-repeat;
	background-position: right -99px;
}
ul.mainMenu li a.selected:hover {
	background-image: url(/images/harrows.gif);
	background-repeat: no-repeat;
	background-position: right -1px;
}
/* main menu second-level */
ul ul {
	margin: 0.4em 0 -0.4em 0;
	padding: 0;
}
ul.mainMenu ul li {
}
ul.mainMenu ul li:hover, .ulliHover {
	background-image: url(/images/blackbutton.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
ul.mainMenu ul li a {
	font-size: 0.8em;
	color: #CCFF99;
}
ul.mainMenu ul li a:hover {
	color: #FFCC33; /* #FF9A02 - old */
}
ul.mainMenu li.selected ul li {
	background-position: left -5px;
}

#footer .content {padding: 12px 20px;}
#footer {
	position: relative;
	bottom: 0;
	font-size: 0.7em;
}
.uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFB300;
	margin-bottom: 30px;
}
h2.first {
	padding-top: 15px;
}
h3, h4 {
	font-size: 1.3em;
	color: #FFB300;
	font-weight: normal;
}
h4, h5 {
	font-size: 1em;
	color: #CCFF99;
	font-weight: normal;
}
h4 a {
	padding-right: 40px;
}
h4 a:link, h4 a:visited {
	background-image: url(/images/harrows.gif);
	background-repeat: no-repeat;
	background-position: right -1px;
}
h4 a:active, h4 a:hover {
	color: #CCFF99;
	background-image: url(/images/harrows.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
}
h4.selected a:link, h4.selected a:visited, h4.selected a:active {
	background-image: url(/images/harrows.gif);
	background-repeat: no-repeat;
	background-position: right -99px;
}
h4.selected a:hover {
	background-image: url(/images/harrows.gif);
	background-repeat: no-repeat;
	background-position: right -1px;
}

.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
img.left {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	margin-left: 10px;
}

#container {
	float: none;
	width: 480px;
	margin-top: -6px;
	outline: none;
	text-align: center;
}
#xmlContent {
	height: 330px;
	width: 500px;
	background-image: url(/images/smeHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}
.site {
	margin-top: 50px;
}
.caption {
	text-align: center;
	font-size: 0.8em;
}
.flash .right {
}
.flash p {
	padding-top: 90px;
}
.flash p.left {
	text-align: right;
	padding-right: 20px;
}
.flash p.getflash {
	font-size: 0.85em;
	color: #A2BA81;
	padding-top: 0;
}
#loadForm {
	width: 424px;
	float: right;
	margin-top: 10px;
}
.news a, #footer a {
	color: #009900; 
}
.yellow {
	color: #FFB300; /* #FF9A02/FF9900 - old */
}
.green {
	color: #009900;
}
.light {
	color: #CCFF99;
}
.dark {
	color: #999966;
}
.emph {
	font-weight: bold;
}
a.hilite:link, a.hilite:visited {
	color: #CCFF99;
}
a.hilite:active, a.hilite:hover {
	color: #FFB300; /* #FF9A02 - old */
}

.navCell {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px dotted #090;
}
.inline {
	display: inline;
}
h2.inline {
	font-size: 1.1em;
	font-weight: normal;
}
