/* generic Blue */
body {
	color: #000087;  /* Navy blue */
	margin: 0;
	padding: 0px;
	/*background: #E0CC97 ;   Left and Right Panels */
	background: white;
	font: normal normal 10pt Arial, Helvetica, sans-serif;
}
/*
 * Container surrounding all content on the page
 */
.shell {
 	background: white ;  /* No color change */
	text-align: left;
 }
.container {
	margin: 20px auto; 
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 80%;
	text-align: left;
	background: white; 
}

a {
	color: #000063;
	/*text-decoration: disc;
	font-weight: bold; */
}
a:visited {	color: #9CAAC6;
	/*text-decoration: none;*/

}

a:hover, a:visited:hover {
	color: #993300;
	/*text-decoration: none;*/
}
/*
 * Container surrounding Site Title, Small Title, Logo, and home-link
 */
.head {
	height: 110px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	background: #000087;  /* Top banner background color */
	border-bottom: solid 3px #990000;
}

/*
 * Site Title
 */
.head h1 {
	font: normal 40pt Trebuchet, tempus sans ITC, sans-serif;
	letter-spacing: +2px;
	color: white; 
	text-transform: none;
	margin: 0px;
	padding: 20px 0px 0px 40px;
	text-align: left;

}

/*
 * Site Small Title
 */
.head h5 {
	font: italic normal 12pt maiandra GD, tempus sans ITC, sans-serif;
	color: white;
	margin: 0px;
	padding: 0 0 0 40px;
	text-align: left;
}

/*.logo {
	width: 183px;
	height: 87px;
	overflow: hidden;
	font-size: 0px;
	margin: 0px;
	float: left;
} */
.email {
	color: #CE0000;
	/*text-decoration: none;*/
	font-weight: normal;
}

.home-link {
	width:0px;
	height:0px;
	display:none;
}
/*
 * NavBar
 * UL containing all the NavBar links
 */
 
.nav-menu {
	width: 17%;
	padding: 0px;
	margin: 20px 15px 20px 0px;
	color: white;
	background: #990000;
	float: left;
	border-top: solid 3px #990000;
	font: normal normal 10pt Helvetica, Arial, sans-serif;
	overflow: hidden; 
}

.nav-menu ul {
	padding: 6px 0px 15px 0px;
	margin: 0px;
	cursor: default;
	overflow: hidden;
}

.menu-active {
	color: #FFFFFF;
	background: #9caac6;
}
/*
 * Individual NavBar LI's
 */
 
.nav-menu li {
	margin: 0px;
	padding: 0px;
	border-bottom: dotted 1px black; 
	overflow: hidden; 
}

/*
 * Individual NavBar links
 */
.nav-menu a,
.nav-menu a:visited {
	display: list-item;
	color: white;
	/*font-weight: bold;*/
	text-decoration: none;
	list-style-type: disc;
	overflow: hidden;
	padding: 7px 10px 6px 15px;
} 


.nav-menu a:hover {
	background: #000063;
	color: white;
	text-decoration: none;
	padding: 7px 10px 6px 11px;
	border-left: 4px solid #000063;
}

/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.with-mini {
	width: 60%;
	border-left: solid 1px #000087;
	border-right: solid 1px #000087;
	margin: 20px 10px 0px 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}

.with-mini65 {
	width: 68%; 
	border-left: solid 1px #000087;
	border-right: solid 1px #000087;
	margin: 20px 5px 0px 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}

/*
 * The no-mini class is applied to the content DIV
 *     when there are no mini-paragraphs on the page.
 * This statement must remain in the css even if there are mini paragraphs.
 * If there are mini paragraphs on the page, this will be ignored.
 */
.content {
}

.content h2 {
	font: normal normal 14pt Arial, Helvetica, sans-serif;
	color: #000063;
	margin: 0px 0px 10px 0px;
	padding: 8px 20px 8px 20px;
	background: white;
	text-align: center;
	border-top: solid 2px #000087;
}

.paragraph {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	border-bottom: solid 2px #000087;
}
.paragraph h2 {

	font-size: 30px;
	color: #000063;
	text-align: center; 
	border-bottom: solid 2px #000087;
	background: #FFFFFF; 
}

.feed {	
	width: 18%;
	float: right;
	font: normal normal 9pt Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	background: #507030;
}

.feed a, a:hover { color: white; }
.feed a:hover { color: yellow;}

.feed2 {
	width: 11%;
	float: right;
	font: normal normal 9pt Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	background: #507030;
}

.feed2 a, a:hover { color: white; }
.feed2 a:hover { color: yellow;}

.feed h2 { color: white;   /* news box heading */
	margin: 15px 0px 6px 0px;
	font-weight: normal;
	text-decoration:underline; }

.feed2 h2 { color: white;   /* news box heading */
	margin: 15px 0px 6px 0px;
	font-weight: normal;
	text-decoration:underline; }

.labelfield{ /*CSS for label field in general*/
/*color: gray;*/
color: #660000;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
/*color:gray;*/
color: #660000;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div { /*CSS specific to demo 2*/
margin-bottom: 8px;
padding: 7px 10px 6px 15px;
color: #FFFFD0;
}

#example2 div a{ /*CSS specific to demo 2*/
color: white;	/* News header text color */
/*font-weight: bold;*/
}

#example3 a{ /*CSS specific to demo 3*/
color: #4D8963;
text-decoration: none;
font-weight: normal;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}


.text {
	margin: 0px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	height: 100%;
}

.content ul,.content ol,.content dd {
	margin-left:2em;
}

.prolifepage {
	font: normal normal 18px Arial, Helvetica, sans-serif;
}

.footer {
	width: 100%;
	float: left;
	font: normal normal 8px Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-top: solid 3px #FFFFFF;
	background: #000087;
	color: white;
}

.footer p {
	padding: 8px 10px 8px 10px;
	margin: 0px;
}

