/* CSS Print Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ffffff;
}

#content {
	padding: 2px;
}

#logo {
	position: inherit;
	background-image: url(../images/logoRule.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

.companyName {
	position: absolute;
	left: 120px;
	top: 6px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003580;
	font-size: 22px;
	letter-spacing: -1px;
}

.companySlogan {
	position: absolute;
	left: 120px;
	top: 38px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990033;
	font-size: 22px;
	letter-spacing: -1px;
}


#ddmx, #ddm2, #breadCrumb, #sectionLinks {
	display:none;
}

/************ pageContent styles **************/

#pageContent, #popUpContent {
	margin: 2px;
	margin-left: 0px;
	padding: 2px;
	background: #ffffff;
}

#pageName {
	position: relative;
	top: 10px;
}

#pageName p {
	font-size:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	padding: 0;
	margin: 0;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;*/
}

#pageBody {
	position: relative;
	top: 1px;
}

.headline {
	position: relative;
	padding-top: 10px;
	font-size:14px;
	line-height:1.6em;
	color:#000000;
	font-weight:bold;
}

.headline p {
	padding: 0px;
	margin: 0px;
}

.story {
	position: relative;
	padding-top: 10px;
}


.story h1 {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}


.story p {
	font-size: 12px;
	line-height:1.4em;
	margin-top: 6px;
	margin-bottom: 1px;
}

.story td {
	font-size: 10px;
}

.story a, .story a:link {
	color: #000099;
	text-decoration:none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;	
}

.story a:hover {
	color:#FF0000;
	text-decoration:none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;	
}

.story a:visited {
	color:#000066;
	text-decoration:none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;	
}

.story ul {
	font-size: 12px;
	line-height: 1.2em;
	list-style-type: square;
	padding-top: 0px;
	margin-top: 0px;
}

.story li {
	padding-bottom: 2px;
}

.storyLeft {
	float:left;
	width:48%;
}

.storyRight {
	float:right;
	width:48%;
}

.callToAction {
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 6px;
	margin-top: 12px;
	margin-left: 18px;
	margin-right: 24px;
	padding-bottom: 0.5em;
	background: #eeeeee;
	border: 1px dashed #333333;
	border-width: 1px 0;
	font-weight:500;
}

/************ footer styles **************/

#footer {
	/*position: relative;*/  /* Needed for Safari */
	padding-top: 10px;
	/*padding-bottom: 2px;*/
	color: #333333;
	font-size:10px;
	text-align:center;
	page-break-before:avoid;
}

#footer li {
	display: inline;
	padding-right: 5px;
}

#footer a img {
    /*opacity: 0.5;*/
	display:none;
}

#footer a:hover img {
    /*opacity: 1;*/
	display:none;
}

.footerLink a {
	color: #EEEEEE;
	margin: 2px;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	display:none;
}

.footerLink a:hover {
	margin: 2px 1px;
	color: #000;
	background:#ebf2f7;
	border: 1px solid #669acc;
	display:none;
}

.clearBoth {
	clear:both;
}
.imageBorder {
	border: 1px solid #000000;
}
