/*Red #EAA7A7 Orange #FBBE95 Yellow #FBFB95 Green #92BC92 Blue #8787FC Indigo #B88CE5

LIGHT: 
Red #FABDD5 Orange #F8C9A9 Yellow #FBFBB6 Green #BBD4BB Blue #A3C6FA Indigo #BE95E7
*/

a {
	border-width: 0px;
	border-bottom-style: ridge;
	border-color: #FBBE95;
	border-top-style: groove;
}
.footerBar {
	background-color: #FBBE95;
	background-image: url(/Art/botOrange.jpg);
	background-repeat: repeat-x;
	padding: 5px 5px 5px 5px;
}


hr {  vertical-align: bottom; color:#FBBE95;}

h1 {
	font-size: 14px;
	color:#FBBE95;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 8px;
	margin: 0px 0px 0px 0px;
}
h2 {font-size: 13px; color:#FBBE95; font-weight: bold; margin:0px 0px 4px 0px;}
h3 {font-size: 12px; color:#FBBE95; font-weight: bold; margin:0px 0px 4px 0px;}
h4 {font-size: 11px; color:#FBBE95; font-weight: bold; margin:0px 0px 4px 0px;}
h5 {font-size: 11px; color:#FBBE95; font-weight: normal; margin:0px 0px 0px 0px;}

th {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FBBE95;
	text-align: center;
	padding: 4px 5px 4px 5px;
	background-image: url(/Art/botOrange.jpg);
	background-repeat: no-repeat;
}


.topBG {
	background-image: url(/Art/topOrange.jpg); background-repeat: repeat-x;}
.midBG {
	background-image: url(/Art/midOrange.jpg); background-repeat: repeat-x;}
.botBG {
	background-image: url(/Art/botOrange.jpg); background-repeat: repeat-x;}

.colorText {color:#FBBE95; font-weight:bold;}

/* 			SUBMENU				
=======================================================================*/
.subMenuContainerTable {
	border-bottom: solid #FBBE95 1px;
	margin: 3px 0px 9px 0px;
	width: 495px;
}
.SubMenuTable{
	margin: 5px 5px 0px 0px;
	float: left;
	border: 0px;
}
.subMenuCell{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 2px 3px 1px 3px;
	border-bottom-color: #FFFFFF;
	background-color: #FBBE95;
	background-image: url(/Art/botOrange.jpg);
}
.subMenuCell a {color:#000000;
}
.subMenuCell a:hover {color:#FFFFFF;}

/* 			RIGHTPANELS				
=======================================================================*/
table.RightPanelContainer {
	margin: 22px 0px 0px 0px;
	float: right;
	width: 214px;
	border-width: 0px;
}
table.RightPanel {
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
	border-top: solid #FBBE95 1px;
	border-left: solid #FBBE95 1px;
	border-right: solid #FBBE95 1px;
	border-bottom: solid #FBBE95 1px;
	width: 194px;

}
table.RightPanel th {
	color: #000000;
	padding: 2px 5px 2px 5px;
}
.RightPanelImageCell {
	padding: 0px 0px 0px 0px; 
	background-color: #2E0900;
	text-align: center;
}
.RightPanelTextCell {
	padding: 4px 5px 4px 5px;
	color: #FFFFFF;
	background-color: #2E0900;
	text-align: left;
}

/* 			PANELS (Gallery etc..)				
=======================================================================*/
table.Panel {
	border-collapse: collapse;
	margin: 0px 20px 10px 0px;
	border-top: solid #FBBE95 1px;
	border-left: solid #FBBE95 1px;
	border-right: solid #FBBE95 1px;
	border-bottom: solid #FBBE95 1px;
	width: 194px;
	float: left;
}
table.Panel th {
	color: #000000;
	padding: 2px 5px 2px 5px;
}
.PanelImageCell {
	padding: 0px 0px 0px 0px; 
	background-color: #2E0900;
	text-align: center;
}
.PanelTextCell {
	padding: 4px 5px 4px 5px;
	color: #FFFFFF;
	background-color: #2E0900;
	text-align: left;
}
