/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height:normal;
	margin: 0px;
	padding: 0px;
	background-color: #f5ebcb;
	 /* background-image: url(../../images/pmms.jpg);
	background-attachment: fixed;*/	
}

#header { 
	background-image: url(../../images/shadow.png);
	height: 130px;
	width: 100%;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#content {
  float:left;
	width: 80%;
	margin: 10;
	padding: 0 10px 0 0;
}

#main_content {
  float:none;
	width: 70%;
	margin: 10;
	padding: 0 10px 0 0;
}

.story {
	width: 90%;
	float: right;
	clear: both;
	padding: 0px 20px 0px 10px;
	font-size: 90%;	
}

#BlackBox{
	float:none;
	background:#f5ebcb;
	width: 260px;
	height: 25px;
	text-align: center;
}

a:link {
	color: #034b03;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #5e5e04;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #400000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2 {
 font-size: 114%;
 color: #006699;
}

h3 {
 font-size: 100%;
 color: #990000;
}

h4 {
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5 {
 font-size: 100%;
 color: #334d55;
}

ul {
 list-style-type: square;
}

ul ul {
 list-style-type: disc;
}

ul ul ul {
 list-style-type: none;
}

label {
	font: bold 100% Verdana,Arial,sans-serif;
 color: #334d55;
}

.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.smaller_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.med_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.review_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #585706;
}

.large_blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #0776bf;
}

.review_title_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #585706;
}
.red_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

.Orange_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #e6a531;
}

.updated_text {
 font-size: 100%;
 font-weight: normal;
 color: #1e4692;
}

.updated_text_red {
 font-size: 100%;
 font-weight: normal;
 color: #fe5054;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar {
	margin: 0 0 0 80%;	
	padding: 0px 0px 0px 0px;
	background-color: #f5ebcb;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


.revHeading {
	height: 22px;
	width: 100%;
	color: #585706;
	font-weight: bold;
	font-size:14px;
	padding-top: 3px;
	text-indent: 28px;
	background-image: url(../../images/openbook.gif);
	background-repeat: no-repeat;
}

.ger_revHeading {
	height: 22px;
	width: 100%;
	color: #585706;
	font-weight: bold;
	font-size:14px;
	padding-top: 3px;
	text-indent: 25px;
	background-image: url(../../images/review_heading_germ.gif);
	background-repeat: no-repeat;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName {
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
}	



/************* #globalNav styles **************/

#globalNav {
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img {
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature {
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.feature h3 {
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.paraheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #585706;	
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/



.story p {
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************** #headlines styles **************/

#headlines {
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p {
	padding: 5px 0px 5px 0px;
}

.large_text {
	font-size: 14pt;
	font-weight: bold;
}

.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
