body {
    font-family:Times New Roman, Times, serif;
    font-size:14px;
	background-color: #ffffff;
    margin: 0px;
}
img {
	display: block;
	border: 0;
}
p     {
    text-align: left;
}
h1 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:20px;
    text-align: left;
	color: #666666;
	background-color: #ffffff;
    margin: 0px;
}
h2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
    text-align: left;
	color: #666666;
	background-color: #ffffff;
    margin: 0px;
}
h3 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
    text-align: left;
	color: #666666;
	background-color: #ffffff;
    margin: 0px;
}
td {
    vertical-align: top;
    text-align: center;
}
a:link {
    color: #7EAEB0;
    text-decoration: underline;
}
a:visited {
    color: #666666;
    text-decoration: underline;
}
a:active {
    color: #67675e;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
.girly {
    color: #ff0099;
}

/* specific divs */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	overflow: visible;
}

#greybox  {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
	background-color: #999999;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Palatino, Times, serif;
font-size: 14px;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
background-image: url(images/menubk.png);
background-repeat: no-repeat;
color: #fff;
text-indent:  11px;
text-decoration: none;
width: 170px;
}

#navcontainer a:link, #navlist a:visited
{
text-indent:  11px;
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
text-indent:  11px;
background-image: url(images/menubk.png);
background-repeat: no-repeat;
color: #ffcb0d;
}

#active a:link, #active a:visited, #active a:hover
{
text-indent:  11px;
background-image: url(images/menubk.png);
background-repeat: no-repeat;
color: #ffcb0d;
}