﻿body {
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	height:100%;
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAF4D9), to(#FFFFFF), color-stop(1,#FFFFFF));
	background: -moz-linear-gradient(0% 100% 90deg, #ffffff,#EAF4D9);
	 background-color: #EAF4D9;  
}

/* ---------------- header  ---------------------   */
.headerBackground {
	background-color: #c4dd98;
}
.menuBackground {		/* where no menue items exist, ie to the far right  */

	background: -moz-linear-gradient(19% 75% 90deg,#6F9E21, #4A6916, #476315 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 84%, from(#567A1A), to(#5F871D), color-stop(.6,#395212));
	background-color: #567a1a;

}
.menuBorder {
	background-color: #842418;
}
.logo {
	font: 24px Times New Roman, Times, serif;
	color: #FFBA00;
	letter-spacing: .3em;
	line-height: 26px;
}


/* -------------- headers ------------------ */
h2 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 7px;
	color: #666666;
}
h3 {
	font-size: 12px;
	margin-bottom: 3px;
}
h4 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #842418;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px font-weight: bold;
}

.shadow{
	box-shadow: 2px -2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000000;

}


.rounded {
	box-shadow: 2px -2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000000;

}
.roundedColor {
	background-color: #6B6D4A;
	color: #dddddd;
	padding: 2px 8px 2px 8px;
}
.roundedTitle {
	padding: 2px 8px 2px 8px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	font-variant: small-caps;
	
		
	box-shadow: 2px -2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000000;
	

}



.inputtext {
	padding: 2px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


/* ------------ center column --------------------- */
.centerCol {
	width: 500px;
}
.centerColw {
	/* use for wide 2-column page  */
	width: 700px;
}
.bodyText {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	padding: 5px 20px 20px 40px;
	min-height: 450px;
	color: #444444;
}
.bodyText p {
}
.bodyText .tableText {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
}
.bodyText li {
	margin-left: -10px;
	line-height: 14px;
}
.bodyText ul {
	margin-top: -5px;
}
.bodyText a {
	text-decoration: none;
	color: #842418;
}
p.pageName {
	font: 17px Arial, Helvetica, sans-serif;
	color: #842418;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px font-weight: bold;
}
.tagline {
	font: 10px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #444;
	letter-spacing: 1px;
	margin-top: 0px;
	padding-top: 0px;
}

.whatsnew {
	background: -webkit-gradient(linear, 0% 0%, 0% 84%, from(#C4DD98), to(#A7BD82));
	background-color: #C3DD96;
	padding: 20px;
	margin-top: 0px;
}
.whatsnew h4 {
	font-size:12px;
	margin-top:0px;
}



/*  -------------- tables  --------------------- */
table.formatted, td.formatted {
	border-color: #600;
	border-style: solid;
	font-size: 9px;
	line-height: 12px;
}
table.formatted {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}
td.formatted {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	background-color: #FFF8E6;
}


/* --------------- left column navigation -------------- */
.leftColumn {
	background-color: #B29166;
	width: 230px;
	background-image: url('../images/web3/page-background-d.jpg');
	background-repeat: no-repeat;
}
.leftNav {
	font: 13px Arial, Helvetica, sans-serif;
	color: #222222;
	line-height: 18px;
}
.leftNav a {
	color: #5E1811;
	text-decoration: none;
	font-weight: bold;
}
.leftNav a:hover {
	text-decoration: underline;
}
.leftNav b {
	color:  #DDDDFB;
	font-size:14px}


/* -------------- right column --------------- */
.rightCol {
	width: 200px;
}
.sidebarText p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #843500;
	line-height: 16px;
	margin-top: 4px;
}
.sidebarText .sidebarHeading, .sidebarText h1 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 15px;
}
.sidebarText li {
	margin-left: -20px;
}
.sidebarText ul {
	margin-top: -5px;
	color: #843500;
}
.sidebarText a {
	text-decoration: none;
	color: #26354A;
}
.sidebarText a:hover {
	text-decoration: underline;
}


/*  ------------ footer ------------*/
.footer {
	font-size: 9px;
	letter-spacing: 2px;
	color: #666666;
}
.footer a {
	color: #333333;
	text-decoration: none;
	line-height: 15px;
}
.footer a:hover {
	color: black;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}

