@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../SiteImages/background-3a.jpg);
	background-color: #602004;
   }

.Main-Cell-Header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 140px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../SiteImages/Top-Bamboo.png);
}
.Main-Cell-Content {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 132px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../SiteImages/Bottom-Edge.jpg);
}

.Main-Cell-Footer {
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 50px;
	background-image: url(../SiteImages/background-blur-footer-only.jpg);
}
.Main-Cells {
	width: 100%;
	background-repeat: repeat-y;
	background-position: center bottom;
	background-image: url(../SiteImages/Edge-Center-Repeat.png);
}


.Main-All {
	width: 100%;
	background-repeat: repeat-y;
	background-position: center bottom;
	height: 100%;
	background-image: url(../SiteImages/background-blur.png);
}
.TableCellHeader {
	background-image: url(../SiteImages/Logo-and-board.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.TableLeftJustify {
	text-align: left;
}
.TextTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFC;
	line-height: 24px;
	font-weight: bold;
}
.TextTitleLarge {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	color: #EABB00;
	line-height: 22pt;
}

.TextsSubTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFC;
	line-height: 18px;
	font-weight: bold;
}


.TextContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFC;
	line-height: 15px;
}
.TextContentCartoon {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FFC;
	line-height: 22px;
}
.TextContentLargeCartoon {
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	color: #FFC;
	line-height: 25px;
}


.TextContentDoubleSpace {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFC;
	line-height: 24px;
}

.TextContentYellow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFA824;
	line-height: 24px;
}

.TextSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFA824;
	line-height: 15px;
}
.TextTinyTight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFA824;
	line-height: 11px;
}


.SpaceLtRtBtm {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.SpaceRtBtm {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.SpaceLtBtm {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 20px;
}
.SpaceTpBtm {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.backPattern {
	background-image: url(../SiteImages/back.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.FormBox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFC;
	margin: 2px;
	border: 1px solid #935211;
	padding: 2px;
	background-color: #4F1D04;
}
.LineVertical {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #A76101;
	border-right-color: #A76101;
	border-bottom-color: #A76101;
	border-left-color: #A76101;
}

.dashedBox {
	padding: 10px;
	border: 1px dashed #714400;
	background-color: #692808;
	margin: 5px;
}
a.Brightlink:link    
{
	color: #FFA824;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
}
a.Brightlink:visited  {
	color: #FFA824;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
}
a.Brightlink:hover    {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: normal;
	text-decoration: underline;
}
