/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #666666;
}
td{
font-size:76%}

h1 {
font-family: "Trebuchet MS", arial, sans-serif;
font-size: 1.2em;
font-weight: bold
}

.outertable {
vertical-align: top;
border-bottom:1px;
border-top: 0px;
border-right: 0px;
border-left: 0px;
border-color: gray;
border-style: solid;
color: #FFFFFF
}
.outertable2{
vertical-align: top;
border-bottom:0px;
border-top: 0px;
border-right: 0px;
border-left: 0px;
border-color: gray;
border-style: solid;
color: #FFFFFF
}

.innertable {
vertical-align:top;
border: 8px white;
border-style: ridge; 
}

.banner {
background-color: #B9B9B9;
}

.banner2{
font-size: 1em;
background-color: #B9B9B9;
text-align: center;
vertical-align: middle;
border-left: 0px solid white
}

.content {
background-color: #000000;
color: #ffffff;
font-family: arial, sans-serif;
font-size: 1.3em;
font-weight: normal;
vertical-align: top;
padding-top: 20px;
text-align: justify;
padding-left: 2px;
line-height:1.4em;
}


.padleft25 {
padding-left: 25px;
}

.nav{
background-color: #000000;
color: #ffffff;
font-family: "Trebuchet MS", arial, sans-serif;
font-size: .9em;
text-align: right;
vertical-align: top;
padding-right: 0px;
padding-top:10px;
font-weight: normal;
border-top:0px solid white;
}

.rightside {
text-align: right;
vertical-align:top;
padding-top: 30px
}

a:link{
text-decoration: none;
color: #ffffff;



}

a:visited{
text-decoration: none;
color: #ffffff;



}

a:hover{
text-decoration:underline;
color: #ffffff;

}

a:active{
text-decoration: none;
color: #ffffff;
}

.screw {
background-image: url(../images/screw.jpg);
background-position: center;
background-repeat: no-repeat;


}
.screw2 {
background-image: url(../images/screw2.jpg);
background-position: center;
background-repeat: no-repeat;


}

.navlink {
color: #ccccc;
font-weight: normal;
}

.intro{
background-color: #000000;
color: #ffffff;
font-family: "Trebuchet MS", arial, sans-serif;
font-size: 1em;
font-weight: bold;
vertical-align: top;
text-align: center;
padding-bottom: 5px;
padding-top: 10px;
border: 1px white;
border-style: dashed; 

}

.footer{
background-color: #000000;
color: #ffffff;
font-family: arial, sans-serif;
font-size: .7em;
vertical-align: bottom;
text-align: center;
padding-bottom: 5px
}

a.email {
	text-decoration:underline;
	border-bottom:1px dotted #fff
}

