div
{
 margin: 0;
 padding: 0;
}

body
{
 font-family: Verdana, sans-serif;
 background-color: black;
 color: white;
 text-align: center;
}

a
{
 color: white;
}

p
{
 padding: 10px;
}

img
{
 border: 0;
}

h1
{
 padding-bottom: 6px;
 font-size: 12pt;
}

h2
{
 font-size: 10pt;
}

.page
{
 width: 961px;
 position: relative;
 margin: auto;
 text-align: left;
}

.header
{
 width: 961px;
 height: 119px;
 background-image: url(layoutImages/bgHeader.png);
 background-repeat: no-repeat;
 margin-top: 5px;
}

.menu
{
 text-align: center;
}

.menu a
{
 text-transform: uppercase;
 color: white;
 text-decoration: none;
 background-image: url(layoutImages/arrowBig.png);
 background-position: 0 4px;
 background-repeat: no-repeat;
 padding: 0 20px 0 15px;
}

.menu a:hover
{
 text-decoration: underline;
 background-image: url(layoutImages/arrowBig1.png);
}

.services
{
 position: relative;
 top: 10px;
 margin-left: 90px;
 margin-bottom: 15px;
 width: 80%;
 font-size: 12px;
}

.services a
{
 color: white;
 text-decoration: none;
 background-image: url(layoutImages/arrowSmall.png);
 background-position: 0 5px;
 background-repeat: no-repeat;
 padding-left: 10px;
}

.services a:hover
{
 text-decoration: underline;
}

.content
{
 background-image: url(layoutImages/borderMiddle.png);
 background-repeat: repeat-y;
 padding: 10px 35px 10px 35px;
 position: relative;
 left: 0;
 top: 0;
 font-size: 0.9em;
}

.borderTop
{
 background-image: url(layoutImages/borderTop.png);
 background-repeat: no-repeat;
 width: 961px;
 height: 18px;
}

.borderBottom
{
 clear: both;
 background-image: url(layoutImages/borderBottom.png);
 background-repeat: no-repeat;
 width: 961px;
 height: 18px;
}

.footer
{
 font-size: small;
 background-image: url(layoutImages/line.png);
 background-repeat: no-repeat;
 margin-top: 30px;
 padding: 50px;
 padding-top: 20px;
 color: silver;
}

.end
{
 margin-top: 50px;
 font-size: x-small;
}

.refTable
{
 width: 90%;
 position: relative;
 margin: auto;
 margin-top: 30px;
}

.refTable td
{
 border-bottom: 1px solid #222222;
 vertical-align: middle;
 height: 70px;
}

.refTable a
{
 text-decoration: none;
}

.refTable a h2
{
 font-size: medium;
}

.refTable a:hover
{
 text-decoration: underline;
}

.bottomBorder th
{
 border-bottom: 3px solid silver;
 padding-top: 20px;
}

.logoImg
{
 margin-right: 0;
 margin-left: 30px;
 border: 0;
 position: relative;
 left: 6px;
}

.headerImg
{
 margin: 0;
 border: 0;
}

td
{
 vertical-align: top;
}

.pagingLink
{
 font-weight: bold;
 color: white;
 background-color: black;
 padding: 2px;
 text-decoration: none;
}

.pagingLink:hover
{
 text-decoration: underline;
}

.underlineHover
{
 text-decoration: none;
}

.underlineHover:hover
{
 text-decoration: underline;
}
