
/*
.topnav style is used for the links at the top of the middle of each page.
H1 style is used for PAGE TITLE
H2 is used for the SUBJECT BAR of the story
H3 style is used for STORY HEADLINE
H4 style is used for SUB-HEADLINE
H5 -- is not yet used -- 
H6 -- is not yet used -- 
*/



/* SERVING */
	
.serving {
font-family: arial, helvetica, geneva;
font-size: 15px;
color: #f7fbf7;
font-weight: bold;
background-color: #319a31;
margin-top: 3px;
margin-bottom: 5px;
}

.serving a:hover {
color: #ff3300;
background-color: #319a31;
}

.serving a:visited {
color: #f7fbf7;
}



/* Menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
background: #CEE7CC;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #CEE7CC; /*#fff*/
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #F9D195;
}

.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */









.selection-container {

	width: 200 px;
	height: 50px;
	margin: 0 auto;
}





#selections {
	
	padding: 10px 0 0 0;
}


#selections ul {
	margin: 10;
	padding: 10;
	list-style-type: none;
	line-height: normal;
}

#selections li {
	display: inline;
}

#selections a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 17px 0 19px;
	text-decoration: underline;
	background: no-repeat left center;
	color: #0000ff;
}

#selections a:hover {
	text-decoration: underline;
	color: #FF6000;
}



#pagenav {
	
	border: 2px dotted green;
	padding: 5px 2px 10px 2px;
	background-color:#ffffcc;
	text-align: center;
	font-family: arial;
	font-size: 13px;
	color: #ff9900;
}

#pagenav a:link {color: #339933;}
#pagenav a:visited {color: #339933;}
#pagenav a:hover {color: #0033ff;}
#pagenav a:active {color: #0033ff;}


  

.topnav
	{
	Color: #000000; 
	Font-Family: verdana, Arial, Helvetica, Sans-Serif;
	Font-Size: 10pt;
	Font-Weight: normal;
	Text-Align: Center;
	margin-top: 1pt;
	margin-bottom: 1pt;
	}


.press-release 
	{
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	color: #2B852B;
	text-align: center;
	font-weight: bold;
	margin-top: 10pt;
	margin-bottom: 10pt;
	}



H1
	{
	Color: #006633;
	Font-Family: Arial, Helvetica, Sans-Serif;
	Font-Size: 20pt;
	Font-Weight: bold;
	Text-Align: Center;
	Text-Decoration: none;
	Letter-Spacing: 1pt;
	margin-top: 1pt;
	margin-bottom: 1pt;
	}


H2
	{
	Color: #ffffff;
	Background-Color: #339933; 
	Font-Family: verdana, Arial, Helvetica, Sans-Serif;
	Font-Size: 10pt;
	Font-Weight: bold;
	Text-Align: left;
	Line-Height: 150%;
	Letter-Spacing: 1.5pt;
	margin-top: 18pt;
	margin-bottom: 18pt;
	}

	
H3
	{
	Color: #990000; 
	Font-Family: Arial, Helvetica, Sans-Serif;
	Font-Size: 14pt;
	Font-Weight: bold;
	Text-Align: left;
	margin-top: 1pt;
	margin-bottom: 1pt;
	}


H4
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	line-height: 14pt;
	color: #000000;
	text-decoration: none;
	margin-top: 1pt;
	margin-bottom: 1pt;
	text-transform: capitalize;
	}

	
	

ul
	{
	font-family: verdana, arial, helvetica, "sans serif";
	font-size: 15px;
	color: #000000;
	text-decoration: none;	
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 20px;

	}



.body 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 130%;
	font-weight: normal;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 15px;
	}
	

.quote
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 130%;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
	}
	

.caption 
	{
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 20px;

	}



a:hover
	{
	color:#FFCC33;
	}

a:hover span
	{
	background: 55964B;
	}


