﻿@import url('layout.css');

/******************/
/* Global Styles  */
/******************/
/* Style used for all content */
#page_content
{
	text-align:center;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

body
{
    color: #000;
    font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    background-color: #ffffff;
}

/* Container for all content */
#container
{
    width: 100%;
    background-repeat: repeat-y;
    background-color: #f3eee4;
}

#story
{
	color:Black;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style:italic;
}
/************************************/
/* Styles used on the content page  */
/************************************/

/* Styles for Content */
h1
{
	color: black;
	font-size: 2.0em;
	text-align: center;
}
h2
{
	color: Navy;
	font-size: 1.75em;
	font-style:italic;
	font-family:Calibri;
	text-align: left;
}
h3
{
	color: black;
	font-size: 1.5em;
}
h4 {
	color: black;
	font-size: 1.25em;
}
h5 {
	color: black;
	font-size: 0.75em;
}
h6 {
	color: black;
	font-size: 0.5em;
}
big {
	color: black;
	font-size: medium;
}

hr
{
	color:Navy;
	width:90%;
	height:1px;
}

/* Styles for Links */
a
{
	color: #0000ff;
	text-decoration: underline;
}
a:hover
{
	color: purple;
	text-decoration: underline;
}

/*************************************************/
/* Test Section for new master page.             */
/*************************************************/

#Master .master_header
{
	vertical-align:middle;
	font-family:Monotype Corsiva;
	font-size:36px;
	font-weight:normal;
	color:Navy;
	text-align:center;
}

#Master .header_details
{
	vertical-align:middle;
	font-family:Monotype Corsiva;
	font-size:18px;
	font-weight:normal;
	color:Navy;
	text-align:right;
}

#Master .master_footer
{
	border-top-color:Navy;
	border-top-width:1px;
	font-family:Calibri;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:Navy;
	vertical-align:middle;
	height:25px;
}

#Master .header_border
{
	background-image: url(../images/domer.png);
	background-repeat:repeat-x;
	height:11px;
}

#Master .nav_border
{
	background-image: url(../images/bar.png);
	background-repeat:repeat-y;
	width:4px;
}

#Master .master_lnav
{
	color: Navy;
	text-align:left;
	vertical-align:middle;
	width:100px;
	background-color:White;
}

#Master .master_lnav a
{
	text-decoration:none;
	font-family:Calibri;
	font-size:12pt;
	color:Navy;
}
#Master .master_lnav a:hover
{
	text-decoration:none;
	font-family:Calibri;
	font-size:12pt;
	color:#d4af37;
}

#Master .master_content
{
	text-align:center;
	vertical-align:top;
}
#Master .master_content a
{
	text-decoration:none;
	font-family:Calibri;
	font-size:12pt;
	color:#005cb9;  /* Kind of a dark teal */
}
#Master .master_content a:hover
{
	text-decoration:none;
	font-family:Calibri;
	font-size:12pt;
	color:#c10000;  /* Kind of a brighter maroon */
}

#Master a
{
	text-decoration:none;
	font-family:Calibri;
	font-size:10pt;
	color:Blue;
}
#Master a:hover
{
	text-decoration:none;
	font-family:Calibri;
	font-size:10pt;
	color:Green;
}

#Master .master_bulletins
{
	background-color:#ffffff;	/* f2f2f2 is a light grey */
	color:Black;
	text-align:left;
	padding-right:5px;
	vertical-align:top;
	width:165px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left-style:solid;
	border-left-width:thin;
	border-right-style:solid;
	border-right-width:thin;
}
#Master .master_rnav
{
	background-color:#ffffff;	/* f2f2f2 is a light grey */
	color:Black;
	text-align:center;
	padding-right:5px;
	vertical-align:top;
	width:165px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left-style:solid;
	border-left-width:thin;
	border-right-style:solid;
	border-right-width:thin;
}

.Office
{
	background-color:Maroon;
	color:#e2e2e2;
	font-style:normal;
	font-weight:bold;
	border-style:none;
}

.RowHead
{
	font-weight:bold;
	font-style:normal;
	color:Black;
	width:30%;
	white-space:nowrap;
}

#story .BioLink
{
      padding: 3px 7px 3px 7px;
      background-color: Navy;
      color: White;
}

#story a.BioLink:link
{
      color: White;
}

#story a.BioLink:visited
{
      color: White;
}

#story a.BioLink:hover
{
      color: Yellow;
}

#story a.BioLink:active
{
      color: White;
}

.Biofloat
{
    float: left;
    height: 300px;
    margin-left: 5px;
    margin-right: 5px;
}

 

