body {
	background-image: url(images/bg_diamondplate.gif);
	background-repeat: repeat;
}
.topNAV {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
}

a.top:link {
	color: #666666;
	text-decoration: none;
}     /* unvisited link */
a.top:visited {
	color: #666666;
	text-decoration: none;
}  /* visited link */
a.top:hover {
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
}   /* mouse over link */
a.top:active {
	color: #000000;
	text-decoration: none;
}   /* selected link */

a:link {
	color: #990000;
	text-decoration: underline;
}     /* unvisited link */
a:visited {
	color: #666666;
	text-decoration: underline;
}  /* visited link */
a:hover {
	color: #990000;
	text-decoration: none;
	background-color: #f2f2f2;
}   /* mouse over link */
a:active {color: #000000}   /* selected link */

.topINFO {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #333333;
}
.bottomINFO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.imgsub {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.bigbody {
	margin: 10px;
	background-color:#FFFFFF;
	text-align: left;
}


.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.paragraph2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.newshead {
	font-family: "Book Antiqua", Batang;
	font-size: 18px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #990000;
	margin: 2px 0 2px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin: 4px 0 4px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	text-align: center;
}

#navcontainer { width: 90%; text-align:left; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
background-color: #f2f2f2;
border-bottom: 1px solid #ccc;
}

#navcontainer a:link, #navlist a:visited
{
color: #990000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#mainmenu ul
{
margin: 0;
padding: 4px 0 4px 0;
list-style-type: none;
text-align: center;
white-space: nowrap;
}

#mainmenu ul li { display: inline; }

#mainmenu ul li a
{
color: #840000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
padding: .2em 1em;
}

#mainmenu ul li a:hover
{
color: #FFFFFF;
background-color: #840000;
}

#companytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 4px 0 4px 0;
	text-align: center;
}
#industries {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-align: left;
	padding: 4px 0 4px 8px;
}
#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 4px 0 4px 0;
}

.team {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.team ul {
	margin: 6px;
}
.team li {
	font-size: 12px;
	padding: 0 0 3px 0;
	margin: 0 0 0 25px;
}
.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #F2F2F2;
	color: #333333;
	text-align: center;
}
.tablecont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.tablecontCent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.tablecont b {
	font-weight: bold;
	color: #000033;
}
.tablecont h3 {
	font-size: 14px;
	color: #000033;
}
.tablebutton {
	text-align: center;
}
.tablebutton img a {
	border: none;
}



#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 40px 20px 40px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
.verticaltext {
padding: 0;
margin: 0;
}