body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #6a111d;
	background-image: url(images/siteback.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC0000;
}

.site {

	background:url(images/sitetop.jpg) no-repeat;
	background-color: #FFFFFF;
}
.logo {
	margin:10px 5px 5px 10px;
}
.uppernav {
	text-align:right;
	margin:10px 18px 0px 10px;
}
.search {
	margin:10px 18px 0px 10px;
	text-align:right;
}
.navback {
	height:48px;
	background:url(images/navback.jpg) repeat-x;
}
.navL1 {
	background:url(images/navL1.jpg) no-repeat;
	height:57px;
	width:12px;
}
.nav2 {
	background:url(images/nav2.jpg) repeat-x;
	height:9px;
}
.navR1 {
	background:url(images/navR1.jpg) no-repeat;
	height:57px;
	width:12px;
}
.bc {
	height:15px;
	width:894px;
	background-color:#FFFFFF;
	text-align:left;
	padding:2px 28px 2px 28px;
	color:#420812;
}
.lct {
	background:url(images/Lconttop.jpg) no-repeat;
	height:8px;
	width:206px;
}
.lcb {
	background:url(images/Lcontbot.jpg) no-repeat;
	height:20px;
	width:206px;
}
.leftpane {
	margin:0px 10px 0px 10px;	
}
.content {
	margin:0px 0px 0px 20px;
}
.footer {
	background:url(images/footer.png) no-repeat;
	height:82px;
}
.footertext {
	margin:22px 18px 0px 18px;
	text-align:center;
}






/* This section sets up the default look and feel for any skin objects [tag].
	 i.e. copyright, terms, privacy, hostname, currentdate, login, breadcrumb. */

.SkinObject {font-family:tahoma; font-size:11px; color:#dbcfbb; text-decoration:none; font-weight:normal}
a.SkinObject:link { color:#dbcfbb; text-decoration:none; }
a.SkinObject:visited { color:#dbcfbb;  text-decoration:none;}
a.SkinObject:hover { color:#dbcfbb;  text-decoration:underline;}
A.SkinObject:active { color:#dbcfbb;  text-decoration:none;}

/* This code below was created by Joe a custom tags as an addition to the skinobjects */

.LinksObject {font-family:tahoma; font-size:11px; color:#dbcfbb; text-decoration:none; font-weight:normal }
a.LinksObject:link { color:#dbcfbb; text-decoration:none; }
a.LinksObject:visited { color:#dbcfbb; text-decoration:none;}
a.LinksObject:hover { color:#dbcfbb;  text-decoration:underline;}
a.LinksObject:active { color:#dbcfbb;  text-decoration:none;}

.breadcrumb {font-family:tahoma; font-size:11px; color:#420812; text-decoration:none; font-weight:normal }
a.breadcrumb:link { color:#420812; text-decoration:none; }
a.breadcrumb:visited { color:#420812; text-decoration:none;}
a.breadcrumb:hover { color:#420812;  text-decoration:underline;}
a.breadcrumb:active { color:#420812;  text-decoration:none;}







/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD

{

	height: 24px;                        /* height of submenu--notice all of height 24px*/
}

.MainMenu_SubMenuItemSelHover TD          
{
	color: #FFFFFF;                       /* color of sub menu text and height on mouseover*/
	height: 24px;
}

.MainMenu_TabRootMenuItem TD                 
{
	color: #ffffff;                                 /* color of menu text and height--no mouseover*/
	background-image: url(images/tab-off.jpg);	
	height: 24px;
	padding: 5px;
}

.MainMenu_TabRootMenuItemSel TD                  /* color of menu text if you select subpage to show that it is selected*/
{
	height: 24px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
 	font-style: normal;
	color: #EBC429;
	background-image: url(images/tab-off.jpg);
	padding: 5px;
}

.MainMenu_TabMenuItemHover TD                      /* color of menu text on mouseover*/
{
	background-image: url(images/tab-on.jpg);
	color: #ffffff;
	height: 24px;
	padding: 5px;
}

.MainMenu_TabMenuItemSelHover TD                    /***** color of main menu to show that it is the current page*/
{
	background-image: url(images/tab-on.jpg);	
	color: #EBC429;
	height: 24px;
	padding: 5px;
}

.MainMenu_MenuContainer {
	background-image: url(images/tab-off.jpg);
	border-bottom: #FFFFFF 0px solid;
	border-left: #E7EDE3 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #404040 0px solid;
	background-color: Transparent;
	padding: 0px;
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #000000 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height: 24px; 
	padding: 0px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;                                  /*color of sub menu text---no mouseover*/
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-left: #C5CAD3 0px solid;
	border-bottom: #C5CAD3 0px solid;
	border-top: #C5CAD3 0px solid;
	border-right: #C5CAD3 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ececec;             /* this is the color of the drop down submenu for the left side if you want to use icon*/
	border-left: #ececec 0px solid; 
	border-bottom: #ececec 0px solid; 
	border-top: #ececec 0px solid; 
	border-right: #ececec 0px solid; 
	text-align: center; 
	width: 3; 
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	margin: 0px 0px 0px 0px;
	color: #C5CAD3;                           
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold; 
	font-style: normal; 
	background-color: #ececec;                 /*this is the color of the submenu behind text*/
	border-bottom: #C5CAD3 1px solid;          /*these are the colors of the submenu box border*/
	border-left: #C5CAD3 1px solid; 
	border-top: #C5CAD3 1px solid; 
	border-right: #C5CAD3 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#7686A1, Direction=90, Strength=0);

}

.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #101011;          /*********this is the color of the submenu highlight*/
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}





