﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	list-style: url('images/grarrow_r.jpg');
	list-style-image: url('images/grarrow_r.jpg');
	background: #ffffff /*url("images/backgroundx.jpg") repeat-x*/;
	color: #000000;
	font: normal 70% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align:left
	
}

hr {
	background-color: #800000;
	color: #800000;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border-width: thick;
	border-style: none;
	border-color: inherit;
	text-align: center;
}
.pic_center {
	text-align: center;
}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: url('images/grarrow_r.gif');
}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #009933;
	text-decoration: underline;
	font-weight: bold;
	list-style-image: url('images/grarrow_r.jpg');
	list-style-position: outside;
}

a:hover {
	color: #959595;
	text-decoration: underline;
	font-weight: bold;}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #000066;
	font: bold 24px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;
}

h2{
	color: #008000;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;
}

h3{
	color: #008000;
	font: normal 18px Tahoma, Geneva, sans-serif;
	text-align: left;
}

h4 {
	border-bottom: 1px dashed #959595;
	color: #808080;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;	
}

h5 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	list-style: url('images/grarrow_r.jpg');
	color: #000080;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.underline {
	text-decoration: underline;
}


.clear {
	clear: both;}
			
	
.titlebluea {
	margin-left: 15px;
	text-align: left;
	color: #000080;
	font-weight: bold;
	font-size: medium;
	line-height: 110%;
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
.titleredb {
	color: #800000;
	font-weight: bold;
	font-size: 14px;
	line-height: 110%;
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	margin-left: 25px;
	text-align: left;
	font-style: italic;
}

.genlist {
	list-style-image: url('images/grarrow_r.jpg');
	list-style: url('images/grarrow_r.jpg');
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 90%;

	color: #000000;
	margin-left: 30px;
}
.genlistb {
	list-style-image: url('images/grarrow_r.jpg');
	list-style: url('images/grarrow_r.jpg');
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 90%;
	color: #000000;
	margin-left: 20px;
	margin-bottom: 15px;
}
	.sublist {
	margin-left: 45px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 90%;
	list-style-image: url('images/grarrow_r.jpg');

}
.subsublist {
	margin-left: 60px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 90%;

	list-style-image: url('images/grarrow_r.jpg');
}
.numberedlist {
	list-style-image: none;
	list-style-position: outside;
}



.notes {
	padding: 10px;
	text-align: left;
	text-indent: 10px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

.parenthnote {
	color: #000000;
	font-size: xx-small;
}

.caption1 {
	font-size: x-small;
	text-align: center;
	top: -5px;
}
.caption2 {
	font-size: small;
	text-align: center;
	top: -5px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.emphbackgrnd {
	background-color: #CCCCFF;
}
.blockquote1 {
	text-indent: 10px;
	text-align: left;
	color: #000080;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
}


/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	background-image: url("images/wrapper.jpg");
	width: 900px;
	text-align: left;
	margin: 0 auto;}

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header {
	position: relative;
	width: 900px;
	height: 230px;}

#global {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	width: 890px;
	text-align: right;
	padding-right: 10px;
	color: #656565;
	height: 30px;
	font-size: 85%;}

#topnav {
	position: absolute;
	left: 60px;
	top: 160px;
	z-index: 1;
	width: 780px;
	text-align: center;
	color: #66FF33;
	height: 30px;
	font-size: 90%;
}

#topnav a {
	color: #00FF00;
	text-decoration: none;
	font-weight: normal;
}

#topnav a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;}

/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: x-small;
	float: left;
	width: 230px;
	padding: 0 5px 0 60px;
	border-right-style: inset;
	border-right-width: thin;
	font-family: Verdana;
	font-weight: lighter;
	color: #000000;
}

#mainnav {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 120%;}

#content {
	list-style-image: url('images/dblarrow.jpg');
	list-style: url('images/dblarrow.jpg');
	float: right;
	width: 510px;
	line-height: 1.5em;
	padding: 0 60px 0 20px;
	list-style-position: outside;
}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	background: #ffffff url("images/footer.jpg") no-repeat;
	clear: both;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 60px;
	font-family: Arial;
}

#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;}

/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #656565;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;}

form {
	padding: 3px;
	text-align: left;
	margin: 20px 0 5px 0;
}

label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*  The catalog is set into a simple two-column table. The
items below set the properties for the catalog display.  */

table {
	border: thin #000080 solid;
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 3px double #c2c2c2;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}
.table1 {
	border-style: 1;
	font-family: Arial, Helvetica, sans-serif;
		border-width: 1px;
		border-color: #000080;
		font-size: small;
		color: #000000;
		padding: 1px;
		margin: 1px;
		border-collapse: collapse;
		border-spacing: 1px;
		empty-cells: hide;
		caption-side: top;
}
.table2 {
	border-style: 1;
	border-color: #FFFFFF;
	border-width: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		color: #000000;
		padding: 3px;
		margin: 1px;
		border-collapse: collapse;
		border-spacing: 1px;
		empty-cells: hide;
		caption-side: top;
		float: left;
		text-align: left;
	}
.sidebartext {
	font-family: Verdana;
	font-size: 9px;
	font-weight: lighter;
	color: #000000;
}
.sidebarsubtitle {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #000080;
}
.style2 {
	vertical-align: middle;
}
.style3 {
	margin-left: 40px;
}
.ms-list7-main {
	border: 1.5pt solid green;
	background-color: #CCCCCC;
}
.ms-list7-tl {
	font-weight: bold;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid green;
	background-color: #CCCCCC;
}
.ms-list7-left {
	font-weight: bold;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid green;
}
.ms-list7-top {
	font-weight: bold;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid green;
	background-color: #CCCCCC;
}
.ms-list7-even {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid green;
	background-color: #FFFFDD;
}
.ms-list7-odd {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid green;
	background-color: #CCCCCC;
}
.emphbackgrndgen {
	background-color: #AAC6AB;
}
.h6backed {
	list-style: url('images/grarrow_r.jpg');
	color: #000080;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #D7E7FF;
	text-align: center;
}

