html, body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 96%;	/* IE hack to achieve readable font sizes */

	margin: 0px;
	padding: 0px;
	color: #041426;
  background-color: #76766E;
}

a {
	color: #3c5468;/*#1a7215;*/
	text-decoration: none;
}

a.active {
	font-weight: bold;
}

a.bold {
	font-size: 7pt;
	font-weight: bold;
	margin: 8px;
}
#div_date a.bold {
	margin-left: 60px;
}


a:hover {
	color: white;
	text-decoration: none;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
}

/* Content table styling */
table#tbl_content {
	font-size: 0.7em;
	width: 750px;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

table#tbl_content td.content_logo {
	height: 136px;
	background: transparent url(pics/logo_top.jpg) top left no-repeat;
}

div#content_logo_bottom {
	height: 108px;
	width: 138px;
	background: transparent url(pics/logo_bottom.jpg) top left no-repeat;
}

table#tbl_content td.content_bottommiddle {
	height: 40px;
	background: transparent url(pics/border_bottom.jpg) top left repeat-x;
}

table#tbl_content td.content_bottomleft {
	height: 40px;
	width: 80px;
	background: transparent url(pics/border_bottom-left.jpg) top right no-repeat;
}

table#tbl_content td.content_bottomright {
	height: 40px;
	width: 40px;
	background: transparent url(pics/border_bottom-right.jpg) top right no-repeat;
}

table#tbl_content td.content_right {
	width: 40px;
	background: transparent url(pics/border_right.jpg) top left repeat-y;
}

table#tbl_content td.menu {
	width: 138px;
	height: 100%;
	background: transparent url(pics/border_left.jpg) top right repeat-y;
}

table#tbl_content td.content {
	text-align: left;
	vertical-align: top;
	background-color: #C8C1BA;
}



/* Menu table styling */
table#tbl_menu {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table#tbl_menu td.menu_leftmiddle {
	width: 52px;
}

table#tbl_menu td.menu_lefttop {
	height: 24px;
	width: 52px;
	background: transparent url(pics/menuborder_left-top.jpg) top right no-repeat;
}

table#tbl_menu td.menu_leftbottom {
	height: 24px;
	width: 52px;
	background: transparent url(pics/menuborder_left-bottom.jpg) bottom right no-repeat;
}

table#tbl_menu td.menu_left {
	width: 51px;
	background-color: transparent;
	border-right: solid 1px #595959;
}

table#tbl_menu td.menu_menuleft {
	width: 10px;
	background: transparent url(pics/menuborder_left-middle.jpg) top left repeat-y;
}

table#tbl_menu td.menu_background {
	height: 24px;
	background: #C8C1BA url(pics/menuback.jpg) top left no-repeat;
}

table#tbl_menu td.content_background {
	background-color: #C8C1BA;
}



/* Menu styling */
#div_menu {
	padding: 2px;
	border: #8d8b88 solid 1px;
	background-color: #ebebeb;
}

h3 {
	font-size: 0.7em;
	font-weight: bold;
	color: white;
	display: block;
	padding: 3px 3px 3px 4px;
	margin: 0px;
	background: #8A8A8A url(pics/menu_hdr.gif) center right no-repeat;
}

/* Menu item list */
#div_menu ul {
	list-style-type: none;
	font-size: 0.6em;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	height: 100%;
}

/* Menu item */
#div_menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #3A4359;
	display: block;
	border: 0px;
	padding: 2px 4px 2px 4px;
}
* html div#div_menu li a {
	width: 122px;
}

/* Menu item hover */
#div_menu li a:hover {
	color: white;
	background-color: #648463;
}

/* Active menu item */
#div_menu li.menuitem_active {
	font-weight: bold;
	color: #1a7215;
	text-decoration: none;
	display: block;
	border: 0px;
	padding: 2px 4px 2px 4px;
	background-color: #cadac7;
}
* html div#div_menu li.menuitem_active {
	width: 122px;
}



/* Header div styling */
#div_header {
	font-size: 0.7em;
	font-weight: bold;
	color: white;
	text-align: center;
	width: 100%;
	background-color: #648463;
	margin: 0px 0px 0px 15px;
	padding-rigth: 15px;
}

/* Content div styling */
#div_content {
	font-size: 0.6em;
	width: 100%;
	margin: 15px 0px 0px 15px;
	padding: 0px 0px 10px 0px;
	background-color: #C8C1BA;
}

/* Date div styling */
#div_date {
	font-size: 8pt;
	color: #666666;
	width: 425px;
	margin: 0px 0px 20px 152px;
	padding: 4px;
}

/* Top links div styling */
#div_toplinks {
	font-size: 7pt;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 4px;
/*	background-color: yellow;*/
}

#div_tl_header {
	color: white;
	padding: 2px 2px 2px 4px;
	margin-right: 30px;
	background: #8A8A8A url(pics/tl_header_bg.gif) top right no-repeat;
}

/* Displays errors nicely formatted */
.error {
	font-weight: bold;
	color: red;
	display: block;
	padding: 2px 3px 2px 3px;
	border: dotted 1px red;
	background-color: #FFEDED;
}



/* News page styling */
.news_item {
	margin-bottom: 10px;
}

.news_date {
	color: #614502;
	padding: 2px 5px 2px 5px;
	background-color: #cdbd9d;
}

.news_body {
	overflow: auto;
	word-wrap: break-word;
	padding: 5px 5px 5px 10px;
	background-color: #e1dbd5;
}



/* Current page styling */
.content_current {
	text-align: center;
	padding: 5px 5px 15px 10px;
}

.content_current div {
	margin-bottom: 4px;
}



/* Images page styling */
#div_liblist {
	text-align: center;
}

#div_liblist div {
	margin-bottom: 4px;
}

table#tbl_lib {
	border: 0px;
}

table#tbl_lib td.thumbnail {
	text-align: center;
	vertical-align: middle;
	border: solid 1px gray;
	background-color: #F7F2ED;
	cursor: pointer;
}

table#tbl_lib td.thumbnail:hover {
	background-color: #c7cada;
}

img.thumbnail {
	text-align: center;
	vertical-align: middle;
	border: solid 1px gray;
}



/* Results page styling */
table#tbl_results {
	font-size: 1.0em;
	margin: 15px 0px 0px 15px;
	border: 0px;
	width: 400px;
}

table#tbl_results td.date {
	color: #614502;
	text-align: right;
	width: 100px;
	padding: 2px 10px 2px 5px;
	background-color: #cdbd9d;
}

table#tbl_results td.text {
	padding: 2px 10px 2px 20px;
}



/* Guestbook page styling */
div#div_newmsg {
	text-align: center;
	padding: 10px;
  background-color: #e5e1e1;
  border: solid 1px #8d8b88;	
}

table#tbl_newmsg {
	font-size: 1.1em;
	border: 0px;
}

table#tbl_newmsg td {
	padding-top: 5px;
}

table#tbl_newmsg td.leftcol {
	padding-top: 7px;
	height: 30px;
}

table#tbl_newmsg td.rightcol {
	padding-left: 10px;
}

div#div_msgcontent {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

div.msgitem {
	text-align: left;
	margin-bottom: 10px;
  background-color: #e5e1e1;
  border: solid 1px #8d8b88;	
}

table.tbl_index {
	font-size: 8pt;
	width: 550px;
	border: 0px;
}

table.tbl_index td.indexbar {
	font-size: 7pt;
	color: white;
	text-align: center;
	vertical-align: top;
	width: 20px;
	padding-top: 5px;
  background-color: gray;
}

div.msgheader {
	margin: 2px 2px 5px 2px;
	padding-bottom: 5px;
  border-bottom: 1px dotted #8d8b88;	
}

div.msgbody {
	margin: 2px;
	margin-bottom: 5px;
	overflow: auto;
	word-wrap: break-word;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #8d8b88;
}

table.tbl_header {
	font-size: 8pt;
	border: 0px;
}

table.tbl_header td.leftcol {
	color: gray;
	width: 85px;
}



/* Invitations page styling */
table#tbl_invitations {
	font-size: 1.0em;
	margin: 15px 0px 0px 15px;
	border: 0px;
	width: 400px;
}

table#tbl_invitations td.date {
	color: #614502;
	text-align: right;
	width: 100px;
	padding: 2px 10px 2px 5px;
	background-color: #cdbd9d;
}

table#tbl_invitations td.text {
	padding: 2px 10px 2px 20px;
}



/* Protocol page styling */
.content_protocol {
	text-align: center;
	padding: 5px 5px 15px 10px;
}

.protocol_header {
	font-weight: bold;
	padding-top: 5px;
}

.content_protocol div {
	margin-bottom: 4px;
}



/* Program page styling */
.content_program {
	text-align: center;
	padding: 5px 5px 15px 10px;
}

.content_program table {
	font-size: 8pt;
	border: 0px;
	width: 98%;
	color: #614502;
	border: 0px;
	background-color: #e1dbd5;
}

.content_program table td {
	padding: 1px 2px 1px 2px;
}

.content_program table td.header {
	padding: 2px 3px 2px 3px;
	background-color: #cdbd9d;	
}



/* Various styling */
div.sub_header {
	text-align: center;
	color: #614502;
	margin: 0px 85px 0px 85px;
	padding: 2px 5px 2px 5px;
	background-color: #cdbd9d;
}

div.rules {
	text-align: left;
	margin: 0px 20px 0px 20px;
}

.graytext {
	color: gray;
}

.darkgraytext {
	color: #6b6b6b;
}

.credits {
	font-size: 7pt;
	color: #979797;
	text-align: center;
	margin-left: 30px;
}

.centered {
	text-align: center;
}

.leftaligned {
	text-align: left;
}

.italic {
	font-style: italic;
}

.rightaligned {
	text-align: right;
}

.footertext {
	font-size: 7pt;
	text-align: center;
	padding: 5px 10px 15px 0px;
	margin-left: 72px;
	border-top: 1px dotted #8d8b88;
}

.page_links {
	text-align: center;
	padding: 0px 5px 15px 5px;
}

div.infoheader {
    font-size: 1.1em;
    font-weight: bold;
    color: black;
    padding: 2px 2px 2px 6px;
    margin-bottom: 8px;
    border-bottom: 1px dotted black;
}

div.banner_top {
	margin: 0px 0px 15px 15px;
	padding: 0px;
}
div.banner_top img {
	border: 1px solid #595959;
}

img.image_news {
	border: 1px solid #595959;
}

.txt {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	display: block;
	border: solid 1px #B3B9C3;
	background-color: #FAFAFA;
	padding: 2px;
	margin-bottom: 5px;
}

.txtarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	display: block;
	border: solid 1px #B3B9C3;
	background-color: #FAFAFA;
	padding: 1px;
	margin-bottom: 5px;
	height: 90px;
	width: 375px;
}

.btn {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	display: block;
	margin-top: 5px;
}

/* Displays errors nicely formatted */
.error {
	font-weight: bold;
	color: red;
	display: block;
	padding: 2px 3px 2px 3px;
	border: dotted 1px red;
	background-color: #FFEDED;
}

/* Displays information nicely formatted */
.info {
	font-weight: bold;
	color: black;
	display: block;
	padding: 2px 3px 2px 3px;
	border: dotted 1px #596378;
	background-color: #C8D1E5;
}

/* Displays ok confirmation nicely formatted */
.ok {
	font-weight: bold;
	color: black;
	display: block;
	padding: 2px 3px 2px 3px;
	border: dotted 1px #009600;
	background-color: #BBDEB5;
}
