body {
	background-image: url(images/header_background.gif);
	border: 0;
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
	background-color: #B4B7BB;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
}
p {margin-top: 0px; line-height:1.3em;}
img {border : 0px;}
th { background-color: #003333; color: #FFFFFF; font-weight: bold; text-align: left; padding: 5px; }
td { vertical-align: top; }
ul, li, div, form {
	padding: 0;
	margin: 0;
}
input, textarea, select
{
	border : 2px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color : white;
}

#container {
	text-align: left;
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
}
#header #logo {
	display: block;
}
#topmenu {
	float: right;
	color: #cccccc;
	margin-top: 70px;
}
#topmenu a,#topmenu a:link,#topmenu a:visited,#topmenu a:hover,#topmenu a:active {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
#subheader {
	width: 1000px;
	border-width: 0 2px 0 2px;
	border-style: solid;
	border-color: #ffffff;
}
#subheader img {
	display:block;
}
#contentcontainer {
	width: 1000px;
	background-color: #ffffff;
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	border-color: #ffffff;
}
.with_box {
	background: #ffffff url('./images/box_background.gif') repeat-y left center;
}
.without_box {
	background: #ffffff url('./images/menubar_background.gif') repeat-y left center;
}
#leftmenu {
	float: left;
	width: 183px;
	background: #C4C4C4 url('./images/menubar_background.gif') repeat-y top left;
	height: auto!important;
	height: 100%;
	min-height: 100%;
}
#leftmenu #contactus {
	margin-left: 8px;
}
#leftmenu ul { margin-bottom: 10px; }
#leftmenu ul li {
	list-style-type: none;
	margin-left: 8px;
	margin-bottom: -7px;
	display: block;
	height: 30px;
	width: 160px;
	background-position: 130px 5px;
	background-repeat: no-repeat;
}
#leftmenu ul li a
{
	color: #37406B;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	width: 130px;
	text-decoration: none;
}
#leftmenu ul li.talk { background-image: url('./images/menu_speak.gif'); }
#leftmenu ul li.listen { background-image: url('./images/menu_listen.gif'); }
#leftmenu ul li.learn { background-image: url('./images/menu_learn.gif'); }
#leftmenu ul li.share { background-image: url('./images/menu_share.gif'); }

#leftmenu .inner {
	background: #C4C4C4 url('./images/menubar_top.gif') no-repeat top left;
	height: auto!important;
	height: 144px;
	min-height: 144px;
	width: 183px;
}
#footer {
	width: 1000px;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff;
}
#footer img {
	display: block;
}
.boxdivider {
	width: 794px;
	height: 51px;
	min-height: 51px;
	margin-left: 195px;
	background: #ffffff url('./images/box_break.gif') no-repeat center center;
}
.body-text {
	color: #666;
	padding: 20px;
	padding-left: 205px;
}
.headings { font-size: 1.1em; font-weight: bold; color: #003366; }

.body-heading, h1, h2, h3, h4 {
	font-size: 1.1em;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

option { }
.imagebutton
{
	border : none;
	background-color : transparent ! important;
}
.radio
{
	border : none ! important;
	background-color : transparent ! important;
}
.checkbox
{
	border : none;
	background-color : transparent ! important;
}

/* CMS specific classes */
#errorbox, div.highlight { border: 1px solid #003333; padding: 10px; margin-bottom: 10px; background-color: #DDFFFF; }
#errorbox b { display: block; width: 100%; color: #FF0000; }
/* errorbox text, highlighting for each class of error */
.errorlevel1 { color : #000000; }
.errorlevel2 { color : #660000; }
.errorlevel3 { color : #aa0000; }
.errorlevel4 { color : #ff0000; }

/* for tables with alternating rows */
.rowlight { background-color : #EEEEFF; }
.rowdark  { background-color : #E4EDEE; }

.table_content { width: 100%; border: 2px solid #000000; }
.table_invisible, .invisible { border: none; width: 100%; border-collapse: collapse; border-spacing: 0px; empty-cells: hide;}
.text_heading { font-size : large; font-weight: bold; padding-bottom: 26px;}
.text_small {	font-size: 0.8em; }
.greyed_out { color : #999999; }
.centre, .center { text-align: center; }
.transparent { opacity: 0.35; -moz-opacity: 0.35; FILTER: Alpha(Opacity=35); }

ul li {	
	padding-top: 5px;
}

h1, h2 {
	font-size: 1.25em;
	font-weight: bold;
}
h3, h4 {
	font-size: 1em;
}

.admin_options {
	background-image: url(../../images/admintag.gif);
	line-height: 20px;
	padding-left: 51px;
	background-repeat: no-repeat;
	background-position: left;
}

/* news formatting */
#rightcontent .news_header {
	font-weight: bold;
}

#rightcontent .news_teaser {
	font-size: 0.8em;
}

.news_header, .link_header {
	font-weight: bold;
	color: #0033AA;
}

.news_subheader, .links_description {
	font-size: 0.8em;
}

.news_media, .links_media {
	float: right;
}

.rhmtree
{
	margin-left: 15px;
}

.rhmtree ol
{
	width: 130px;
	font-size: 10px;
	margin: 0px;
	margin-left : 4px;
	padding: 0px;
}

.rhmtree ol li
{
	margin-left: 0px;
}

.rhmtree ol li ol
{
	margin-bottom: 5px;
}

a:link {
	color: #003333;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #003333;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #0033AA;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #0033AA;
	font-weight: bold;
	text-decoration: underline;
}

/* Forums */
.forum_post_text { width: 100%; height: 10em; }
.forum_post_title { width: 100%; }
.forum_post_submit { text-align: right; }
.forum_post_firstpost { border: 1px solid #003366; padding: 5px; background-color: #F0F9FA; margin-bottom: 10px; }
.forum_post_reply { border: 1px solid #B9C1C2; padding: 5px; margin-bottom: 5px; }
.forum_post_reply.alt1 { background-color: #C9E1E2; }
.forum_post_reply.alt2 { background-color: #D9F1F2; }
.forum_post_content { border-top: 1px dotted #003366; padding-top: 5px; margin-top: 5px; }
.forum_post_footer { border-top: 1px dotted #003366; padding-top: 5px; margin-top: 5px; font-size: 0.8em; text-align: right; }
cite { display: block; margin: 10px; padding: 5px; background-color: #F0F9FA; border: 1px dotted #003366; }
.forum_post_quote { display:block; font-weight:bold; }
#breadcrumb { margin-bottom: 1em; }

.bbcode { width: 100%; height: 20px; padding: 0px; background-color: #F0F9FA; border: 0px solid #FFFFFF; }
.bbcode a { display: inline-block; height: 20px; width: 20px; border: 1px solid black; line-height: 26px; text-align: center; background-color:transparent;}
.bbcode a:link { border-color: #999999 #999999 #CCCCCC #CCCCCC; }
.bbcode a:visited { border-color: #999999 #999999 #CCCCCC #CCCCCC; }
.bbcode a:hover { border-color: #999999 #999999 #CCCCCC #CCCCCC; background-color: #ffffff; }
.bbcode a:active { border-color: #CCCCCC #CCCCCC #999999 #999999; }
.bbcode_right { float: right; }
.bbcode_extra { }
.bbcode_smilies { }
.bbcode img { behavior: url("./js/png.htc"); width:16px; height:16px; }

.invoice { border: 1px solid #C9E1E2; }
.invoice td { text-align: right; padding: 3px; border-top: 1px solid #C9E1E2; }
.invoice th { text-align: right; }