/* tags */
body {
	font-family: default;
	margin: 10px;
	padding: 0;
	font-size: 100%;
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: inherit;
}
hr { display: block; }
a:link {
	font-weight: bold; color: blue; text-decoration: underline;
}
a:visited {
    font-weight: bold; color: blue; text-decoration: underline;
}
a:hover {
	font-weight: bold; color: blue; text-decoration: underline;
}
a:active {
	font-weight: bold; color: blue; text-decoration: underline;
}
/* ids */
#wrapper { width: 100%; text-align: left; margin: auto; padding: auto; 
	background-image: none;
	background-repeat: no-repeat;
	background-color: #fff;
	}
#logo {
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	float: none;
	background-color: #fff;
}
#logo h1 { display: block; }
#logo h2 { display: block; }
#logo a {
	display: inline;
	width: auto;
	padding: 0px;
	height: auto;
	margin: 0px;
}
#logo a span {
	display: block;
}
/* nav id */
#nav {
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	font-weight: bold;
	background-color: #fff;
	text-align: left;
	float: none;
	}
#nav ul {
	padding: 0 0 20px 20px;
	margin: 0px;
	display: block;
	}
#nav ul li {
	font-size: 100%;
	padding: 0;
	margin: 0;
	float: none;
	list-style: square;
	}
#nav ul li a {
	display: inline;
	margin: 0;
	float: none;
	background-color: none;
	padding: 0;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: none;
	width: auto;
}
html>body #nav ul li a { width: auto; }
/*iemac hide\*/
#nav ul li a { float: none; }
/*end*/

#nav ul li a:link, #nav ul li a:visited {color: blue; text-decoration: underline;}
#nav ul li a:hover {color: blue; text-decoration: underline;
	}
#nav ul li a:active {color: blue; text-decoration: underline;
	}
#nav a.home {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: none;
}
/* main area */
#main {
	width: auto;
	margin: 0;
}
#leftcol {
	float: none;
	width: auto;
	text-align: left;
	margin: 0;
	padding: 0;
}
#leftcol p {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 100%;
	color: #333;
	padding-right: 0;
}
#leftcol h1 {
	background-color: #fff;
	font-size: 140%;
	color: #000;
	padding: 0;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
}
#leftcol h2 {
	background-color: #fff;
	font-size: 120%;
	color: #000;
	padding: 0;
	width: auto;
	margin-top: 15px;
	margin-bottom:15px;
	margin-left: auto;
	font-weight: bold;
}
#leftcol ul {
	display: block;
	margin: 0;
	padding-left: 0;
	font-size: 100%;
	padding-top: 0;
	padding-bottom: 10;
	width: auto;
}
#leftcol ul.subnav {
	display: block;
	margin: 0;
	padding-left: 0;
	font-size: 100%;
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
}
#leftcol ul.subnav li {
	list-style-type: circle;
	padding: 0;
	background-color: #fff;
	list-style-position: outside;
	list-style-image: none;
	border-bottom-style: none;
	border-bottom-width: 0;
	border-bottom-color: #fff;
	margin-left: 20px;
}
#leftcol ul.subnav li a {
	padding-left: 0;
	font-weight: normal;
}
#leftcol ul.subnav li a:link {
	color: blue; text-decoration: underline;
}
#leftcol ul.subnav li a:visited {
    color: blue; text-decoration: underline;
}
#leftcol ul.subnav li a:hover {
	color: blue; text-decoration: underline;
}
#leftcol ul.subnav li a:active {
	color: blue; text-decoration: underline;
}
#leftcol ul li {
	list-style-type: square;
	background-color: #fff;
	padding: 0;
	margin-left: 20px;
}
#leftcol ul li a {
	padding-left: 0;
	font-weight: bold;
}
#leftcol ul li a:link {
	color: red; text-decoration: underline;
}
#leftcol ul li a:visited {
    color: red; text-decoration: underline;
}
#leftcol ul li a:hover {
	color: red; text-decoration: underline;
}
#leftcol ul li a:active {
	color: red; text-decoration: underline;
}
#rightcol {
	text-align:left;
	width: auto;
	float: none;
}
#rightcol p {
	padding-left: 0;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 100%;
	color: #000;
	padding-right: 0;
}
#rightcol h1 {
	background-color: #fff;
	font-size: 140%;
	color: #000;
	padding: 0;
	width: auto;
	margin-top: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-weight: bold;
	letter-spacing: normal;
	background-image: none;
	background-repeat: no-repeat;
}
#rightcol h2 {
	background-color: #fff;
	font-size: 120%;
	color: #000;
	padding: 0;
	margin-top: auto;
	margin-bottom: 15px;
	margin-left: 0;
	font-weight: bold;
	letter-spacing: normal;
	background-image: none;
	background-repeat: no-repeat;
}
#rightcol h3 {
	padding-left: 0px;
	color: black;
	font-size: 100%;
	padding-right: 0px;
}
#rightcol table {
	width: 100%;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid black;
	border-collapse: collapse;
	margin-bottom: 0px;
}
* html #rightcol table caption {
	text-align: left;
	color: black;
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: table-caption;
	font-weight: bold;
}
html>body #rightcol table caption {
	text-align: left;
	color: black;
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: table-caption;
	font-weight: bold;
}
#rightcol table td.left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: black;
	background-color: #fff;
	padding: 2px 5px 2px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	width: 50%;
	font-weight: bold;
	color: black;
	font-size: 90%;
	text-align: right;
}
#rightcol table td.right {
	font-size: 90%;
	margin: 0px;
	padding: 2px 2px 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}
/* footer */
#foot {
	font-size: 100%;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	clear: none;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#foot p {
	margin: 0;
	padding-top: 0;
	padding-left: 0;
}
.hr-left {
	display: none;
	height: auto;
	width: auto;
	background-image: none;
}
.hr-right {
	display: none;
	background-image: none;
	height: auto;
	width: auto;
}
.language {
	border-top-width: 0;
	border-top-style: solid;
	border-top-color: #fff;
}
.livetxt a:link {
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}
.livetxt a:visited {
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}
.livetxt a:hover {
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}
.livetxt a:active {
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}
.stafflink {
	border-left: solid 0px #fff;
}
#rightcol ol {
	margin: 0px;
	padding: 0 0 20px 20px;
}
#rightcol ol li {
	list-style-type: circle;
	float: none;
	margin: 0px;
	padding: 0px;

}
#rightcol ol li a {
	font-size: 100%;
	text-decoration: none;
	float: none;
	color: blue;
	display: inline;
	margin: 0;
	padding: 0;
	background-color: none;
}
#rightcol ol li a:hover { color: blue; }
#staff {
	clear: none;
	margin: 0px;
	padding: 0;
}
