body,html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Monospace;
	font-size: 13px;
	color: #101010;
	background-color: #646464;
	background-image: none;
}
body {
	min-width: 750px;
}
abbr {
	border-bottom: #101010 1px dotted;
	cursor: help;
}
hr {
	color: #990000;
	border-top: none;
	border-right: none;
	border-bottom: #990000 1px ridge;
	border-left: none;
	margin: 5px;
}
img {
	border: none;
	vertical-align: bottom;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.strike {
	text-decoration: line-through;
}
.big {
	font-size: 20px;
}
.bold {
	font-weight: bold;
}
#container {
	border: #000000 1px solid;
	background-color: transparent;
	background-image: url(images/tile.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 750px;
}
#banner {
	background: #646464;
}
#header {
	background: transparent;
	background-image: url(images/bar.gif);
	background-repeat: repeat-y;
	height: 15px;
	width: 100%;
	border-top: #000000 1px solid;}
#content {
	background-color: #979797;
	float: right;
	width: 570px;
	height: auto;
	vertical-align: top;
	margin: 10px 25px 10px 0;
	padding: 0 5px 0 0;
	border: #313131 1px solid;
}
#content.links li {
	list-style-type: square;
}
#content .tab {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 100%;
	background: url("images/tab/tile.gif") repeat-x right bottom;
	margin: 2px 0 0 2px;
}
#content .tab span.tabl {
	float: left;
	background: url("images/tab/right.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
#content .tab  span.tabr {
	display: block;
	background: url("images/tab/left.gif") no-repeat left top;
	padding: 5px 18px 5px 10px;
	text-decoration: none;
	font-size: 15px;
	color: #200;
}
#content a {
	color: #212121;
	text-decoration: underline;
}
#content a:hover {
	color: #fff;
	text-decoration: none;
}
#content blockquote {
	display: block;
	color: #333333;
	border-top: #333333 1px solid;
	border-right: #333333 1px solid;
	border-left: #333333 5px solid;
	border-bottom: #333333 1px solid;
	padding: 10px;
	background-color: #b9b9b9;
}
#content form.captcha {
	padding: 0 0 15px 15px;
}
#content .submenu {
	padding: 5px; 
	width: 50%; 
	margin: 12px auto; 
	border-right: #333333 5px solid;
	border-left: #333333 5px solid;
}
#content dl {
	margin: 0 0 0 1em;
	padding: 0 0 1em 1em;
}
#content dl.ranks dt {
	font-weight: bold;
}
#content dd {
	margin: 0 0 0 2em;
}
#content h1 {
	color: #000000;
	font-size: 15px;
	margin: 0;
	vertical-align: bottom;
	text-decoration: none;
	font-weight: bold;
}
#content input,textarea {
	color: #000000;
	font-family: Arial, Helvetica, Monospace;
	font-size: 12px;
	border: #000000 1px solid;
	background-color: #a8a8a8;
}
#content p {
	margin: 0 10px 10px 15px;
}
#content p.links a {
	font-weight: bold;
}
#content ul.meeting,.links ul.linkslist {
	list-style-type: none;
	margin: 2px;
	padding: 2px;
}
#menu {
	background-color: transparent;
	float: left;
	width: 145px;
	border: none;
	font-variant: small-caps;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 5px;
}
#menu li {
	padding: 5px;
}
#menu li a { 
	text-align: center;
	display: block;
	color: #202020;
	font-size: 14px;
	background-color: #757575;
	border-left: #868686 2px solid;
	border-top: #ACACAC 2px solid;
	border-right: #424242 2px solid;
	border-bottom: #424242 2px solid;
	width: 100px;
	margin: auto;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
#menu li:hover a {
	color: #000;
	background-color: #535353;
	border-left: #313131 2px solid;
	border-top: #424242 2px solid;
	border-right: #868686 2px solid;
	border-bottom: #979797 2px solid;
}
#footer {
	height: 15px;
	background-color: transparent;
	background-image: url(images/foot.gif);
	background-position: bottom center;
	clear: both;
}
#footer a:link {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #222222;
	text-decoration: none;
}
#footer p {
	margin: 0 5px 0 0;
	color: #000000;
}
#footer small {
	font-size: 11px;
	font-style: italic;
}
.cButton {
	background-color: #888888;
	font-weight: bold;
	display: block;
	width: 50%;
	padding: 5px;
	margin: 0 auto;
	border: #333333 1px solid;
}
