/* CSS Document */
.body{
background-image:url(images/background.jpg);
background-repeat:no-repeat;
background-position: top center;
}

.skinmaster{
width:  802px;
vertical-align:top;
background-color:transparent;
}

.header{
background-image: url(images/header.png);
background-repeat: no-repeat;
height: 150px;
}
.content{
background-image:url(images/body.jpg);
background-repeat:repeat-y;
}
.menu{
width: 802px;
height: 34px;
background-image:url(images/menu.png);
background-repeat: repeat-x;
}

.flashpane
{
height: 240px;
padding-right: 41px;
}

.midpane{
width: 802px;
padding-top: 10px;
padding-left: 41px;
background-image:url(images/mid.png);
background-repeat: no-repeat;
height: 190px;
}

.contentpane {
vertical-align:top;
padding: 5px 5px 5px 41px;
}

.rightpane{
vertical-align:top;
padding: 5px 41px 5px 5px;
}



.footertext {
	margin:22px 18px 0px 18px;
	text-align:center;
	color:#244A9F;
}
/* 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:#000000; text-decoration:none; font-weight:normal}
a.SkinObject:link { color:#000000; text-decoration:none; }
a.SkinObject:visited { color:#000000;  text-decoration:none;}
a.SkinObject:hover { color:#000000;  text-decoration:underline;}
A.SkinObject:active { color:#0000000;  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:#000000; text-decoration:none; font-weight:normal }
a.LinksObject:link { color:#000000; text-decoration:none; }
a.LinksObject:visited { color:#000000; text-decoration:none;}
a.LinksObject:hover { color:#000000;  text-decoration:underline;}
a.LinksObject:active { color:#000000;  text-decoration:none;}

.breadcrumb {font-family:tahoma; font-size:11px; color:#000000; text-decoration:none; font-weight:normal }
a.breadcrumb:link { color:#000000; text-decoration:none; }
a.breadcrumb:visited { color:#000000; text-decoration:none;}
a.breadcrumb:hover { color:#000000;  text-decoration:underline;}
a.breadcrumb:active { color:#000000;  text-decoration:none;}



/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD

{

	height: 24px;   
	z-index:100;                     /* height of submenu--notice all of height 24px*/
}

.MainMenu_SubMenuItemSelHover TD          
{
	color: #fffffff;                       /* color of sub menu text and height on mouseover*/
	height: 24px;
	z-index:100; 
}

.MainMenu_TabRootMenuItem TD                 
{
	color: #fffffff;                                 /* color of menu text and height--no mouseover*/
	height: 24px;
	padding: 5px;
	z-index:100; 
}

.MainMenu_TabRootMenuItemSel TD                  /* color of menu text if you select subpage to show that it is selected*/
{
	height: 24px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
 	font-style: normal;
	color: #ffffff;
	padding: 5px;
	z-index:100; 
}

.MainMenu_TabMenuItemHover TD                      /* color of menu text on mouseover*/
{
	color: #ffffff;
	height: 24px;
	padding: 5px;
	z-index:100; 
}

.MainMenu_TabMenuItemSelHover TD                    /***** color of main menu to show that it is the current page*/
{	
	color: #ffffff;
	height: 24px;
	padding: 5px;
	z-index:100; 
}

.MainMenu_MenuContainer {

	border-bottom: #FFFFFF 0px solid;
	border-left: #ffffff 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #ffffff 0px solid;
	background-color: Transparent;
	padding: 0px;
	z-index:100; 
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #ffffff 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height: 24px; 
	padding: 0px;
	z-index:100; 
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #ffffff;                                  /*color of sub menu text---no mouseover*/
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	z-index:100; 
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #5C5C5C;             /* this is the color of the drop down submenu for the left side if you want to use icon*/
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid; 
	text-align: center; 
	width: 3; 
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	margin: 0px 0px 0px 0px;
	color: #ffffff;                           
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold; 

	font-style: normal; 
	background-color: #5C5C5C;                 /*this is the color of the submenu behind text*/
	border-bottom: #ffffff 1px solid;          /*these are the colors of the submenu box border*/
	border-left: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#5C5C5C, Direction=90, Strength=0);

}

.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #5C5C5C;          /*********this is the color of the submenu highlight*/
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	z-index:100; 
}

.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;
}


