.controlpanel{ background:#FFF; border:#B7B7B7 solid; border-width:0px 0px 2px;  }
.controlpanel IMG{ margin:15px 5px 0px; }
.controlpanel TD TD TD TD IMG{ margin:0px; }
.controlpanel TD TD TD{ width:auto; }
.controlpanel DIV{ border:#B7B7B7 solid; border-width:0px 1px; width:3px; height:100px;z-index:80; }
.controlpanel TD .SubHead{ background:#B7B7B7; font-size:12px; color:#333; font-weight:bold; }
.controlpanel TD TD TD .SubHead{ background:transparent; border:0px; font-size:11px; color:#333; font-weight:normal; }
.controlpanel TD TD TD input{ background:#EFEFEF; font-size:11px; color:#000; font-weight:bold; padding-left:4px; }
.controlpanel TD TD TD select{ background:#EFEFEF; font-size:11px; color:#333; }
.controlpanel A.CommandButton{ font-size:10px; text-decoration:none; }
.controlpanel A.CommandButton:link{ color:#000; text-decoration:none; }
.controlpanel A.CommandButton:visited{ color:#000; text-decoration:none; }
.controlpanel A.CommandButton:hover{ color:#F00; text-decoration:underline;}
.controlpanel A.CommandButton:active{ color:#000; text-decoration:none; }

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
background-image:url(pageBackground.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#1B4680;
height:100%;
}
html{
height:100%;
}
.Normal{
	font-size:12px;
}
p{
	font-size:12px;
}
td{
padding:0px;
margin:0px;
}
#pageLayout{
margin-bottom: -330px;
position: relative;
left:50%;
width:1024px;
min:100%;
margin-left: -512px; 
background-color:transparent;
z-index:0;
}
.leftPane{
	width:250px;
	vertical-align:top;
}
.rightPane{
	width:250px;
	vertical-align:top;
}
.mainPane{
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
}

#pageFoot{
font-size:11px;
font-weight:normal;
color:white;
background-color:#69098e;
vertical-align:middle;
text-align:center;
margin:0px;
padding-top:10px;
height: 330px;
position: relative;
}

#footerPane{
font-size:11px;
color:white;
vertical-align:bottom;
padding-left:10px;
padding-right:10px;
margin:0px;
}
.footer{
   height: 330px;
   position: relative;
   background-color:#010A2A;
   text-align:center;
   padding-top:10px;
   color:white;
}
.footer a:link{
color:white;
font-size:11px;
font-weight:normal;
}
.footer a:hover{
text-decoration:underline;
}
.footer a:active{
color:white;
font-size:11px;
font-weight:normal;
}
.footer a:visited{
color:white;
font-size:11px;
font-weight:normal;
}
#footer {
   height: 330px;
   position: relative;
   background-color:#010A2A;
   text-align:center;
   padding-top:10px;
   color:white;
}
#footer a:link{
color:white;
font-size:11px;
font-weight:normal;
}
#footer a:hover{
text-decoration:underline;
}
#footer a:active{
color:white;
font-size:11px;
font-weight:normal;
}
#footer a:visited{
color:white;
font-size:11px;
font-weight:normal;
}

.clearfooter {
   height: 330px;
   clear: both;
}
.menuBackground{
background-image:url(menuBar_background.jpg);
background-repeat:none;
background-color:transparent;
height:40px;
}
/*SOLPARTMENU*/
.MainMenu_MenuContainer{ width:100%; padding-left:10px;}
.MainMenu_MenuBar{ }
.MainMenu_RootMenuArrow{ display:none; width:0px; }
.MainMenu_MenuIcon{ display:none; width:0px; }
.MainMenu_MenuItem{
	color:white; 
	font-size:14px; 
	font-weight:bold;
	padding:4px 10px 4px 5px;
	margin-bottom:1px;
	background-color:transparent;
}
.submenuitembreadcrumb{
	color:white; 
	font-size:14px; 
	font-weight:normal;
	padding:4px 10px 4px 5px;
	margin-bottom:1px;
	background-color:transparent;	
}
.submenuitemselected{
	color:white;
	font-size:12px; 
	font-weight:normal;
	padding:4px 10px 4px 5px;
	background-color:transparent;
}
.MainMenu_MenuArrow{
	padding:0px;
}
.submenu{
	z-index:1000; 
	background-color:#1B4680;
	background-image:url(subMenuBg.jpg);
	background-repeat:no-repeat;
	font-size:12px;	
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#757575', Direction=135, Strength=2);*/
	padding:0px 0px 0px 12px;
	margin-left:2px;
	font-weight:normal;
	width:200px;
}
.submenu TD{
	width:100%;
}	
.submenuitembreadcrumb{
	font-size:12px;
	color:white;	
}
.submenuitemselected{
	color:red;
	font-weight:normal;
	font-size:12px;
}
.rootmenuitem TD{
	color:white; 
	font-size:14px; 
	padding:0px 0px 0px 12px;
	background-color:transparent;
}

.rootmenuitemselected TD{
	color:#0099FF; 
	font-size:14px; 
	font-weight:bold;
	padding:0px 0px 0px 12px;
	background-color:transparent;
}
.rootmenuitembreadcrumb TD{
	color:#0099FF; 
	font-size:14px; 
	font-weight:bold;
	padding:0px 0px 0px 12px;
	background-color:transparent;

}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
    font-style: normal;
    background-color: transparent;
}
.SelectedTab{
	padding-left:10px;
	color:red;
}
.MainMenu_MenuBreak{ display:none; }

/*headings*/
H1  {
color:red;
}

H2  {
font-size:12px;
font-weight:bold;
color:#ff9900;
}

H3  {
font-size:12px;
color:#663399;
}

H4  {
}

H5, DT  {
}

H6  {
}

/*special callouts*/
.message{
	font-size:11px;
	display:block;
	padding:10px;
	padding-top:5px;
	padding-left:45px;
	background-color:#ffcc66;
	border:solid 1px #663399;
	margin-top:10px;
	margin-bottom:10px;
	color:#666666;
	background-image:url(contact-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/*callout box*/
.callout{
background-image:url(lightbulb.gif);
background-position:top left;
background-repeat:no-repeat;
background-color:transparent;
z-index:0;
height:50px;
}
.callout div{
background-image:url(lighbulb.gif);
background-position:top right;
z-index:1;
height:50px;
background-repeat:no-repeat;
background-color:transparent;
}
.callout div div{
background-image:url(lighbulb.gif);
background-position:bottom right;
z-index:2;
height:50px;
background-repeat:no-repeat;
background-color:transparent;
}
.callout div div div{
background-image:url(lighbulb.gif);
background-position:bottom left;
z-index:3;
height:50px;
background-repeat:no-repeat;
background-color:transparent;
}
.callout div div div div{
text-align:center;
color:back;
z-index:4;
height:50px;
background-repeat:no-repeat;
background-color:transparent;
}
