
/*
Brown gradient          2b1108             5a2311
Green gradient              55680e              a4c91a
Yellow gradient             e7a300              f8d202

Solid yellow                                    ffcc00
Light brown(border of body)                  915a24-->

20 Plus

lighter red 4e0000
inner lighter red 470000
darker red/black 000000
*/

html, body {
	margin:0px;
	padding:0px;
	height: 100%;

}

#page {
	width:803px;
	position: relative;
	left: 15%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	top: 15px;
	z-index: -8;
	overflow: inherit;
}

#jsMenu {
	position:relative;
	top: 150;
	left: 15%;
	width: 803px;
	height: 45;
	padding: 0em;
	z-index: 20;
}

#topHeader {
	background-color: #270e07;
	background-image: url(../images/swirls.png);
	background-repeat: repeat-x;
	position: relative;
	width:100%;
	top: 0px;
	height:175px;
	z-index: 2;
}

#topHeader_20Plus {
	background-color: #4e0000;
	background-image: url(../images/swirls.png);
	background-repeat: repeat-x;
	position: relative;
	width:100%;
	top: 0px;
	height:175px;
	z-index: 2;
}

#headerContent {
	position: relative;
	top: 0px;
	width:100%;
	height: 251px;
	z-index: 0;
}

#footerCol1 {
	float: left;
	left: 100px;
	width: 75px;
	margin-left: 50px;
}

#footerCol2 {
	float: left;
	width: 125px;
}

#footerCol3 {
	float: left;
	width: 150px;
}

#footerCol4 {
	float: left;
	width: 125px;
}

#footerCol5 {
	float: left;
	width: 150px;
}

#footerCol6 {
	float: left;
	width: 100px;
}

.footerPrimaryLink {
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #CCCCCC;
}

.footerSecondaryLink {
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #CCCCCC;
}

A.footerPriLink {
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #CCCCCC;
}

A.footerPriLink:link { color: #CCCCCC }
A.footerPriLink:visited { color: #CCCCCC }
A.footerPriLink:hover { color: #F8BF0F }
A.footerPriLink:active { color: #CCCCCC }

A.footerLink {
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #CCCCCC;
}

A.footerLink:link { color: #CCCCCC }
A.footerLink:visited { color: #CCCCCC }
A.footerLink:hover { color: #F8BF0F }
A.footerLink:active { color: #CCCCCC }

.imLogo {
	position: absolute;
	left: 15%;
	top: 15px;
	z-index: 4;
}

.jumpInImage {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}

.cardboard {
	position: relative;
	background-image: url(../images/cardboard_bg.png);
	left: 5px;
	top: -37px;
	height: 100%;
	z-index: 1;
}

p, li ,a , td {
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: normal;
	font-size: 16;
	text-align: left;
	color: #FFFFFF;
}

b {
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: normal;
	font-size: 16;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}

A:link { color: #e7a300; }
A:visited { color: #e7a300; }
A:hover { color: #55680e; }
A:active { color: #e7a300; }

.heading {
	/**/
	font-family: "Comic Sans MS", "Lucida Calligraphy", "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: normal;
	font-size: 24;
	font-weight: bold;
	color: #f0a61a;
	text-align: left;
}

.heading_20Plus {
	/**/
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-size: 24;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.picDesc{
	/**/
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: normal;
	font-size: x-small;
	text-align: center;
	color: #f8d202;
}

#stickyTable {
	border: 1px solid #f8d202;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tableheader {
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}

.newsTitle {
	/**/
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: normal;
	font-size: 20;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

TABLE.box {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-style: solid;
	border-color: #270e07;
}

TR.sched_HeaderRow {
	background-color: #270e07;
}

TR.sched_PriRow {
	background-color: #5a2311;
}

TR.sched_SecRow {
	background-color: #55680e;
}

.hist_imgLeft {
	 float: left;
    margin: 4px;
}

.hist_imgRight {
 	float: right;
    margin: 4px;
}

.hist_finale {
	color: #F8BF0F;
	text-align: right;
	font-size: 32;
}

.redLink {
	/**/
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: italic;
	font-size: 16;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #ffcc00;
}

.noLink {
	/**/
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: italic;
	font-size: 16;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #ffcc00;
}

.cardboardLinks {
	text-align: right;
	position: relative;
	left: -10px;
	z-index: 10;
}

A.cardboardLinks {
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-size: 16;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
	position: relative;
	z-index: 10;
}

A.cardboardLinks:link { color: #000000; }
A.cardboardLinks:visited { color: #000000; }
A.cardboardLinks:hover { color: #55680e; }
A.cardboardLinks:active { color: #000000; }

.cardboardSmall {
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-size: 10;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	position: relative;
	left: -10px;
	color: #000000;
}

.cardboardSmallCenter {
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-size: 10;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

#accredidationInfo {
	position: relative;
	left: 25px;
}

.goldText {
	color: #f0a61a;
}

.giveCenter {
	color: #f0a61a;
	text-align: center;
}

.indentRight {
	position:relative;
	left:30px
}

.galleryImg {
	border-color: #FFFFFF;
	border-style: solid:
	border-top: 5px;
	border-left: 5px;
	border-right: 5px;
	border-bottom: 15px;
}

input, textarea, select {
	background-color: #2b1108;
	color: #FFFFFF;
	size: 30;
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-size: 16;
	font-weight: bold;
	border-color: #915a24;
}

td.right {
	/**/
	font-family: "Lucidia Sans Unicode", arial, Helvetica, Arial;
	font-style: normal;
	font-size: 16;
	text-align: right;
	color: #FFFFFF;
}
