/****  style_standard.css   ****/
#masthead {
	text-align: center;
	background-color:#CCFFFF;
	width: 100%;
	border: 0.1px solid #ccffff;
}
#masthead h1 {
	color:blue;
}
#masthead h2 {
	font-size:96%;
	font-style:normal;
	font-weight:normal;
}
#pageName {
	margin:0px;
	padding:5px 0px 5px 0px;
	width: 100%;
	Text-align: center;
	color:#ff0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight:bold;
}
#siteInfo {
	clear: both;
	background-color:#CCFFFF;
	border: 1px solid #cccccc;
	font-size:.75em;
	font-weight:bold;
	color: #cccccc;
	padding: 2px 10px 2px 10px;
	margin-top: -1px;
}
/* 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" */

/************ NAVIGATOR - Horizontal   *******/
#menu {
	display:table;
	padding:0;
	margin:0 auto;
	color:#ffffff;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
}
#menu li {
	display:table-cell;
}
#menu li a {
	padding:0.3em 1em;
	background:#036;
	color:#eeeeee;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:1px solid white;
}
#menu li a:hover {
	background:white;
	color:red;
	border: 1px solid blue;
}
/************ page display items   ******/
 a {
	color:blue;
}
.center {
	text-align:center;
}
.story {
	clear: both;
	margin-left:20px;
	margin-right:20px;
	padding:10px 10px 0px 10px;
}
.story p {
	padding:0px 0px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:.9em;
	font-weight:normal;
	text-indent: 2em;
	line-height: 1.165em;
}
.green36 {
	font-family: Georgia, Times New Roman, Times, serif;
	color:green;
	font-size:36px;
	font-weight:bold;
	margin-top:-80px;
}
.imgRight {
	float: right;
	padding:0px 50px 0px 10px;
}
.imgLeft {
	float:left;
	padding:0px 10px 0px 30px;
	width:100px;
}
#contentTop {
	width: inherit;
	height: auto;
	margin:0px 10px 0px 30px;
}
/***** SPECIALS like Profiles *****/
 #proName {
	margin-left:200px;
	margin-right:200px;
	padding:0px 50px 0px 50px;
	width:100%;
}
 .plus1 {
	font-size:larger;
}
.style1 {
	font-size:0.9em;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
.style2 {
	font-size:0.9em;
	color:#0000ff;
	font-family:Arial, Helvetica, sans-serif;
}
/****** Bold Blue Heads *****/
.style2lg6m {
	font-size:2.0em;
	color:#0000ff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.stylelg1 {
	font-size:1.2em;
	color:#000000;
	font-family: Georgia, Times New Roman, Times, serif;
}
.stylelg2 {
	font-size:1.2em;
	color:#0000ff;
	font-family: Georgia, Times New Roman, Times, serif;
}
.stylelg3 {
	font-size:1.2em;
	color:#ff0000;
	font-family: Georgia, Times New Roman, Times, serif;
}

