/*----------------------- document setup/various defitions --------------------------------- */
body {
	margin: 20px 0px;
	font-family: "Lucida Sans", Arial, Sans-Serif;
	font-size: 9pt;	
	color: #535353;
}


* {
	margin: 0px;
	padding: 0px;
}

ul, ol {
 margin: 10px 30px;
}

p, h1, h2 {
	margin-bottom: 10px;
}

.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}


a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #1B3F95;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.labelled {
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
}

td.labelled {
	padding-right: 10px;
}

/*------------------------------ layout ------------------------------ */
#header, #menu, #content, #footer div {
	width: 780px;
	margin: 0px auto;
}

#menu-holder {
	width: 100%;
	background: url('/images/menu-bg.gif') repeat-x;
	height: 31px;
}


#footer {
	width: 100%;
	background: #DDDDDD;
	padding: 5px 0px;
	color: #666666;
	margin: 15px 0px;
}

#footer a {
	color: #666666;
	font-weight: normal;
}

#footer div {
	text-align: right;
}

/*------------------------------ the menu ----------------------------- */
#menu ul, #menu ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#menu li {
	float: left;
	margin: 3px 7px 0px 9px;
	clear: none;
}

#menu li a {
	color: #C8C8C8;
	display: block;
	font-weight: normal;
}

#menu li a:hover, #menu li a.selected {
	color: white;
	text-decoration: none;
}

#menu ul ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background: white;
	border: 1px solid #1B3F95;
	border-bottom: 0px;
	padding: 0px;
	z-index: 30;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

#menu ul ul li {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #1B3F95;
	width: 140px;
}

#menu ul ul li a, #menu ul ul li a:hover {
	color: #1B3F95;
}


/*---------------------------- the homepage ------------------------ */
#top-part {
	height: 164px;
	width: 780px;
	background: #DBDBDB;
	margin-bottom: 15px;
	overflow: hidden;
}

#logo {
	float: left;
	clear: none;
}
#search-form {
	float: right;
	clear: none;
	margin-top: 70px;
}

#flash-area {
	width: 506px;
	height: 164px;
	float: left;
	clear: none;
}

#member-search {
	float: left;
	width: 264px;
	height: 124px;
	margin: 20px 0px;
	padding: 0px 5px;
	overflow: hidden;
}

#member-search td {
	padding: 5px;
}

.column {
	float: left;
	width: 240px;
	margin-left: 30px;
	text-align: justify;
	line-height: 12pt;
}

.first {        /* first column */
	margin-left: 0px;
}

#news-column p {
	display: inline;
}

#content { position: relative; min-height: 610px;  }
#skyscraper { position: absolute; right: -180px; top: 10px; }




/*-------------------------------- inner page ------------------ */
#navigation {
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-top: 1px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li {
	width: 146px;
	padding: 5px 2px;
	border-bottom: 1px #6D6D6D solid;
}

#navigation li.active {
	background: #DDDDDD;
}

#navigation li.title {
	background: #1B3F95;
	color: white;
	margin-bottom: 1px;
	border-bottom: 1px solid #6D6D6D;
}

#navigation li a {
	color: #6D6D6D;
	font-weight: normal;
}

#the-ad {
	padding: 5px 0px;
	width: 150px;
	text-align: center;
	background: #DDDDDD;
}

#page-text {
	width: 610px;
	float: left;
	line-height: 13pt;
}

#page-text h1 {
	width: 100%;
	border-bottom: 3px solid #DDDDDD;
	text-transform: uppercase;
	font-size: 12pt;
	margin: 5px 0px;
}

#page-text h2 {
	color: #1B3F95;
	font-size: 9pt;
	text-transform: uppercase;
	margin-bottom: 10px;
}


/*---------------------- item list tables ------------------- */
table.itemlist {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFBEAE;
	border-spacing: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table.itemlist tr td {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d0bf;
	vertical-align: top;
}

table.itemlist tr td img {
	vertical-align: middle;
}

table.itemlist tr td.pagename {
	font-size: 12px;
}
table.itemlist tr.alternate td {
	background-color: #faf9f0;
}

table.itemlist td.labelled {
	width: 14%;
}