body {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
}

body,td,th {
	font-family: arial, sans-serif;
	color: #000;
}

#main {
	width: 960px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
}

#header #links {
    font-size: 0.6em;
    color: #999999;
    text-align: center;
    padding: 4px;
}

#header #links a:link,
#header #links a:active,
#header #links a:visited,
#header #links a:hover {
    color: #999;
    text-decoration: none;
}

#header #links a:hover {
    text-decoration: underline;
}

#header #banner {
    height: 140px;
    background-color: #fff;
}

#header #banner img {
    float: left;
    margin-top: 4px;
    border: 0;
}

#header #banner #numbers {
    float: right;
    margin: 0px 15px 0px 0px;
    padding: 0px;
    width: 160px;
    text-align: right;
}

#header #banner #numbers p {
    margin-bottom: 0px;
}

#header #menu {
	height: 30px;
	background-image: url(menu-bg.png);
	background-repeat: repeat-x;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
}
#header #menu ul,
#header #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#header #menu a:link,
#header #menu a:active,
#header #menu a:visited,
#header #menu a:hover {
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px;
	line-height: 30px;
	vertical-align: middle;
}

#header #menu a:hover {
	text-decoration: underline;
}

#header #menu li.active a:link,
#header #menu li.active a:active,
#header #menu li.active a:visited,
#header #menu li.active a:hover {
    color: #BBBBBB;
    cursor: default;
    text-decoration: none;
}

#content {
    background-color: #999;
	background-image: url(left-bg.png);
	background-repeat: repeat-x;
}

#left {
    width: 180px;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 0.8em;
}

#left strong {
    padding: 10px 0px 0px 10px;
    display: block;
}

#left .note {
    color: #333;
    font-size: 0.8em;
    padding-top: 15px;
}

#left ul
{
	font-size: 0.9em;
}

#left ul,
#left li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#left a:link,
#left a:active,
#left a:visited,
#left a:hover {
    margin: 10px 10px -7px 10px;
    padding: 3px 8px;
    border: 1px solid #000;
    background-color: #ddd;
    color: #333333;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

#left a:hover {
    border: 1px solid #fff;
    background-color: #CC0000;
    color: #fff;
}

#left li.active a:link,
#left li.active a:active,
#left li.active a:visited,
#left li.active a:hover {
    border: 1px solid #fff;
    background-color: #333;
    color: #fff;
    cursor: default;
}

#right {
    margin-left: 180px;
    background-color: #fff;
	background-image: url(textbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
    width: 740px;
	min-height: 350px;
    padding: 20px;
    font-size: 0.8em;
}

#right h1:first-child {
	margin-top: 0;
}

#right.full {
	margin: 0px;
	width: 920px;
}

#footer {
    clear: both;
 	background-image: url(footer-bg.png);
	background-repeat: repeat-x;
	height: 14px;
	margin: 0px 0px 10px 0px;
 	padding: 8px 10px;
	font-size: 0.7em;
	text-align: center;
	color: #999;
}

#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


