BODY {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100.1%;
	background-color:#CAD3BE;
	margin: 0px;
	color: #333333;
}
#holder {
	width:780px;
	border:1px #333333 solid;
}
IFRAME {
	border-bottom: #2C5347 solid 1px;
	border-left:none;
	border-right:none;
	border-top:none;
}
.TopHead {
	border-color: #2C5347;
	border-style:solid;
	border-width: 1px 1px 1px 1px;
}
.TopHead p {
	font-size: 85%;
}
.TopHead h1 {
	font-size: 24px;
	font-weight: bolder;
	color: #2C5347;
	background-color:#CAD3BE;
}
h1 {
	font-size: 125%;
	color: #2C5347;
	padding-top:10px;
}
h2 {
	font-size: 120%;
	color: #2C5347;
}
a:link {
	color: #000033;
	text-decoration: none;
	background-color:#CAD3BE;
}
a:visited {
	color: #320066;
	text-decoration: none;
	background-color:#CAD3BE;
}
a:hover {
	color: #660033;
	text-decoration: none;
	background-color:#CAD3BE;
}
a:active {
	color: #660033;
	text-decoration: none;
	font-weight: bold;
	background-color:#CAD3BE;
}
hr {
	width: 95%;
	color: #2C5347;
	margin-bottom: 2px;
	margin-top: 2px;
	background-color:#CAD3BE;
}
sup {
	vertical-align: middle;
}
ul {
	margin-left: 10px;
	list-style: square;
}
/*Form Elements*/
form {
	font-size: 90%;
	margin-top : 12px;
}
input {
	background-color : #C0CCB3;
	border : 1px solid #663300;
	color: #000000;
	font-size: 11px;
}
.radio {
	background-color : transparent;  /* or whatever color the page background is */
	border: none;
}
input:focus {
	background-color: #C0CCB3;
	color:#333333;
}
input.formButton {
	background: #C0CCB3;
	border-bottom: 1px solid #668099;
	border-left: 1px solid #668099;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	color: #2C5347;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}
select {
	background-color: #C0CCB3;
	border : 1px solid #999999;
	color: #333333;
}
textarea {
	background-color : #C0CCB3;
	border : 1px solid #663300;
	color: #000000;
	font-size: 11px;
}
.formBut {
	background-color : #C0CCB3;
	color: #333333;
}
/*Start of Rest*/

/*Left Side Navagation*/
.navButts {
	color : #ffffff;
	background-color: #2C5347;
	font-size: 85%;
}
p.navButts {
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 0px;
	line-height: 14px;
}
.navButts a:link, .navButts a:visited {
	background-color : #2C5347;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #006600;
	color : #EBEADF;
	display: block;
	width: 100%;
	padding: 1px 2px 1px 6px;
	text-decoration : none;
}
.navButts a:hover, .navButts a:active {
	background-color : #C0CCB3;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #e4e4e4;
	color : #2C5347;
	text-decoration : none
}
/*Left Side Navagation*/
.navButtsHighlight {
	color : #ffffff;
	font-size: 85%;
	border-right: 1px solid #333333;
}
p.navButtsHighlight {
	font-size: 85%;
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 0px;
	line-height: 14px;
}
.navButtsHighlight a:link, .navButtsHighlight a:visited {
	background-color : #FFCC00;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #006600;
	color : #000000;
	display: block;
	padding: 1px 2px 1px 6px;
	text-decoration : none;
}
.navButtsHighlight a:hover, .navButtsHighlight a:active {
	background-color : #FFCC66;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #e4e4e4;
	color : #2C5347;
	text-decoration : none
}
/*Newsletter Button*/
.navButtsHighlightNews {
	color : #ffffff;
	font-size: 85%;
	border-right: 1px solid #333333;
}
p.navButtsHighlightNews {
	font-size: 85%;
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 0px;
	line-height: 14px;
}
.navButtsHighlightNews a:link, .navButtsHighlightNews a:visited {
	background-color : #900;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #006600;
	color : #FFF;
	display: block;
	padding: 1px 2px 1px 6px;
	text-decoration : none;
}
.navButtsHighlightNews a:hover, .navButtsHighlightNews a:active {
	background-color : #900;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #e4e4e4;
	color : #CCC;
	text-decoration : none
}
/* Center Table */
.maincontent {
	font-size: 85%;
	line-height: normal;
	padding: 0px 0px 20px 0px;
}
.maincontent h1 {
	padding-left: 10px;
	margin-bottom: 5px;
}
.maincontent h2 {
	padding-left: 10px;
	margin-bottom: 5px;
}
.maincontent a:link, .maincontent a:visited {
	color: #336799;
	background-color:#CAD3BE;
	text-decoration: underline;
}
.maincontent a:hover, .maincontent a:active {
	color: #660033;
	background-color:#CAD3BE;
	text-decoration: underline;
}
/* Left side table*/
.LeftTrCell {
	font-size: 85%;
	line-height: normal;
	color: #000000;
	background-color: #EBEADF;
	padding: 5px 10px 10px 10px;
	border-width: 1px 1px 1px 0px;
	border-color: #333333;
	border-style: solid;
}
.LeftTrCellHolidays {
	padding-top:200px;
	background-image:url(/Assets/HomeForTheHolidays/2008WinterBackground.jpg);
	background-repeat:no-repeat;
}
#holidayInside{
	width:450px;
	margin-left:70px;
}
.LeftTrCellHome {
	font-size: 85%;
	line-height: normal;
	color: #000000;
	background-color: #EBEADF;
	padding: 0px 0px 0px 0px;
	border-width: 1px 1px 1px 0px;
	border-color: #333333;
	border-style: solid;
}
.LeftTrCellHome h1 {
	font-size: 110%;
	line-height: normal;
	color: #000000;
	background-color: #EBEADF;
	padding: 0px 10px 0px 10px;
}
.HomeSpan{
	font-size: 150%;
	line-height: normal;
	color: #000000;
	background-color: #EBEADF;
	padding: 10px 10px 0px 0;
	font-weight:bold;
	text-align:center;
}

h1.HomeSpan {
	font-size: 150%;
	line-height: normal;
	color: #000000;
	background-color: #EBEADF;
	padding: 10px 10px 0px 0;
	font-weight:bold;
	text-align:center;
}
.LeftTrCellHome p {
	font-size: 85%;
	line-height: normal;
	color: #000000;
	background-color: #EBEADF;
	padding: 0px 10px 0px 10px;
	
}
.LeftTrCell b {
	color:#2C5347;
	background-color: #EBEADF;
}
.LeftTrCell li {
	margin-left: 5px;
	list-style: square;
}
.LeftTrCell a:link, .LeftTrCell a:visited {
	color: #006633;
	background-color: #EBEADF;
	text-decoration:underline;
}
.LeftTrCell a:hover, .LeftTrCell a:active {
	color: #EBEADF;
	text-decoration:underline;
	background-color: #2C5347;
}
/* Right side Table */


.RightTrCell {
	font-size: 85%;
	color: #333333;
	background-color: #C0CCB3;
	border-width: 0px 1px 1px 0px;
	border-color: #333333;
	border-style: solid;
}
.InsideSearchField {
	line-height: normal;
	color: #333333;
	margin: 0px;
	vertical-align: top;
}
td.InsideSearchField {
	border: 1px solid #000066;
	padding: 2px;
}
/* Right Side Bar */

/* Footer */


.boardcontent {
	font-size:85%;
}
.resultsOdd td {
	background-color: #D8D6C5;
	border-bottom: dashed 1px #333333;
	padding: 1px 10px 1px 10px;
	color:#333333;
}
.resultseven td {
	background-color: transparent;
	border-bottom: dashed 1px #333333;
	padding: 1px 10px 1px 10px;
}
tr.Odd  {
	background-color: #D8D6C5;
	border-bottom: dashed 1px #333333;
	padding: 1px 10px 1px 10px;
	color:#333333;
}
tr.Even  {
	background-color: #CAD3BE;
	border-bottom: dashed 1px #333333;
	padding: 1px 10px 1px 10px;
}
.loginformheader {
	font: bold 15px Georgia, serif;
	text-align: left;
	color: Black;
	background-color: #C9D2DE;
	border-bottom: 1px solid black;
}
.errormessages {
	background-color:#CAD3BE;
	color: Maroon;
}
.errorMessage {
	color: #993333;
	font-weight: bold;
	background-color:#CAD3BE;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active {
	background-color: #D8D6C5;
	color: #333333;
}
.LeftTrCell .boardcontent img {
	border: 1px solid #333333;
}
#footer {
	border-top:#333333 solid 0;
	border-right:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	border-left:#333333 solid 1px;
	color: #656565;
}
#footer a {
	color: #000066;
}
#footer a:hover {
	color: #660000;
}
#footer p {
	font-size:70%;
}
#footerLeft, #footerLeft a {
	background-color:#FFCC00;
}
#footerLeft {
	border-right:1px solid #333333;
}
#footerLeft h2 {
	font-size:90%;
	padding-top:15px;
}
#footerRight a {
	color:#003333;/*padding-right:10px;*/
}
#footerRight a:hover {
	color:#003333;
	text-decoration:underline;
}
.SpecialHoliday {
	color: #036;
	font-size: 20px;
	font-weight: bold;
}
.holidayRed {
	color: #FE0032;
	font-size: 120%;
	font-weight: bold;
}
.SpecialP {
	font-size: 160%;
	font-weight: bold;
}
#OuterOpenWhere {
	border: medium inset #333;
	padding:10px;
}
.LeftTrCell table tr td h1.crusinRed  {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #900;
}
.LeftTrCell table tr td p.crusinRed  {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #900;
}
.LeftTrCell table tr td h1.crusinBlack  {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

.LeftTrCell table tr td p.crusinBlack  {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #000;
}