/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' 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: #336633;} 
A:visited {color : #336633;}
A.LoginLogOffDisplay:visited {color : #ffffff;}
A:active {color : #666666;} 
A:hover
{color: #666666;}

P {font: verdana; font-size :70%;line-height : 140%;padding:1px;} 
DIV {font-size : 80%;line-height : 150%;padding:1px;} 
LI {font-size : 80%;line-height : 150%;padding:1px;} 

H1 {font-size : 110%;color: #336633;} 
H2
{
	margin-top: -0.5em;
	font-size: 90%;
	color: darkslategray;
} 
H3 {font-size : 80%;font-weight : bold;margin-top:-.5em;} 
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 */
.MsoNormal {font-size : 85%;line-height : 140%;padding:1px;}

/* 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;} 
/* classes used for top navigation drop down menu items*/
.nonselectedMenuChannel
{
	border-right: steelblue thin solid;
	border-top: steelblue thin solid;
	font-weight: bold;
	font-size: 80%;
	margin-bottom: 1em;
	border-left: steelblue thin solid;
	cursor: hand;
	color: white;
	border-bottom: steelblue thin solid;
	background-color: white;
	text-decoration: none;
} 
.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%;}
