/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' 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. ?2003 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 : #336633; text-decoration : underline;} 
A:visited {color : #336633;}
A.LoginLogOffDisplay:visited {color : #ffffff;}
A:active {color : #666666;} 
A:hover {color : #666666;}

LI {font-size : 80%;line-height : 150%;padding:1px;} 

H1 {font-size : 100%;color: #336633;} 
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:-.5em;margin-bottom : -1em;}  
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;} 
 
   /* classes used for left hand navigation */
.leftPostingSelected {font-size : 80%;margin-bottom : 1em;color : #336633; text-decoration : none;margin-left :0px;} 
.leftPosting {font-size : 80%;margin-bottom : 1em;color : #336633;text-decoration : none;margin-left : 0px;} 
.leftChannel {font-size : 80%;margin-bottom : 1em;color : #336633;text-decoration : none; font-weight:bold;} 
.leftChannelSelected {font-size : 80%;margin-bottom : 1em;color : #336633;text-decoration : none; font-weight:bold;} 

/* classes used for top navigation */
.selectedTopChannel {font-size : 80%;margin-bottom : 1em; vertical-align : super; color : #000000; font-weight:bold; text-decoration : none; cursor:hand;} 
.nonselectedTopChannel {font-size : 80%;margin-bottom : 1em; vertical-align : super; color : #ffffff; font-weight:bold;text-decoration : none; cursor:hand;} 

.STC {margin-bottom : 1em;color : #999999; font-weight:bold; text-decoration : none;} 
.NTC {margin-bottom : 1em;color : #ffffff; font-weight:bold;text-decoration : none;} 
/* classes used for top navigation drop down menu items*/

/* classes used for top navigation drop down menu items*/
.nonselectedMenuChannel {font-size : 80%; border-style:solid; border-width:thin; border-color:Green; margin-bottom : 1em; color : green; background-color:White; font-weight:bold;text-decoration : none; cursor:hand;} 
.MenuItem {font-size : 100%; text-decoration : none; cursor:hand;}
.MenuItemBox {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:Green; 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 : #336633;}
 .LatestPressHeading { background-color : #333333;}
 .LatestPressDetails { background-color : #ffffff;}
 
 .LoginText{ color : #ffffff;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 80%;}
 
   /* begin drop-down menu classes */
.MenuBox {
 	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	position:absolute;
	
	top:0px;
	}
	
.MenuItemBox {
 	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color:#ffffff;
	height:25px;
	top:0px;
	width:120px;
	border: 1px solid black;
	}

.Menu {
	text-decoration:none;
	}

.MenuItem {
	text-decoration:none;
	font-weight:bold;
	}

/* end drop-down menu classes */