/* This is the primary CSS style sheet for TMI's redeisgned webpages (April 2008)  */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 16px;
	margin: 0px;
}

body,td,th {
	font-size: 14px;
}

a:link {
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #7a8b01;
	text-decoration: underline;
	font-variant: normal;
	font-weight: bold;
}

a:active {
	text-decoration: none;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

a.menuLink:link, a.menuLink:active, a.menuLink:visited {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-weight:bold;	
}

a.menuLink:hover {
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	color: #76831B;
	font-weight:bold;
}

#dropmenudiv{
	position:absolute;
	font:normal 11px Arial;
	line-height:15px;
	z-index:100;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
}

#dropmenudiv td a{
	font-family: Arial;
	font-size: 11px;
	color: #5C5A57;
	width: 100%;
	display: block;
	text-indent: 17px;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv td a:hover{
	font-family: Arial;
	font-size: 11px;
	color: #76831B;
}

.searchBox {
	width: 100px;
	font-family: Arial;
	background-color: #D0CFCE;
	border: 1px solid #FFFFFF;
	color: #76831B;
	font-size: 10px;
}

.eBox {
	width: 150px;
	background-color: #CFCFCF;
	border: 1px solid #2E2E2E;
	color: #555555;
	font-size: 10px;
}

.smallHeader {
	font-family: Arial;
	font-size: 11px;
	padding: 3px 0px 3px 10px;
	margin: 10px 0px 10px 0px;
	background-color: #66A6B5;
	color: #FFFFFF;
	font-weight: bold;
}

.whiteBack {
	background-color: #ffffff;
	padding-top: 25px;
}

.formTable td {
	text-align: left;
	padding: 3px 0px 3px 0px;
}

.inputField {
	font-family: Arial;
	font-size: 10px;
	color: #595959;
	border: 1px solid #929292;
}

.displayField {
	font-family: Arial;
	font-size: 12px;
	color: #929292;
}

.required {
	color: red;
}

.paddedCell {
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 0px 0px 3px 3px;
}

.tmi {  /* This is the standard text font for all body text.  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	font-weight: normal;
	margin-right: 0px;
	word-spacing: 1px;
}

.captions1 { /* Can be used for quotations in sans serif as well */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-style: italic;
}

.largetitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.largetitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}
.largetitle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 32px;
	color: #333333;
	font-weight: bold;
}
.quotations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 13pt;
	color: #333333;
	font-style: italic;


}  /* this wraps the master, main full body table in a border and provides a white background */
.maintableborder {
	background-color: #FFFFFF;
	border-right: 5px solid #333333;
	border-left: 5px solid #333333;
	border-bottom: 5px solid #333333;
	}
.maintxt-centercol { /* This is a spacing and border designation. Its mostly on the home page  */
	padding: 5px;
	
	border: 0px none #003399;
}
.maincol-left { /* Important! This class is for the main content table left column on most pages that have a two column layout. */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px none #003399;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.srchbttn {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #EEEEEE;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #AFC4D5;
	border-left: 1px solid #000000;
	border-top:1px solid #AFC4D5;
	color:#000000;
	height:19px;
	text-decoration:none;
}
.text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	word-spacing: 10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.accent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #95AD0A;
	text-decoration: none;
}
.largetitle1Green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #95AD0A;
	font-weight: bold;
	line-height: 20px;
}
.smallText {
	font-family: Arial;
	font-size: 10px;
	color: #595959;
}
.tmiUnderlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	font-weight: normal;
	margin-right: 0px;
	word-spacing: 1px;
	text-decoration: underline;
}
.tmiIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	font-weight: normal;
	margin-right: 0px;
	word-spacing: 1px;
	margin-left: 35px;
}
.accentIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #95AD0A;
	margin-left: 15px;
	margin-right: 0px;
	word-spacing: 1px;
}
.accent1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #95AD0A;
	margin-left: 15px;
	margin-right: 0px;
	word-spacing: 1px;
}
