/****************************************************************/
/*                   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: 2em;
margin-right: 7em;
margin-top: 0em;
margin-bottom: 0em;
margin: 0em;
padding-left: 2em;
padding-right: 0em;
padding-top: 0em;
padding-bottom: 0em;
border-left: 2em;
border-right: 0em;
border-top: 0em;
border-bottom: 0em;
border: 0em;
}


/****************************************************************/
/*                     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;
}

.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 */

th {
   font-family: Times New Roman, Times, serif;
   font-size: 12pt; 
   font-weight: bold; 
   color: #000000; 
   text-align: center;
}

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;
}
.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: 28pt;
	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;
}

