body {
	margin: 0px;
	text-align: center;
	background: #ECE9D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4B2B0A;
}
a {
  color: #E17204;
}
a:hover {
  color: black;
}
a img {
  border: 0px;
}
blockquote, pre {
	padding: 4px 8px 4px 8px;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	margin: 5px 20px 11px 20px;
	overflow: auto;
	background: white;
}
#page {
	margin: auto;
	width: 1000px;
}
#header {
	background: url(../images/header.png);
	height: 180px;
	width: 1000px;
}
ul#mainlevel-nav li a, table.moduletable a {
	text-decoration: none;	
}
#top_bar_outer {
	background: url(../images/top_menu.png);
	height: 30px;
	width: 1000px;
	margin: auto;
}
#top_bar_inner {
	background: url(../images/top_menu_bk.png);
	height: 25px;
	width: 980px;
         margin: auto;
}
#top_lang {
  	height: 25px;
	text-align: right;
}
#top_lang li{
	display: inline;
         padding: 0px 3px;
}
#top_lang ul.jflanguageselection {
	margin: auto;
         width: 100%;
         padding: 5px;
}
#top_lang table.moduletable td{
	width: 100%;
}
#top_menu {
         width: 870px;
	margin: 0px;
	text-align: left;
}
#top_menu ul{
	margin: 0px;
	padding: 4px;
	list-style: none;
}
#top_menu li{
	display: inline;
	white-space: nowrap;
}
#top_menu li a{
	padding: 6px 10px 8px 10px;
	font-weight: bold;
}
#top_menu li a:hover{
	color: white;
	padding: 6px 8px 6px 8px;
	background: url(../images/top_menu_hover.png) #D599A1 repeat-x;	
	border-left: 2px solid #C8C8C8;
	border-right: 2px solid #C8C8C8;
	border-bottom: 2px solid #C8C8C8;	
}
#border_left {
	background: url(../images/border_left.png) repeat-y left;
	width: 1001px;
}
#main {
	background: #FFFFFF;
	width: 980px;
	margin: auto;
}
#content {
	text-align: justify;
	padding: 8px 198px 8px 8px;
	font-size: 0.9em;
}
#pathway_container {
	border-bottom: 1px solid #D8D8D8;
	margin: 0px 5px 5px 5px;
	padding: 5px 0px 5px 0px;
}
.pathway a{
	text-decoration: none;		
}
.componentheading {
	color: #AF785A;
	font-weight: bold;
	font-size: 1.5em;	
        border-bottom: 1px solid #D8D8D8;
}
.contentheading {
	color: #AF785A;
	font-weight: bold;
	font-size: 1.3em;	
}
.contentpane, .contentpaneopen {	
	width: auto;
	text-align: justify;
}
.content_rating img{
         margin-bottom: 5px;
}
.createdate {
	color: gray;
}
.small {
	color: gray;
}
#menu_right {
	float: right;
	width: 180px;
	background: #F7F7F7;
	min-height: 25px;
	padding: 5px;
	text-align: left;
}
#menu_right ul{
	margin: 0px;
	padding: 0px;
}
#menu_right li{
	list-style: none;	
}
#menu_right table.moduletable {
	width: 180px;
	border:	1px solid #D8D8D8;
	margin-bottom: 5px;
	background: #F7F7F7;
}
#menu_right table.moduletable th{
	color: #FFFFFF;
	width: 100%;
	border: 1px solid #658F81;
	background: url(../images/menu_th.png);
	padding: 2px 5px 3px 5px;
}
#menu_right table.moduletable td{
	width: 100%;
	padding: 2px;
}
#menu_right table.moduletable td a{
	font-weight: bold;
	display: block;
	padding: 2px;
}
#menu_right table.moduletable td a:hover{	
	color: white;
	border: 1px solid #CDE1FE;
	background: #E17204;
	padding: 1px 4px 1px 4px;
}
#bottom_container {
	border-top: 1px solid #D8D8D8;
	margin: 0px 5px 5px 5px;
	padding: 5px 0px 5px 0px;
}
#blogSideBar table {
	width: 170px;
	border:	1px solid #D8D8D8;
	margin: auto;
	text-align: center;
}
#list_bottom {
	width: 100%;
	float: none;
	background: #F7F7F7;
	text-align: left;
	padding: 2px 4px 2px 4px;
}
#list_bottom table.moduletable {
	width: 100%;
	border:	1px solid #D8D8D8;
	margin-bottom: 5px;
	background: #F7F7F7;
}
#list_bottom table.moduletable th{
	width: 100%;
	color: #FFFFFF;
	border: 1px solid #2D81F6;
	background: url(../images/menu_th.png);
	padding: 2px 5px 3px 5px;
}
#list_bottom table.moduletable td{
	width: 100%;
	padding: 2px 5px 3px 5px;
	padding: 2px;
}
#cleaner {
	clear: both;
	margin: 0;
}
#footer {
	background: url(../images/footer.png);
	height: 40px;
	width: 1000px;
	font-size: 0.85em;
}
#border_right {
	background: url(../images/border_right.png) repeat-y right;
	width: 1000px;
	text-align: center;
}
.sectiontableentry1 {
	background: #FBFBF5;
}
.sectiontableentry2 {
	background: #F5F5F5;
}
#content a.readon:link {
	color: #0A73DC;
	font-weight: bold;
	padding-left: 19px;
} 
#content a.readon:visited {
	font-weight: bold;
	padding-left: 19px;
} 
#content a.readon:hover {
	font-weight: bold;
	padding-left: 19px;
}
#comment a{
	text-decoration: none;
}
#comment .sectiontableheader{
	font-weight: bold;
}
a.readon:link, a.readon:visited {
	background: url(../images/readon_normal.png) no-repeat;
}
a.readon:hover {
	background: url(../images/readon_hover.png) no-repeat;
}
.write_comment a.readon:link, .write_comment a.readon:visited {
	background: url(../images/comments.png) no-repeat;
}
.write_comment a.readon:hover {
	background: url(../images/comments.png) no-repeat;
}
.note {
	border-style: solid;
	border-width: 1px;
	border-color: #F0C000;
	background-color: #FFFFCE;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.warning {
	border-style: solid;
	border-width: 1px;
	border-color: #c00;
	background-color: #fcc;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.info {
	border-style: solid;
	border-width: 1px;
	border-color: #3c78b5;
	background-color: #D8E4F1;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tip {
	border-style: solid;
	border-width: 1px;
	border-color: #090;
	background-color: #dfd;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.informationPadding {
	padding: 5px 0 0 5px;
}