﻿body
{
    background-color: #FFFFFF; /* white */
    font-family: verdana;
    font-size: 10pt;
    text-align: center;
    margin: 0px 0px 0px 0px;
}
#container
{
    border: 3px solid #4040ff; /* Blueish */
    margin: 2px auto 0px auto;
    width: 950px;
     max-width: 950px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff; /* white */
    color: black;
    font-family: verdana;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
}
#tblmasthead
{
    width: 950px;
    height: 60px;
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    background-color: #f6e3e7;
    color: #4040ff;
    font-size: 14pt;
    font-weight: bold;
}
.lnkhomepage
{
    font-family: Verdana;
    font-size: 16pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: Blue;
    text-decoration: none;
}
#tblmastheadcol1
{
    width: 350px;
    text-align: center;
    background-image: url('Images/Baby1at350x60.jpg');
}
#tblmastheadcol2
{
    text-align: center;
}
.menuitem {
	display: block;
	width: 150px;
	height: 24px;
	line-height: 24px;
	color: #4040ff;
	text-decoration: none;
	background: #f6e3e7 url('Images/MenuItem.jpg') no-repeat left bottom;
	text-align: center;
	font-weight: bold;
	font-family: Times New Roman;
	font-size: 12pt;
}
.menuitem:hover {
	background: #b22222 url('Images/MenuItemHover.jpg') no-repeat left bottom;
	color: #f6e3e7;
}
#imglinkportercable{
     width:24%;
}
#imglinkportanails{
    width:54%;
}
#head{
     text-align:center;
}
.button
{
	background-color: #f6e3e7;
	border-width: 3px;
	border-style: outset;
	border-color: #4040ff;
	font-size: 12pt;
	font-weight: bold;
	text-decoration:none;
	color: #4040ff;
}


