<style type="text/css">

body {
}

/*Start CSS common for all pages */

table.semcotool{
width: 800px;
}

td.1a {
width: 180px;
}

td.2a {
width: 620px;
}


table.menu{
width: 800px;
}

th.1 {
width: 200px;
}

/*End CSS common for all pages */

/*Start CSS for index page */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
font-family : arial, helvetica, sans-serif;
font-size: 16px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F5C690;
padding: 5px;
left: -1000px;
border: 2px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span{ /*CSS for enlarged image*/
font-family : arial, helvetica, sans-serif;
font-size: 13px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 350px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

table.main{
width: 800px;
}

td.main1 {
width: 600px;
padding: 10px;
}

td.main2 {
width: 200px;
padding: 10px;
vertical-align: top;
}

div.main {
font-family : arial, helvetica, sans-serif;
}
 
div.main {
font-size: 19px;
}

/*End CSS for index page */

/*Start CSS for about page */

div.about {
font-family : arial, helvetica, sans-serif;
} 

div.about {
font-size: 19px;
}

div.about {
text-align: justify;
}

table.about{
width: 800px;
}

td.about {
width: 800px;
padding: 10px;
}

/*End CSS for about page */

/*Start CSS for capabilities page */

div.capabilities {
font-family : arial, helvetica, sans-serif;
} 

div.capabilities {
font-size: 19px;
}

div.capabilities {
color: black;
}

table.capabilities{
width: 800px;
}

td.capabilities {
width: 800px;
padding: 10px;
}

table.capabilities1{
width: 650px;
}

td.capabilities1 {
width: 325px;
padding: 10px;
}

td.capabilities2 {
width: 325px;
padding: 10px
}

/*End CSS for capabilities page */

/*Start CSS for contacts page */

table.address{
width: 800px;
}

td.address1 {
width: 300px;
padding: 10px;
}

td.address2 {
width: 200px;
padding: 10px
}

div.address {
font-family : arial, helvetica, sans-serif;
} 

div.address {
font-size: 19px;
}

div.address {
color: black;
}

/*End CSS for contacts page */
</style>

