/*====================================================
Common CSS Used for all except the GRC menuing system which
uses the cssmenu.css style sheet.
=================================================== */


body {
	margin: 2px;
	padding: 0px;
	text-align:left;
	min-width: 980px;
	border: 0px none;
	background-color:#edead7;
	background-image: url('../images/parchmnt.jpg');
	font-style:normal;
 	font-variant:normal;
 	font-weight:normal;
 	line-height:1.5;
 	font-size:12px;
 	font-family:arial, verdana, helvetica, sans-serif;
}




/* ************* Page container defaults *************************** */

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	background-image: url('../images/indexa_bg.jpg');
	text-align:left;
	voice-family: inherit;
	border:solid silver;   /* #162c67 */
	border-width: 10px;
	padding: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
/*    behavior: url('../styles/border-radius.htc');  */
    border-radius: 10px;
}




#header {
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height:0;
	width: 840px;
	height: 135px;
}
#header span {
	display: none;
}


a {
  text-decoration: none;
  color: blue;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

a:link {
  color:blue;
}

a :visited {
  color:blue;
}

a:hover {
  text-decoration: none;
  color:red;
}

/* ********************************
styles for main content area 
********************************* */
#content {
	margin-right: 5px;
	margin-left: 10px;
	min-height: 400px;
	min-width: 750px;
	height: inherit;
	padding: 0px;
	border: 0px solid #242F24;
	text-align: left;
	vertical-align: top;
	color: black;
}


/*===========content area list items==============*/


h1 {
	clear: left;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	width: auto;
	border-bottom-width: 10px;
        font-size: 3.0em;
        font-family:  'Times New Roman', arial, verdana, helvetica, sans-serif;
        color: #006400;
}

h2 {
	clear: left;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	width: auto;
	border-bottom-width: 0px;
}


.buttonscontainer {width: 170px;}

.buttons a {
	color: #ffffff;
	background-color: #006400;
	padding: 2px;
	display: block;
	border-left: 10px solid orange;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}

.buttons a:hover {
	border-left: 10px solid yellow;
	text-decoration: none;
	color: #ffffff;
}


/* *****************************************************
Footer block 
**************************************************** */


#footer {
	width:95%;
	height: 60px;
	text-align: center;
	line-height: 11px;
	vertical-align: top;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #333333;
	background-color:#edead7;
	background-image: url(../images/bkg-foot_17.gif);
	background-repeat:no-repeat;
	font-size: 9px;
	border-top-style: solid;
	border-top-color: #E5E1D8;
}

#footer a:link {
    text-decoration: none;
	color: blue;
	border: 0;
	font-weight: bold;
}



#foottl {
	float: left;
	width: auto;
	text-align: left;
	padding-left: 5px;
}
#foottr {
	float: right;
	width: auto;
	text-align: right;
	padding-right: 5px;
}



#footer a:hover {
    text-decoration: none;
	color: red;
	border: 0;
	font-weight: bold;
}


/* *********************************************

********************************************* */


table {
	margin: 0 0 0 0;
	padding: 2px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	border: 1px;
	text-align:left;
}

p {
  text-align:justify;
  margin-left:6.5%;
  margin-right:5%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:1.3em;
  line-height: 1.2em;
  margin: 0 0 0 0;
}

/*===========content area paragraph items==============*/

p:first-letter {
  font-weight: bold; 
  font-size: 105%;
  color: black;
}

p.indent5 {
  text-align:left;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.1em;
  margin: 5px 5px 5px 5px;
  padding: 0;
}

p.indent10 {
  text-align:left;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.1em;
  margin: 10px 10px 10px 10px;
  padding: 0;
}

p.center {
  text-align:center;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.1em;
  margin: 0px 0px 5px 0px;
  padding: 0;
}

.highlightyel {
background-color: #FFFF40;
font-weight: bold;
font-style: italic;
text-decoration : none;
}


.rounded-corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
/*    behavior: url('../styles/border-radius.htc'); */
    border-radius: 10px;
}


/* class - put red border around image */
.image-border-red{
	border-style:outset;
	border-color: red;
	border-width:6px;
      }

/* class - put brown border around image */
.image-border-brown{
	border-style:outset;
	border-color: brown;
	border-width:6px;
      }

.image-border-brown-small{
	border-style:outset;
	border-color: brown;
	border-width:3px;
      }

.quote{
	border-style:groove;
	border-color:navy;
	border-width:15px;
      }

.h1_black {
	display: inline;
	line-height:125%;
	font-size:280%;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

.h1_navy {
	display: inline;
	line-height:125%;
	font-size:280%;
	font-weight: bold;
	color: #000080;
	text-align:center;
}

.h1_maroon {
	display: inline;
	line-height:125%;
	font-size:280%;
	font-weight: bold;
	color: #800000;
	text-align:center;
}

.h2_black {
	display: inline;
	line-height:125%;
	font-size:240%;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

.h2_navy {
	display: inline;
	line-height:125%;
	font-size:240%;
	font-weight: bold;
	color: #000080;
	text-align:center;
}

.h2_maroon {
	display: inline;
	line-height:125%;
	font-size:240%;
	font-weight: bold;
	color: #800000;
	text-align:center;
}

.h3_black {
	display: inline;
	line-height:125%;
	font-size:200%;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

.h3_navy {
	display: inline;
	line-height:125%;
	font-size:200%;
	font-weight: bold;
	color: #000080;
	text-align:center;
}

.h3_maroon {
	display: inline;
	line-height:125%;
	font-size:200%;
	font-weight: bold;
	color: #800000;
	text-align:center;
}

.h4_black {
	line-height:125%;
	display: inline;
	font-size:160%;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

.h4_navy {
	line-height:125%;
	display: inline;
	font-size:160%;
	font-weight: bold;
	color: #000080;
	text-align:center;
}

.h4_maroon {
	line-height:125%;
	display: inline;
	font-size:160%;
	font-weight: bold;
	color: #800000;
	text-align:center;
}

.h5_black {
	line-height:125%;
	display: inline;
	font-size:140%;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

.h5_navy {
	line-height:125%;
	display: inline;
	font-size:140%;
	font-weight: bold;
	color: #000080;
	text-align:center;
}

.h5_maroon {
	line-height:125%;
	display: inline;
	font-size:140%;
	font-weight: bold;
	color: #800000;
	text-align:center;
}

.h6_black {
	line-height:125%;
	display: inline;
	font-size:100%;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

.h6_navy {
	line-height:125%;
	display: inline;
	font-size:100%;
	font-weight: bold;
	color: #000080;
	text-align:center;
}

.h6_maroon {
	line-height:125%;
	display: inline;
	font-size:100%;
	font-weight: bold;
	color: #800000;
	text-align:center;
}