/* ROUND TABLE web site */
/* Version 1: 2006-03-10 */
/* Edited: 2006-05-15 */

/* ########## FILTERS ########## */

/* undohtml.css file used to create a consistent starting point by outruling browser defaults */
@import url(undohtml.css);

/* browser specific filters */
@import url( filters.css );

/* ########## END FILTERS ########## */

body {
	background: #ffffff;
	color: #000;
	margin: 0;
	padding: 0;
	font: normal normal normal 100%/2 Arial, sans-serif;
}

/* HEADMAST */

div#headmast {
	padding-bottom: 2%;
	margin: 0 0 2% 0;
	border-bottom: 3px solid #0066cc;	
}

div#headmast h1 {
	background: transparent;
	color: #000000;
	font-size: 115%;
	margin: 1% 0% 0% 0%;
	width: 85%;
}

div#headmast h1 span {
	font-size: 150%;
	display: block;
}

div#headmast img {
	float: right;
	margin-top: -4.5%;
}

div#headmast p#skiplink {
	display: none;
}

div#headmast p#skiplink a {
	display: none;
}

div#headmast p#skiplink a:hover {
	display: none;
}


/* MENU */

div#menu {
	display: none;
}

div#menu h2, div#submenu h2 {
	display: none;
}

div#menu ul {
	display: none;
}

div#menu ul li {
	display: none;
}

div#menu ul li a {
	display: none;
}

div#menu ul li#login a {
	display: none;
}

div#menu ul li a:hover, 
div#menu ul li#login a:hover {
	display: none;
}

/* SUB MENU */

div#submenu {
	display: none;
}

div#submenu ul li {
	display: none;
}

div#submenu ul li a {
	display: none;
}

div#submenu ul li a:hover{
	display: none;
}



/* CONTENT */

div#wrapper {
	background: #fff;
	color: #000;
	margin-left: 0 !important;
	padding:0;
	width: 100% !important;
}

div#wrapper a {
	background: transparent;
	color: #0000ff;
	text-decoration: underline;
	padding: .25em;
}

div#wrapper a:hover {
	background: #ffce84;
	color: #000000;
	text-decoration: none;
}

div#content {
	margin: 0% 0% 2% 0%;
	padding: 0;
	font-size: 110%;
	width: 100% !important;
}



div#content h2 {
	background: #ffffff;
	color: #000000;
	font-size: 145%;
	margin: 0em 0em .5em 0em !important;
	padding: 2em 0em .3em 0em !important;
	font-variant: small-caps;
}

div#content h3 {
	background: transparent;
	color: #0066cc;
	font-size: 120%;
	margin: .5em 5em 1em 0em !important;
	padding: 1em 0em .25em 0em !important;
	border-bottom: 2px dotted #0066cc;
}

div#content h4 {
	background: transparent;
	color: #000000;
	font-size: 115%;
	margin:0;
	padding: .5em 5em .5em 1.5em;
}

div#content h5 {
	background: transparent;
	color: #000000;
	font-size: 105%;
	margin:0;
	padding: .2em 5em 0em 3em;
}

div#content p {
	padding: .5em 5em 1.5em 3em;
}

div#content img {
	float: right;
	margin: 0% 2%;
	padding: 2px;
	border: 1px solid #ccc;
}

div#content img.braille {
	float: left;
	clear: both;
	border: none;
	margin: 2% 0%;
}

div#content ul {
	margin: .75em 5em .75em 5em;
	padding: 10px 0px 0px 20px;
	list-style: none outside url(../images/bullet_orange.gif);
}

div#content li {
	margin: .25em 0em 1.25em 0em;
}

div#content ul li ul {
  list-style: circle;
	margin-left: 2em;
	margin-right: 0;
}	

div#content ol {
	padding: .75em 5em .75em 5em;
	list-style: decimal;
}

div#content dl {
	padding: .75em 5em .75em 3em;
}

div#content dt {
	font-weight: bold;
	margin-top: 1em;
}

div#content dd {
	padding-left: 2em;
}

div#content ul li span {
	display: block;
	margin-left: 3%;
}

div#content div.vcard span {
	display: inline;
	margin-left: auto;
}

div#content p.top {
	display: none;
}

div#content fieldset {
	margin: 0% 6% 2% 6%;
	border: 1px dotted #cccccc;
}

div#content legend {
	margin: 0em 1em 1em 1em;
	padding: .25em 1em .1em 1em;
	font-weight: bold;
	background: #ffcc66;
	color: #333333;
	border-bottom: 2px solid #ff9900;
}

div#content form p {
	text-align: left;
}

/* FOOTER */

div#footer p {
	background: #fff;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	margin: 2em 0em 0em 0em;
	padding: 1em 3em;
	clear: both;
}

div#siteinfo {
	font-size: 90%;
	padding: 1em 0em 1em 3em;
	font-style: normal;
}

div#siteinfo ul li {
	display: inline;
	margin: 0;
	list-style: none;
}

div#siteinfo ul li a {
	background: #f6f6f6;
	border-right: 1px solid #cccccc;
	color: #0000ff;
	padding: .3% 1%;
	margin-right: 1%;
	text-decoration: underline;
	font-size: 90%;
}

div#siteinfo ul li a:hover{
	background: #ffce84;
	color: #000000;
}


/* ##### CLASSES ##### */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* TABLES */

table{
	border: 1px;
	text-align: left;
	margin-top: 1.5em;
	margin-left: 3em;
}

th{
	background: #999999;
	color: #fff;
	border: 1px solid #ccc;
	padding: .5em .5em;
}

tr,td{
	border: 1px solid #ccc;
	padding: .25em .5em;
}

