/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	/* width: 770px; */
	margin: 0 auto;
	text-align: left;
	color: #003300;
	line-height: 1.5em;
}
/*this container holds the logo and heading graphic*/
    #header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	top: 36px;
	background-image: url(graphics/Motif_page1_headbg.gif);
	background-repeat: repeat-x;
	}
	
/*this container holds the logo graphic */
	#logo {
	background-repeat: no-repeat;
	height: 56px;
	top: 0px;
	right: 0px;
	width: 120px;
}
/*this container holds the horizontal navigation bar */
    #navbar {
	background-image:  url("graphics/Motif_page1_bar.gif");
	background-repeat: repeat-x;
	height: 32px;
	/* width: 770px; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e7bfbd;
	border-left-color: #e7bfbd;
}	
	#midbar {
	/* width: 770px; */
	top: 50px;
	background-repeat: repeat-x;
	background-image:  url("graphics/Motif_page1_bar_thin.gif");
	height: 17px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006600;
	border-left-color: #006600;
}
/*this container holds the left-hand text boxes */
#holderdiv {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	width: 190px;
}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin: 10px 0;
	border: 1px solid #674745;
	background-color: #66FF00;
}

.leftcoldivlight {
	margin: 10px 0;
	border: 1px solid #674745;
	background-color: #66FF99;
}
/**Redefined html tags**/
/*defines the font and page background image */
 body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	text-align: left;
	}
/*sets margins to 0 */	
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
td {
	font-size: 80%;
}
/*styles the text in the right-hand column */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-left: 8px;
}
/*styles the text in the left-hand column */
.leftcoldiv p {
	margin: 5px 0;
	padding: 5;
	color: #674745;
	font-size: 90%;
	line-height: 1.3em;
}

.leftcoldivlight p {
	margin: 5px 0;
	padding: 5;
	color: #674745;
	font-size: 90%;
	line-height: 1.3em;
}
/*style the heading text */
.leftcoldiv h2 {
	margin: 0;
	background-color: #e7bfbd;
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #674745;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0d7d6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.leftcoldiv h3 {
	margin: 0;
	background-color: #ff9d00;
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #674745;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #feb034;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.leftcoldivlight h4 {
	margin: 0;
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #674745;
	background-image:  url("graphics/Motif_page1_h4bg.gif");
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff8f8;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 130%;
	margin-top: 8px;
	margin-bottom: 4px;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 110%;
	color: #003300;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	}
h3 {
	font-size: 120%;
	color: #003300;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-left: 30px;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	margin-left: 30px;
	list-style-type: disc;
	list-style-image:  url("graphics/Motif_page1_bullet.gif");
	padding-left: 30px;
}
/*link styles*/
a:link {
	color: #666600;
}
 a:visited {
	color: #666600;
}
 a:link:hover {
	color: #009900;
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6615a;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*styles the footer*/
.footer {
	font-size: 90%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003300;
	background-image:  url("graphics/Motif_page1_bar.gif");
	background-repeat: repeat-x;
	/* width: 770px; */
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	color: #674745;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006600;
	border-left-color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
#content {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 30px;
}

.textnav {
  font-size: smaller;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.credits {
  font-size: smaller;
  font-style: italic;
  text-align: center;
}
