/****************************************************************/
/*                   Transition Projects.CSS                    */
/*							                                    */
/* The Rural Institute Style Sheet 								*/
/*								                                */
/*                Author: Jillian Jurica        	            */
/*                Created: October 19, 2003	          			*/
/****************************************************************/
/* Page body is used to set page margins. */

body {
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
}


/****************************************************************/
/*                     LINK STYLES                              */
/****************************************************************/

/* Hyperlink text */

a {
   font-family: Times New Roman, Times, serif;
}

/* Link overwrites the standard HTML link information */
a:link {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   color: #330099;
   text-decoration: underline;
}

/* Visited overwrites the standard HTML visited link information */

a:visited {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   color: #330099;
   text-decoration: underline;
}

/* Hover overwrites the standard HTML hover link information */

a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #660033;
	text-decoration: none;
}

/* Linkwhite is for a white link */

.linkwhite {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   line-height: 1.5;
   color: #FFFFFF;
   text-decoration: underline;
}

/* Linkblack is for a black link */

.linkblack {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   text-decoration: underline;
}

/****************************************************************/
/*                     TEXT STYLES                              */
/****************************************************************/

/* Overwriting basic font tag to be body text */

font {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: none;
}

/* Overwriting paragraph tag to be body text */

P {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: none;
}

/* Overwriting div tag to be body text */

div {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: none;
}

/* Txtbody is the main text for body of content */

.txtbody {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: none;
}
.tbl2 {
	padding: 2px;
	height: auto;
	width: 175px;
}
.tb3 {
	padding: 2px;
	width: 550px;
}



.txtbodyleft {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: none;
   text-align: left;
}

.txtbodycenter {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: none;
   text-align: center;
}

.txtbodyright {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: none;
   text-align: right;
}

/* Txtitalic is used for italic text */

.txtitalic {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: italic;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: none;
}

.txtitaliccenter {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: italic;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: none;
   text-align: center;
}

/* Txtbold is used for bolded text */

.txtbold {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: bold;
   line-height: 1;
   color: #000000;
   text-decoration: none;
}

.txtboldcenter {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: bold;
   line-height: 1;
   color: #000000;
   text-decoration: none;
   text-align: center;
}

/* Txtbolditalic is used for bolded italic text */

.txtbolditalic {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: italic;
   font-weight: bold;
   line-height: 1;
   color: #000000;
   text-decoration: none;
}

.txtbolditaliccenter {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: italic;
   font-weight: bold;
   line-height: 1;
   color: #000000;
   text-decoration: none;
   text-align: center;
}

/* Txtunderline is used for underlined text */

.txtunderline {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: underline;
}

.txtboldunderline {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: bold;
   line-height: 1;
   color: #000000;
   text-decoration: underline;
}

.txtitalicunderline {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: italic;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: underline;
}

.txtbolditalicunderline {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: italic;
   font-weight: bold;
   line-height: 1;
   color: #000000;
   text-decoration: underline;
}

/****************************************************************/
/*                     TITLE STYLES                             */
/****************************************************************/

/* Title is a generic un-justified title */

.title {
   font-family: Times New Roman, Times, serif;
   font-size: 16pt;
   font-style: normal;
   font-weight: bold;
   color: #660000;
   text-decoration: none;
}

.titleblack {
   font-family: Times New Roman, Times, serif;
   font-size: 16pt;
   font-style: normal;
   font-weight: bold;   
   text-decoration: none;
}
h1 {
   font-family: Times New Roman, Times, serif;
   font-size: 16pt;
   font-style: normal;
   font-weight: bold;
   color: #660033;
   text-decoration: none;
}

.titleleft {
   font-family:  Times New Roman, Times, serif;
   font-size: 16pt;
   font-style: normal;
   font-weight: bold;
   color: #660033;
   text-decoration: none;
   text-align: left;
}

.titlecenter {
   font-family: Times New Roman, Times, serif;
   font-size: 16pt;
   font-style: normal;
   font-weight: bold;
   color: #660033;
   text-decoration: none;
   text-align: center;
}

.titleright {
   font-family:  Times New Roman, Times, serif;
   font-size: 16pt;
   font-style: normal;
   font-weight: bold;
   color: #660033;
   text-decoration: none;
   text-align: right;
}


/* Bottom navigation */

.bottomnav{
   font-family: Times New Roman, Times, serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   text-align: center;
}

/* Subtitle is used for headers that don't need to be huge font */

.subtitle {
   font-family: Times New Roman, Times, serif;
   font-size: 14pt;
   font-style: normal;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
}

h2 {
   font-family: Times New Roman, Times, serif;
   font-size: 14pt;
   font-style: normal;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
}

.subtitlecenter {
   font-family: Times New Roman, Times, serif;
   font-size: 14pt;
   font-style: normal;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   text-align: center;
}

/****************************************************************/
/*                     TABLE STYLES                             */
/****************************************************************/

/* Overwriting table header tag for table headers */

.tableNest {
	width: 100%;
}

.spanTwoColumns {
	column-span: 2;
}

.spanThreeColumns {
	column-span: 3;
}

.spanFourColumns {
	column-span: 4;
}
table {
	width: 775px;
}
.archive {
	width: 75px;
}


th {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt; 
   font-weight: bold; 
   color: #000000; 
  }

td {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #000000;
   text-decoration: none;
}


.titleblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #003366;
}
.titleblue2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #2A3FAA;
}

.textsmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
.linklarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bolder;
	text-decoration: underline;
	color: #009999;



}
.titlelgblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #006699;
}
.titlelgblue2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #006699;
}
.titlered {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #660000;
}
.titlegreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #336633;
	font-weight: bold;

}
.unlist {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
.titlegreen2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bolder;
	color: #336633;
}
.list {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.txtitalicblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	color: #330099;
	text-decoration: underline;
}
.bwtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	font-weight: bolder;
	text-decoration: underline overline;


}
.pagebreak {
	page-break-before: always;
}
.titleblacklarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
}
.textsmall2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}
.titlelgred {

	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #865664;
}
.txtsmall {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;

}
.titlelgbluesmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #006699;
}
.bluelinkbold {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #330099;
	text-decoration: underline;
}
.tbllistserv {
	padding: 0px;
	height: auto;
	width: 350px;
}
.titleSmRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #865664;
}
.logo {
	margin: 0px 10px 8px 0px;
}

