
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #00000;
	background-color: #42413C;
	background-image: url(images/body_bkgd.jpg);
}

.container {
	width: 960px;
	margin: 0 auto;
	background-color: #000;
}


.header {
	background-color: #00000;
	background-image: url(images/header_bkgd2.jpg);
	font-size: 12px;
	background-repeat: no-repeat;
	height: 150px;
	color: #FFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-radius: 5px 10px 5px 10px;
}


.sidebar1 {
	float: left;
	width: 190px;
	padding-bottom: 10px;
	background-color: #00000;
	color: #FFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 20px;
	width: 730px;
	float: right;
	background-color: #FFFFFF;
	font-size: 12 pt;
	border:thin;
	border-radius: 5px 10px 5px 10px;
	color: #00000;
	text-align: left;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px;
	font-weight: bold;
}


ul, ol {padding: 0;
		margin: 0;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
}




.tooling {font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #FFCC33;
}



ul.nav {
	list-style: none; 
	border-top: 1px solid #666666; 
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666666;
	font-size: 11pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #FFFFF;
	background-color: #0000FF;
	font-size: 103%;
}

.content a:hover {
	text-decoration: underline;
	background-color: #0099FF;
	font-size: 105%;
}
			


.footer {
	padding: 10px 0;
	background: #6699FF;
	position: relative;
	clear: both; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	border-radius: 5px 10px 5px 10px;
}


div.fltrt { color: black;
		text-align: center;
		font-family: Georgia,Verdana,Times New Roman,Times;
		font-size: 10pt;
		font-weight: bold;
		vertical-align: top;
		margin: 0px 0px 5px 5px;
}
.fltlft { float: left;
		margin-right: 8px;
}
.clearfloat { clear:both;
}


h2.title {color: blue;
		font-size: 13pt;
		text-align: center;
}
		
		
table {	width: 700px;
		border: solid 1px black;
		border-collapse: separate;
		font-family: Arial,Times New Roman,Times;
}
		
th {	border: solid 2px black;
	padding: 4px;
	font-weight: bold;
	font-size: 13pt;
	font-family: Georgia,Verdana,Times New Roman,Times;
	text-align: center;
	color: blue;
}

td {	border: solid 1px black;
	padding: 4px;
	font-family: Arial,Times New Roman,Times;
	font-weight: bold;
	font-size: 10pt;
}

.links { list-style-type:none;
		font-weight: bold;
}
		
.emphasis { color: red;
			font-weight: bold;
}

#photo {color: black;
		text-align: center;
		font-family: Georgia,Verdana,Times New Roman,Times;
		font-size: 10pt;
		font-weight: bold;
		vertical-align: top;
		margin: 0px 0px 5px 5px;
		float: right;
}

.contact { font-family: Arial,Times New Roman,Times;
			color: black;
			font-weight: bold;
}

.quote	{ font-style: italic;
		font-weight: bold;
}

.survey	{ color: red;
			font-size: 12pt;
			text-align: left;
}

.navline {color: blue;
		background-color: blue;
		height: 3px;
}

.samples {padding: 10px;
		border: 2px solid #000000;
		background-color: #0502E5;
		width: 600px;
		height: 377px;
}
	
#slideshow {width: 624px;
			height: 401px;
			padding: 0;
			margin: 20px auto;
}

