/* general rules */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	text-align: center;
	background-image: url(images/main.gif);
	background-repeat: repeat-y;
	background-position:center;
}
hr { display: none; }
a:link, a:visited {
	font-weight: bold; color: #000; text-decoration: underline;
}
a:hover {
	font-weight: bold; color: #666; text-decoration: none;
}
a:active {
	font-weight: bold; color: #0AB; text-decoration: none;
}

/* ids */

#wrapper { 
	width: 760px; text-align: center; margin: 0 auto; padding: 0;  
	background-image: url(images/main.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 118px;
	width: 210px;
	float: left;
	background-color: #BAD632;
}
#logo h1 { display: none; }
#logo h2 { display: none; }
#logo a {
	display: block;
	width: 210px;
	padding: 0;
	height: 118px;
	margin: 0;
}
#logo a span {
	display: none;
}

/* nav id */

#nav {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	height: 118px;
	font-weight: bold;
	background-color: #00A4B4;
	float: left;
	margin: 0;
	padding: 0;
	width: 550px;
	}
#nav ul {
	padding: 83px 0 0 16px;
	margin: 0;
	display: block;
	}
#nav ul li {
	font-size: 70%;
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	}
#nav ul li a {
	display: block;
	margin: 0;
	float: left;
	background-color: #fff;
	padding: 0 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	width: .1em;
}
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: #9a1; text-decoration: none;}
#nav ul li a:hover {color: #078; text-decoration: none;
	}
#nav ul li a:active {color: #ccc; text-decoration: none;
	}
#nav a.home {
	border-left-width: 0;
	border-left-style: solid;
	border-left-color: none;
}

/* main area */

#main {
	clear: left;
	width: 760px;
	margin: 0;
}

/* left col rules */

#leftcol {
	float: left;
	width: 210px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#leftcol p {
	padding-left: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #333333;
	padding-right: 10px;
}
#leftcol h1 {
	background-color: #98B32D;
	font-size: 80%;
	color: #FFF;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 22px;
	margin-right: 14px;
}
#leftcol h2 {
	background-color: #98B32D;
	font-size: 70%;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 11px;
	margin-bottom: 0;
	margin-left: 22px;
	font-weight: normal;
	margin-right: 14px;
}
#leftcol ul {
	display: block;
	margin: 0 14px 0 0px;
	padding-left: 23px;
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#leftcol ul.subnav {
	display: block;
	margin: 0;
	padding-left: 20;
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 174px;
}
#leftcol ul.subnav li {
	list-style-type: circle;
	padding: 3px 5px 5px;
	background-color: #E7F0C1;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	margin-top: 0;
	margin-left: 23px;
	margin-right: 5px;
}
#leftcol ul.subnav li a {
	font-weight: normal;
}
#leftcol ul.subnav li a:link, #leftcol ul.subnav li a:visited {
	color: #000; text-decoration: none;
}
#leftcol ul.subnav li a:hover {
	color: #9b2; text-decoration: none;
}
#leftcol ul.subnav li a:active {
	color: #fff; text-decoration: none;
}
#leftcol ul li {
	list-style-type: none;
	background-color: #fff;
	padding: 6px 0 6px 7px;
}
#leftcol ul li a {
	font-weight: bold;
}
#leftcol ul li a:link, #leftcol ul li a:visited {
	color: #c30; text-decoration: none;
}
#leftcol ul li a:hover {
	color: #999; text-decoration: underline;
}
#leftcol ul li a:active {
	color: #CCC; text-decoration: underline;
}

/* right col rules */

#rightcol {
	text-align:left;
	width: 550px;
	float: left;
}
#rightcol p {
	padding-left: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #036;
	padding-right: 35px;
}
#rightcol ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #036;
	padding-right: 35px;
}
*>html #rightcol ul { margin-left: 60px; }
#rightcol ul li {
	list-style-image: url(images/arrow.gif);
	list-style-type: disc;
	margin: 18px 0;
	padding: 0;
}
#rightcol ul ul {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 100%;
	padding-left: 25px;
}
#rightcol ul ul li {
	margin: 0 0 0 -25px;
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
}
#rightcol ul ul ul {
	font-style: italic;
}
#rightcol ul ul ul li a {
	font-weight: normal;
}
#rightcol h1 {
	background-color: #007C8A;
	font-size: 80%;
	color: #FFF;
	padding: 5px 5px 5px 41px;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 26px;
	font-weight: normal;
	letter-spacing: 3px;
	background-image: url(images/heading-arrow.gif);
	background-repeat: no-repeat;
	margin-right: 34px;
}
#rightcol h2 {
	background-color: #007C8A;
	font-size: 80%;
	color: #FFF;
	padding: 5px 5px 5px 41px;
	width: 443px;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 26px;
	font-weight: normal;
	letter-spacing: 3px;
	background-image: url(images/heading-arrow.gif);
	background-repeat: no-repeat;
}
#rightcol h3 {
	padding-left: 25px;
	color: #7AB0B4;
	font-size: 100%;
	padding-right: 30px;
}
#rightcol table {
	width: 488px;
	margin-left: 26px;
	padding: 0;
	border: 2px solid #fff;
	border-collapse: collapse;
	margin-bottom: 5px;
}
* html #rightcol table caption {
	text-align: left;
	color: #7AB0B4;
	font-size: 100%;
	margin: 0;
	padding: 14px 0 14px 0;
	display: table-caption;
	font-weight: bold;
}
html>body #rightcol table caption {
	text-align: left;
	color: #7AB0B4;
	font-size: 100%;
	margin: 0;
	padding: 14px 0 14px 26px;
	display: table-caption;
	font-weight: bold;
}
#rightcol table td.left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	background-color: #59B9CA;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	width: 150px;
	font-weight: bold;
	color: #fff;
	font-size: 70%;
	text-align: right;
}
#rightcol table td.right {
	font-size: 80%;
	margin: 0;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#rightcol ol {
	margin: 0px;
	padding: 7px 0 0 29px;
}
#rightcol ol li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;

}
#rightcol ol li a {
	font-size: 70%;
	text-decoration: none;
	float: left;
	color: #99AA11;
	display: block;
	margin: 0 2px;
	padding: 9px 12px;
	background-color: #fff;
}
#rightcol ol li a:hover { color: #69C; }
html>body #rightcol ol li a {}
/*iemac\*/
#rightcol ol li a { float: none; }
/*end*/
#rightcol p.crumbs {
	font-size: 60%;
}
#rightcol ul ul ul ul {
	font-size: 85%;
	font-style: normal;
}
#staff {
	clear: left;
	margin: 0;
	padding: 9px 0px 0px;
}

/* footer */

#foot {
	font-size: 70%;
	background-color: #fff;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 760px;
	clear: both;
	color: #003366;
	margin: 0;
	padding: 0;
	text-align: left;
}
#foot p {
	margin: 0 12px 0 12px;
	padding-top: 11px;
	padding-left: 10px;
	background-color: #fff;
}

/* classes */

.hr-left {
	height: 20px;
	width: 210px;
	background-image: url(images/hr-left.gif);
}
.hr-right {
	background-image: url(images/hr-right.gif);
	height: 20px;
	width: 550px;
}
.language {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E7F0C1;
}
.livetxt a:link {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.livetxt a:visited {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.livetxt a:hover {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.livetxt a:active {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
