body {
background:url(../gfx/bg.gif) repeat-x;
background-color:#f0f0ff;
color: #000; /* needed to keep the css validator happy */
margin: 0;
padding: 0; /* incase any crazy users specify in their browser settings they want a padded window.. */ 
}
a img{
border:0;
}
h1
{
font-size: 20px;
font-weight: bold;
color:#9999ff;
}
h2
{
font-size: 16px;
color: #6666FF;
}
P
{
font-size: 16px;
font-weight: bold;
color: #9999FF
}
h3
{
font-size: 12px;
font-weight: bold;
color:#000;
text-align:center;
}
#container {
margin: 0 auto 0 auto; /* top and bottom: 0, sides: flexible (stretches) */
width: 750px;
color: #000; /* again, for the w3c validator to stop hyperventilating */
}
.header {
background: url(../gfx/logo.png);
height: 55px;
width: 750px;
}
.navigation {
background:url(../gfx/nav.png) no-repeat;
height: 44px; /* this is the height of the image! */
padding: 0 0 0 20px;
font-size:14px;
}
content
{
float: left;
width:960px;
display: inline;
}
#maincontent{
width:100%;
}
#maincontent .maincontentheading {
background:url(../gfx/maincontentheader.gif) no-repeat;
height:75px;
}
#maincontent .maincontentcontent {
background:url(../gfx/maincontentcontent.gif) repeat-y;
padding: 1px 1px 1px 1px;
}
#maincontent .maincontentfooter{
background: url(../gfx/maincontentfooter.gif)   no-repeat;
height:18px;
}
#col1
{
float: left;
width: 23%;
margin-left:0px;
padding:0 0 0 20px;
display:inline;
}
#col2
{

float: left;
width: 71%;
text-align:justify;
padding:0 3px 0 0;
}
#col2 a:link{
font-size: 14px;
font-weight: bold;
color: #000099;
}
#col2 a:active
{
font-size: 14px;
font-weight: bold;
color: #000099;
}
#col2 a:visited
{
font-size: 14px;
font-weight: bold;
color: #000099;
}
#col2 a:hover
{
font-size: 14px;
font-weight: bold;
color: #FF0000;
}
.clear {
clear: both;
}
.footer {
background: url(../gfx/footer.gif) no-repeat;
height: 68px; /* this is the height of the image! */
margin: 10px 0px 0px 0px;
text-align:center;
color:#fff;
}
.footer a:link{
text-decoration: none;
color: #fff;
}
.footer p{
text-decoration: none;
color: #fff;
padding: 10px 0 0 0;
}
.footer a:visited {
text-decoration: none;
color: #fff;
}
.footer a:active {
text-decoration: none;
color: #fff;
}
.footer a:hover {
text-decoration: underline;
color: #fff;
}

#col1full
{
float: left;
background: url(../gfx/skin.gif) center top no-repeat;
width: 90%;
margin-left:0px;
padding:0 40px 0 40px;
display:inline;
}


#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}
#nav li {
float: left;
position: relative;
width: 6em;
border: 1px solid #fff;
background-color: #6565d5;
color: #000;
font-size: 13pt;
margin-right: 0em;
margin-top:0px;
}
#nav a:link, #nav a:visited {
display: block;
text-decoration: none;
text-align: center;
color: #fff;
}
#nav a:hover {
display: block;
text-decoration: none;
color: #6699FF;
}
* html #nav a {
width: 100%;
}
#nav ul {
display: none;
position: absolute;
padding: 0;
}
#nav ul li {
border: 0 none transparent;
border: 1px solid #fff;
background-color: #6565d5;
font-size: 100%;
margin-bottom: -1px;
margin-top: 1px;
padding: 0;
}
#nav li:hover ul {
display: block;

