html, body
{
	margin: 0;
	padding: 0;
}
body {
	background-color: #CCCCCC;
	font-size: small;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#shadow
{
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/shadow.jpg);	
}

#pagewidth
{
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header
{
	position: relative;
	height: 100px;
	width: 100%;
}
#leftcol
{
	width: 200px;
	float: left;
	position: relative;
}
#leftcolpadding 
{
	padding: 15px;
}
#maincol
{
	float: right;
	display: inline;
	position: relative;
	width: 755px;
}
#maincolpadding 
{
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}


#footer
{
	clear: both;
	text-align: center;
	background-color: #4D6395;
	margin: 0px;
	padding: 0px;
}
#footer p
{
	color: #BDCDE4;
	font-size: 80%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/* Float containers fix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */
/* End float containers fix */



#copyright p {
	font-size: 80%;
	color: #666666;
	margin: 10px;
	padding: 0px;
	text-align: center;
}
#leftcol ul {
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 0.75em;
	padding-right: 0;
	padding-bottom: 0.75em;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#leftcol ul li {
	margin: 0;
	padding-top: .25em;
	padding-right: 0;
	padding-bottom: .25em;
	padding-left: 0;
}
#leftcol img {
	margin-top: 4px;
	margin-bottom: 4px;	
}
h1 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 150%;
	color: #4D6395;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.25em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
h3 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 110%;
	color: #4D6395;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -.75em;
	margin-left: 0px;
}
p {
	font-family: "Trebuchet MS";
	line-height: 120%;
	color: #333333;
	font-size: 13px;
}
a:link {
	color: #008961;
}
a:hover {
	color: #62B59C;
}
a:active {
	color: #CCCC99;
}
a:visited {
	color: #00704F;
}

#wrapper {
	background-image: url(../images/shadowtile.gif);
	margin: 0px;
	padding: 0px;
}
#home #wrapper {
	background-image: url(../images/shadowtilehome.gif);
	margin: 0px;
	padding: 0px;
}
#leftcol a {
	text-decoration: none;
	display: block;
}
#leftcol a:hover {
	text-decoration: underline;
	display: block;
}
#leftcol dt a {
	color: #000000;
}
#homeleftcol {
	float: left;
	display: inline;
	width: 640px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#homeleftcol ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
	font-size: 11px;
}
#homeleftcol h3 {
	padding: 0px;
	margin: 0px;
}
#homerightcol {
	float: right;
	display: inline;
	width: 280px;
	margin: 0px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#homerightcol img {
	margin-top: 4px;
	margin-bottom: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* set up primary navigation bar */
#navigation
{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 960px;
}

#navigation ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav.gif);
	height: 30px;
	width: 960px;
}

#navigation ul li
{
	float: left;
	text-indent: -5000px;
}

#navigation ul li a {
	text-indent: -5000px;
	text-decoration: none;
}

/* set width of about button, make clickable, and set hover state */
li#navaboutltci
{
	height: 30px;
	width: 172px;
}

li#navaboutltci a
{
	height: 30px;
	width: 172px;
	display: block;
}

li#navaboutltci a:hover
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

li#navaboutltci a#in
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -0px -60px;
}

/* set width of education button, make clickable, and set hover state */
li#naveducation
{
	height: 30px;
	width: 159px;
}

li#naveducation a
{
	height: 30px;
	width: 159px;
	display: block;
}

li#naveducation a:hover
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -172px -30px;
}

li#naveducation a#in
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -172px -60px;
}

/* set width of producer access button, make clickable, and set hover state */
li#navproduceraccess
{
	height: 30px;
	width: 153px;
}

li#navproduceraccess a
{
	height: 30px;
	width: 153px;
	display: block;
}

li#navproduceraccess a:hover
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -331px -30px;
}

li#navproduceraccess a#in
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -331px -60px;
}

/* set width of request proposal button, make clickable, and set hover state */
li#navrequestproposal
{
	height: 30px;
	width: 169px;
}

li#navrequestproposal a
{
	height: 30px;
	width: 169px;
	display: block;
}

li#navrequestproposal a:hover
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -484px -30px;
}

li#navrequestproposal a#in
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -484px -60px;
}

/* set width of request info button, make clickable, and set hover state */
li#navrequestinformation
{
	height: 30px;
	width: 174px;
}

li#navrequestinformation a
{
	height: 30px;
	width: 174px;
	display: block;
}

li#navrequestinformation a:hover
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -653px -30px;
}

li#navrequestinformation a#in
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -653px -60px;
}

/* set width of contact button, make clickable, and set hover state */
li#navcontactltci
{
	height: 30px;
	width: 133px;
}

li#navcontactltci a
{
	height: 30px;
	width: 133px;
	display: block;
}

li#navcontactltci a:hover
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -827px -30px;
}

li#navcontactltci a#in
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -827px -60px;
}


li#navcontactltci-loggedout
{
	height: 30px;
	width: 133px;
}

li#navcontactltci-loggedout a
{
	height: 30px;
	width: 133px;
	display: block;
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -827px -90px;
}

li#navcontactltci-loggedout a:hover
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -827px -90px;
}	
	
li#navcontactltci-loggedout a#in
{
	background-color: transparent;
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: -827px -150px;
}


#bannerlogo {
	float: left;
	height: 100px;
	width: 420px;
}
#bannerlogin {
	float: right;
	height: 100px;
	width: 490px;
	margin-right: 20px;
	font-size: 90%;
	color: #666666;
}
#bannerlogin .formfield {
	width: 150px;
	margin-right: 5px;
	margin-left: 5px;
}
#bannerlogin h3 span {
	font-size: 80%;
}
#form {
	margin: 0;
	padding: 0;
}
#bannerlogin h3 {
	padding: 0px;
	color: #666666;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#homeleftcol ul li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}





TABLE.form th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #426199;;
}

TABLE.form th p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; 
  color: #FFFFFF;
  font-weight: bolder;
}

TABLE.form td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #EEEEEE;  
}

TABLE.form td p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #EEEEEE
}
		
		
TABLE.form2 th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #426199;
}

TABLE.form2 th p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; 
  color: #FFFFFF;
  font-weight: bolder;
}


TABLE.form2 td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;

}

TABLE.form2 td p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;

}
table.contactstable {
}
table.contactstable p {
	line-height: 120%;
	margin: 0px;
	padding: 2px;
}
table.contactstable td, table.contactstable th {
	vertical-align: top;
}
.prodicon {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.contactsgroup {
	color: #FFFFFF;
	background-color: #666666;	
}.contactstable th p {
	background-color: #008961;
	color: #FFFFFF;
}
p.linkdate {
	font-size: 80%;
	margin-bottom: -1em;
	color: #666666;
}#tagline {
	text-align: right;
}
#logoutlink {
	text-align: right;
	font-size: 90%;
	margin-top: 8px;
	margin-bottom: 8px;
}


.censusform  tr td input {
  font-size:11px;
}

.censusform  tr td select {
  font-size:11px;
}