/* ###################### OVERALL SETTINGS ###################### */
body {
	margin           : 5px;
	background-color : #999999;
	color            : #000000;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
}

td, tr, p, div {
	font-family      : Verdana, sans-serif;
	font-size        : 12px;
	color            : #333333;
}

table.standard {
 	width:100%;
 	height:100%;
}

table.main{
	width:780px;
}

td.content {
	background-image:url(../images/main_content_back.png); 
	background-repeat:repeat-x; 
	background-color:#FFFFFF;
}

td.title_space{
	background:#336699; 
	background-image: url(../images/sub_menu_back.png);
}

/* ###################### PATHWAY SETTINGS ###################### */
.pathway {
  letter-spacing   : 1px;
  font-size        : 10px;
  color            : #4A7822;
}

a.pathway:link, a.pathway:visited {
  letter-spacing   : 1px;
}

a.pathway:hover {
  letter-spacing   : 1px;
}

.pathwaycontainer {
  margin          : 5px;
}

/* ###################### MENU SETTINGS ###################### */
table.menu {
	width            : 100%;
	border           : 1px solid #E0E0E0;
	background       : #f0f0f0;
	margin-bottom    : 5px;
}

table.menu th {
	font-size        : 12px;
	font-weight      : bold;
	text-transform   : uppercase;
	color            : #336699;
	text-align       : left;
	letter-spacing   : 1px;
	padding-bottom: 5px;
}

table.menu td {
	padding          : 2px;
}

table.menu a:link, table.menu a:visited {
	color            : #333333;
	text-decoration  : none;
}

table.menu a:hover {
	color            : #333333;
	text-decoration  : underline;
}

/* ###################### CONTENT SETTINGS ###################### */
table.content {
	width            : 100%;
	height: 100%;
	border           : 1px solid #E0E0E0;
	padding	:5px 5px 5px 5px;
}

table.content_hl {
	width            : 100%;
	border           : 1px solid #E0E0E0;
	background       : #f0f0f0;
	margin-bottom    : 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.contentheading {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 16px;
  font-weight      : bold;
  color            : #000000;
  padding-top      : 10px;
  padding-bottom: 10px;
}

/* ############################# LINKS ############################# */
a:link, a:visited {
  color            : #4C6790;
  text-decoration  : none;
}

a:hover {
  color            : #6C88B2;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

/* ############################# BOTTOM LIST ############################# */
td.bottom_list {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 11px;
  border-left      : 1px solid #666;
}

a.bottom_list:link, a.bottom_list:visited {
  display          : block;
  padding-left     : 10px;
  padding-right    : 10px;
  text-decoration  : none;
  color            : #ccc;
}

a.bottom_list:hover {
  color            : #cc0000;
}
