body {
background:#ff0000 url(images/redbg9a.gif);

background-position: center;
background-attachment:fixed;
margin:0;
height:100%;
font-family: tahoma, arial, sans-serif;
}

#container
{
width: 80%;
min-width:600px;
margin: 10px auto;
margin-top:0;
line-height: 130%;
color: #333;
background:url(images/borderTop.jpg) repeat-x;
background-color: #fff;
}

#top
{
padding: 1%;
width:98%;
height:92px;
}

#top h1
{
padding:0;
padding-top:8px;
margin: 0;
color:red;
text-align:center;
font-family:'lucida calligraphy', serif;
font-size:2.5em;
}
#top img
{float:right;}

#spacer {clear:both;}

#leftnav
{
float: left;
width: 25%;
margin: 0;
padding: .5em;
border-right: 1px solid gray;
}

#leftnav img {border:none; margin-left:6%; max-width:95%;}

#leftnav a {
margin-top:10px;
display:block;
color:black;
text-decoration:none;
font-variant:small-caps;
font-size:80%;
text-align:right;
height:60px;
line-height:60px;
background:url(images/dbLink.jpg) no-repeat;
}
/* link, visited, active, hover */

#leftnav a:visited {
color:rgb(100,100,100);
background:url(images/dbLink.jpg) no-repeat;
}

#leftnav a:hover {
color:red;
font-weight:bold;
background:url(images/dbActive.jpg) no-repeat;
}
#leftnav a:active {
background:url(images/dbActive.jpg) no-repeat;
}

table img {max-width:90%;}
#content
{
padding: 1em;
margin-top:10px;
margin-bottom:10px;
width:63%; 
float:right;

}

.column {float:left;width:48%;margin:1px;}
.nocolumn {width:96%; clear:both;}

#footer
{
clear: both;
margin: 0;
color: white;
background:url(images/borderBottom.jpg);
text-align:center;
font-size:88%;
height:95px;
padding:0 5px;
}


#content a, #footer a {
color:black;
text-decoration:none;
font-variant:small-caps;
font-size:80%;
}
#footer a {color:white;}

/* link, visited, active, hover */

#content  a:visited {
color:rgb(100,100,100);
}

#footer a:visited {
color:white;
}
#content  a:hover, #footer a:hover{
color:red;
}
#content  a:active, #footer a:active{
}

.myh3 {font-weight:bold; font-size:110%;}
.myh4 {font-weight:bold; font-size:100%;}

li {margin-bottom:.5em;}

.txtResults {border:none;background:rgb(200,200,200);font-weight:bold;}
.calcTable{
	border:1px solid red;
	background:url(images/tableBG.gif);
	padding:5px;
	width:90%;
	font-size:80%;
}

/* link, visited, active, hover */

#content .resourceLink a {
	text-decoration:none;
	font-variant:small-caps;
	font-size:120%;
}

#content .resourceLink a:visited {
}

#content .resourceLink a:hover {
}

#content .resourceLink a:active {
}