body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
}

body,td,th {
	font-family: arial, sans-serif;
	color: #000;
}

#main {
	background-color: #5C5C5C;
	width: 780px;
	margin: 0px auto;
	text-align: left;
    font-size: 0.8em;
}

a:link,
a:active,
a:visited,
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #666666;
}

img {
	border: 0;
}

h1 {
	font-size: 1.3em;
	color: #CC0000;
}

h2 {
	font-size: 1.2em;
	color: #CC0000;
}

h3 {
	font-size: 1em;
	color: #CC0000;
	margin-top: 20px;
}

#bar {
	background-color: #333;
	margin: 0;
	padding: 2px;
	font-size: 0.7em;
	color: #999;
	text-align: center;
}


#bar a {
	color: #999;
}

#header {
	background-color: #cdcdcd;
}

#location {
	margin: 0;
	padding: 5px;
	font-size: 16px;
	color: #d82927;
	font-weight: bold;
	height: 20px;
	text-align: right;
}

#menu {
	margin: 0;
	padding: 0px 5px 0px 0px;
	background-image: url(menu-bg.png);
	background-repeat: no-repeat;
	height: 20px;
	font-family: Verdana;
	font-size: 0.85em;
	font-weight: bold;
	text-align: right;
}

#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#menu a:link,
#menu a:active,
#menu a:visited,
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	line-height: 20px;
	vertical-align: top;
	margin: 0px 0px 0px 12px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a:link,
#menu .active a:active,
#menu .active a:visited,
#menu .active a:hover {
	color: #999999;
}

#left,
#right {
	width: 130px;
	padding: 50px 10px 10px 10px;
}

#left {
	background-image: url(leftbg.jpg);
	background-repeat: no-repeat;
	float: left;
}

#left ul,
#left li,
#right ul,
#right li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left a:link,
#left a:active,
#left a:visited,
#left a:hover,
#right a:link,
#right a:active,
#right a:visited,
#right a:hover {
	display: block;
	background-color: #CCCCCC;
	margin: 0px 0px 5px 0px;
	padding: 3px 7px;
	color: #333333;
	border: 1px solid #000;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

#left a:hover,
#right a:hover {
	border: 1px solid #FFF;
	background-color: #CC0000;
	color: #FFF;
}

#left .active a:link,
#left .active a:active,
#left .active a:visited,
#left .active a:hover,
#right .active a:link,
#right .active a:active,
#right .active a:visited,
#right .active a:hover {
	border: 1px solid #CCC;
	background-color: #666;
	color: #CCC;
}

#left i {
	font-size: 0.95em;
	font-weight: normal;
	color: #999999;
}

#content {
	float: left;
	background-color: #FFFFFF;
	background-image: url(textbg.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	width: 440px;
	min-height: 300px;
	font-size: 0.95em;
}

#content h1:first-child {
	margin-top: 0;
}

#right {
	background-image: url(rightbg.jpg);
	background-repeat: no-repeat;
	float: right;
	min-height: 255px;
}

#copyright {
	color: #666;
	font-size: 0.85em;
	text-align: center;
}

#copyright a {
	color: #666;
	text-decoration: none;
}
