/* CSS Document */

body {
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#FFFFFF;
}

/*THIS IS THE SHELL IN WHICH WE'LL KEEP EVERYTHING*/
#wrapper {
	width:750px;
	margin:0px auto;
	border:1px;
	padding:0px;
	text-align:left;
}
/*END SHELL*/
#mission {
	width:370px;
	margin:1px;
	border:0px;
	padding:5px;
	text-align:center;
}

#header {
	border:0px;
	height:200px;
	padding:5px;
}

/*THIS IS THE NAVIGATION*/
ul#navlist
{
	margin-left: 0;
	text-align:center;
	font-size:0.65em;
	font-weight:bold;
	padding-left: 0;
	white-space: nowrap;
	text-transform: uppercase;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 0px 5px; }

#navlist a:link, #navlist a:visited
{
	font-weight:bold;
	color: #FFFFFF;
	background-color: #000099;
	text-decoration: none;
}

#navlist a:hover
{
	font-weight:bolder;
	color: #000099;
	background-color: #FFFFFF;
	text-decoration: none;
}
/*END NAVIGATION*/

/*THIS IS THE SIDE NAVIGATION*/
ul#subnav
{
	margin-left: 0;
	width:750;
	text-align:center;
	font-size:0.7em;
	padding-left: 0;
}

#subnav li
{
	display: inline;
	list-style-type: none;
}

#subnav a { padding: 3px 10px; }

#subnav a:link, #subnav a:visited
{
	color: #000099;
	text-decoration: none;
}

#subnav a:hover
{
	color: #FFFFFF;
	background-color: #000099;
	text-decoration: none;
}
/*END SIDE NAVIGATION*/
/*CONTENT CONTAINERS*/
#about-content {
	width:740px;
	margin:0px auto;
	border:1px;
	padding:5px;
	text-align:left;
}

/*END CONTENT CONTAINER*/
.indent-emphasis {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	word-spacing: normal;
	left: auto;
	font-size: 1.0em;
	font-weight: bolder;
	color: #000099;
}
.text {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}
.text-italics {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
}
.text-indent {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:40px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bolder;
	color: #000099;
}

/*THIS IS THE TABLE STYLING FOR THE KF POLYMER PAGE*/
table.specs {
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 0.7em;
	color: #FFFFFF;
	width: 600px;
	background-color: #666666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;}

table.specs td {
	background-color: #CCCCCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #FFFFFF solid;}

table.specs td.tbl-hed {
	background-color: #666666;
	color: #FFFFFF;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #FFFFFF solid;
	font-size: 0.8em;
	font-weight: bold;
}
.table-headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #000099;
}

/*THIS IS THE TABLE STYLING FOR THE EFEX PAGE*/
table.specs02 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 0.7em;
	color: #FFFFFF;
	width: 500px;
	background-color: #666666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.specs02 td {
	background-color: #CCCCCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #FFFFFF solid;
}

table.specs02 td.tbl-hed {
	background-color: #666666;
	color: #FFFFFFF;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #FFFFFF solid;
	font-size: 0.8em;
	font-weight: bold;
}

.table-headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #000099;
}

/*THIS IS THE TABLE STYLING FOR THE EFFLOR PAGE*/
table.specs03 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 0.7em;
	color: #FFFFFF;
	width: 600px;
	background-color: #666666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.specs03 td {
	background-color: #CCCCCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.specs03 td.tbl-hed {
	background-color: #666666;
	color: #FFFFFF;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #FFFFFF solid;
	font-size: 0.8em;
	font-weight: bold;
}
.table-headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #000099;
}

/*THIS IS THE TABLE FOR THE LINKS PAGE*/
table.links { 
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 0.7em;
	color: #000000;
	width: 600px;
	background-color: #FFFFFF;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}


table.links td.links-header { 
	border-bottom: 2px solid #6699CC;
	background-color: #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	font-size: 0.7em;
	color: #404040;
}


table.links td { 
	border-bottom: 1px solid #6699CC;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 0.7em;
	color: #000000;
	background-color: white;
	text-align: left;
	padding-left: 3px;
}

.links-body { 
border-left: 1px solid #CCCCCC; 
}

/*THIS IS THE TABLE FOR THE CONTACT PAGE*/
table.contacts
{ 
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	background-color: #FFFFFF;
	border: 1px #006699 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}


td.contact-position 
{ 
	background-color: #CCCCCC;
	border: 1px #000000 solid;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000; 
}


td.contact {
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .7em;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}.contacts-table_test {

border-left: 1px solid #CCCCCC;
}
.kf-polymer_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.kf-polymer_box_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000099;
}
