/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Microsoft Content Management Server - Sample Code
'
' This sample code is provided "AS IS" with no warranties, and confers no rights.
' You assume all risk for your use. © 2002 Microsoft Corporation. All rights reserved.
'
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

BODY {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 100%; background-color : #ffffff; margin-left : 0; margin-right : 0; margin-top : 0;} 
A {color : #666666; text-decoration : underline;} 
A:visited {color : #666666;}
A.LoginLogOffDisplay:visited {color : #ffffff;}
A.LinkMainPage:visited {text-decoration:none;}
A.LinkMainPage {text-decoration:none;}
A:active {color : #BA0A08;} 
A:hover {color : #BA0A08;}

P {font-size : 80%;line-height : 150%;padding:1px;} 
DIV {font-size : 80%;line-height : 150%;padding:1px;} 
LI {font-size : 80%;line-height : 150%;padding:1px;} 

H1 {font-size : 100%;color: #BA0A08; font-family:Verdana} 
H2 {font-size : 90%;color : #666666;} 
H3 {font-size : 80%;font-weight : bold;margin-bottom : -1.3em;} 
H4 {font-size : 70%;font-weight : bold;color : #ffffff;padding:0 0 0 3;margin-top:0em;margin-bottom : 0em;}  
H5 {font-size : 70%;font-weight : bold;color : #ffffff;padding:0 0 0 3;margin-top:-.5em;margin-bottom : -1em;}  

INPUT { height:22; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 80%; }
SELECT { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 80%; }

/* classes used on home page for press release summaries */
.homeprtitle {font-size : 70%;color : #336633;font-weight:bold;} 
.homeprtitlesummary{font-size : 70%;color : #000000;text-decoration : none;}
.joblink {font-family:Verdana; font-size:70%;} 
 
   /* classes used for left hand navigation */
.leftPostingSelected {font-size : 80%;margin-bottom : 1em;color : #000000; text-decoration : none;margin-left :0px;} 
.leftPosting {font-size : 80%;margin-bottom : 1em;color : #000000;text-decoration : none;margin-left : 0px;} 
.leftChannel {font-size : 80%;margin-bottom : 1em;color : #000000;text-decoration : none; font-weight:bold;} 
.leftChannelSelected {font-size : 80%;margin-bottom : 1em;color : #000000;text-decoration : none; font-weight:bold;} 

/* classes used for top navigation */
.selectedTopChannelOLD {font-size : 70%;margin-bottom : 1em; vertical-align : super; color : #ffffff; font-weight:bold; text-decoration : none; cursor:hand;} 
.nonselectedTopChannelOLD {font-size : 70%;margin-bottom : 1em; vertical-align : super; color : #ffffff; font-weight:bold;text-decoration : none; cursor:hand;} 
/* classes used for top navigation drop down menu items*/
.nonselectedMenuChannelOLD
{
	border-right: red 1px solid;
	border-top: red 1px;
	font-weight: bold;
	list-style-position: inside;
	font-size: 60%;
	margin-bottom: 1em;
	border-left: red 1px solid;
	cursor: hand;
	color: gray;
	border-bottom: red 1px solid;
	list-style-type: disc;
	background-color: white;
	text-decoration: none;
} 
.MenuItemOLD
{
	font-size: 100%;
	cursor: hand;
	color: red;
	text-decoration: none;
}
.MenuItemBoxOLD {font-size : 100%; text-decoration : none; width : 130px; cursor:hand;}

/* class used for Login-LogOff in the Header*/
.LoginLogOffDisplay {font-size : 80%; border-style:solid; border-width:thin; border-color:#ba0a08; margin-bottom : 1em; color : #ffffff;font-weight:bold;text-decoration : none; cursor:hand;}
  
/* used for meta instructional text */
.metatext{text-transform:uppercase;margin-bottom : 1em;color : #336633;} 
  
/* used to display footer copyright text */
.footer {font-size : 60%;margin-bottom : 1em;margin-top:.5em;color : #666666;} 
  
/* used for breadcrumb navigation */
.breadcrumb {font-size : 70%;margin-bottom : 1em;margin-top:1em;color : #336633;} 
 
 /* used for Latest Press Releases */
 .LatestPress { background-color : #BA0A08;}
 .LatestPressHeading { background-color : #333333;}
 .LatestPressDetails { background-color : #ffffff;}
 
 .LoginText{ color : #000000;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 80%;}
 .LinkMainPage{}