body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	background-color: #000;
	text-align: center;
}
#header {
	margin-top: 60px;
}
#container {
	width: 700px;
	padding: 0 30px;
	margin: 0 auto;
	background-image: url("../imgs/page_bg.png");
	background-position: center;
	background-repeat: repeat-y;
}	
#masthead {
	width: 678px;
	margin: 0 auto;
	padding: 10px;
	background-image: url("../imgs/masthead_bg.png");
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
}
#menu {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	background-image: url("../imgs/menu_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	clear:both;
}
#menuTable {
	margin: 6px auto 0 auto;
	text-align: center;
}
#menuTable td {
	padding: 3px 10px;
}
#menu a {
	font-weight: bold;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#content {
	width: 680px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	clear:both;
}
#contentTable {
	width: 100%;
}
#content_td {
	vertical-align: top;
}
#sidebar_td {
	width: 120px;
	vertical-align: top;
}
#sidebar {
	width: 100%;
}
#sidebar ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style: none;
}
h1 {
	text-align: center;
	font-size: large;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
	margin: 0;
	margin-top: 10px;
}
a, a:active {
	color:#ccc;
	text-decoration:none;
}
a:hover {
	color: #36C;
	text-decoration:underline;
}
p {
	margin: 5px 0;
}
p.spacer {
	text-align: center;
}
a img {
	border: 0;
}
img.photo {
	padding: 1px;
	border: 1px solid #06C;
}
#content ul li {
	margin-bottom: 4px;
}
#content ul ul li {
	margin-bottom: 0;
}
#content ul#policycontents li {
	font-weight: bold;
	list-style-type:square;
}
#content ul#policycontents ul li {
	font-weight: normal;
	list-style-type:disc;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	float:left;
	display: block;
	height: 20px;
	padding: 10px;
}
dl {
	margin: 0 auto;
	padding: 5px;
	width: 70%;
	border: 1px solid #06C;
	background-color:#000;
	color: #CCC;
}
dt {
	font-weight: bold;
}
dl#glossary {
	margin: 0;
	width: 100%;
	border: 0;
	background-color:#000;
	color: #fff;
}
a.gloss {
	color: #36F;
}
table.gallery td {
	text-align: center;
}
#splash {
	text-align: center;
}
#footer {
	padding: 0;
	padding-bottom: 5px;
	font-size: xx-small;
	color: #999;
}
#footer p {
	margin: 0;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
}