img
{
    border: none;
}
body
{
    background-image: url("../webimg/bg.jpg");
    background-repeat: repeat-x;
    background-position: top center;
    font-family: calibri;
    color: #02588b;
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    position: relative;
}
.ie body
{
    background-color: #e6e6e6;
    font-family: calibri;
    color: #02588b;
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -10px;
}
table
{
    font-family: calibri;
    font-size: 10pt;
    color: #02588b;
}
a:link {color: #02588b; text-decoration: none;}
a:visited {color: #02588b; text-decoration: none;}
a:active {color: #02588b; text-decoration: none;}
a:hover {color: red; text-decoration: underline;}

a.nav:link {color: #fff; font-size: 11pt; text-decoration: none;}
a.nav:visited {color: #fff; font-size: 11pt; text-decoration: none;}
a.nav:active {color: #fff; font-size: 11pt; text-decoration: none;}
a.nav:hover {color: #fff; font-size: 11pt; text-decoration: underline;}

a.nav2:link {color: #fff; text-decoration: none;}
a.nav2:visited {color: #fff; text-decoration: none;}
a.nav2:active {color: #fff; text-decoration: none;}
a.nav2:hover {color: #fff; text-decoration: underline;}

a.footer:link {color: #f3ff33; text-decoration: none;}
a.footer:visited {color: #f3ff33; text-decoration: none;}
a.footer:active {color: #f3ff33; text-decoration: none;}
a.footer:hover {color: #fff; text-decoration: underline;}

a.serv:link {color: #66eeee; text-decoration: none;}
a.serv:visited {color: #66eeee; text-decoration: none;}
a.serv:active {color: #66eeee; text-decoration: none;}
a.serv:hover {color: red; text-decoration: underline;}

#body
{
    width: 900px;
}
#body-container
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#header
{
    background-image: url("../webimg/top.png");
    background-repeat: no-repeat;
    width: 900px;
    height: 103px;
}
table.header
{
    width: 100%;
    padding: 18px;
}
.ie table.header
{
    width: 95%;
    margin-top: 20px;    
}
table.header td
{
    width: 50%;
}
div.rep
{
    background-image: url("../webimg/rep.png");
    background-repeat: repeat-y;
    width: 900px;
}
table.nav
{
    width: 100%;
    padding-left: 10px;
}
.ie table.nav
{
    width: 98%;
}
div.active
{
    background-image: url("../webimg/link-active.png");
    background-repeat: no-repeat;
    width: 187px;
    height: 42px;
}
div.active span
{
    position: relative;
    top: 10px;
    left: 50px;
}
div.inactive
{
    background-image: url("../webimg/link-inactive.png");
    background-repeat: no-repeat;
    width: 187px;
    height: 42px;
}
div.inactive span
{
    position: relative;
    top: 10px;
    left: 50px;
}
#break-top
{
    background-image: url("../webimg/break-top.png");
    background-repeat: no-repeat;
    width: 900px;
    height: 18px;
}
#break-bot
{
    background-image: url("../webimg/break-bot.png");
    background-repeat: no-repeat;
    width: 900px;
    height: 18px;
}
#footer
{
    background-image: url("../webimg/footer.png");
    background-repeat: no-repeat;
    width: 900px;
    height: 56px;
}
#content
{
    padding: 20px;
}
#links-top
{
    background-image: url("../webimg/links-bg-top.png");
    background-repeat: no-repeat;
    width: 237px;
    height: 34px;
}
#links-rep
{
    background-image: url("../webimg/links-bg-rep.png");
    background-repeat: repeat-y;
    width: 237px;
}
#links-bot
{
    background-image: url("../webimg/links-bg-bot.png");
    background-repeat: no-repeat;
    width: 237px;
    height: 34px;
}
#services
{
    padding-left: 20px;
    padding-right: 20px;
    width: 180px;
    color: #fff;
    height: 200px;
    overflow-y: auto;
}
table.footer
{
    width: 95%;
    margin-left: 20px;
}
.ie table.footer
{
    width: 95%;
    text-align: left;
    margin-left: -10px;
}

	    #slideshow {
		width: 600px;
		height: 200px;
	      }
