body {
	margin: 0px;
	padding: 0px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #eee url(../images/strip1.gif) repeat-y;
	width: 740px;
}

/*<group=top>*/

div#top {
	height: 110px;
	background: url(../images/header.gif) no-repeat;
	border-bottom: 3px solid #000000;
	width: 740px;
}
	
/*</group>*/

/*<group=left>*/

div#left {
	background: #3B3B3B;
	width: 125px;
	border-right: 3px solid #000000;
	float: left;
	color: #ffffff;
	font-weight: bold;
	padding: 25px 10px 25px 30px;
}

div#left a, div#left a:visited
{
	color: #ff3a00;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	text-decoration: none;
}

div#left a:hover
{
	text-decoration: underline;
}

div#left a.hidden, div#left a.hidden:visited
{
	color: #9B4129;
}
	
/*</group>*/

/*<group=nav>*/

div#nav
{
	padding: 0px;
	margin: 0px;
	width: 571px;
	height: 30px;
	background-color: #E0E0E0;
}

div#nav a, div#nav a:visited
{
	padding: 8px;
	background: #E0E0E0;
	display: block;
	margin: 0px;
	color: #001387;
	border-color: #9F9F9F;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	float: left;
	text-decoration: none;
}

div#nav a:hover
{
	background-color: #D1D1D1;
}

div#navclearer
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
	
/*</group>*/

/*<group=main>*/

div#main {
	padding: 0px;
	float: left;
	margin: 0px;
	width: 570px;
}

div#page {
	padding: 10px;
	margin: 10px;
}

div.listing {
	padding: 0px;
	margin: 0px;
}

div.listing img.memberimg {
	padding: 2px;
	border: 1px solid #b4b4b4;
	background: #ffffff;
	margin-right: 10px;
	margin-top: 4px;
}
	
/*</group>*/

/*<group=footer>*/

div#footer
{
	border: 0px solid #d6d6d6;
	padding: 0px 10px 0px 20px;
	margin: 0px 0px 10px 0px;
}

p.credits {
	font-size: 10px;
	line-height: 12px;
	color: #999;
}

p.credits a, p.credits a:visited {
	font-size: 10px;
	line-height: 12px;
	color: #999;
}

	
/*</group>*/

/*<group=general>*/

h2 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

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

a.alink, a.alink:visited {
	display: block;
	text-decoration: none;
	color: #0077cd;
	background: #e0e0e0;
	margin-bottom: 1px;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
}

a.alink:hover {
	text-decoration: none;
	background: #eaeaea;
}

.red {
	color: #ff0e00;
}

a, a:visited
{
	color: #2d158d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.weeny {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.floatleft {
	float: left;
}

.clearboth {
	clear: both;
}

.inline {
	display: inline;
}
	
/*</group>*/

/*<group=forms>*/

form.stdform {
	background: #f4f4f4;
	border: 1px solid #c1c1c1;
	padding: 4px;
	margin-top: 10px;
}

div.formrow {
	width: 530px;
	border: 1px solid #fff;
}

div.lable {
	float: left;
	text-align: right;
	width: 148px;
	padding: 4px;
	border: 1px solid #fff;
}

div.field {
	float: right;
	width: 370px;
	border: 1px solid #fff;
}

div.formclearer {
	clear: right;
	size: 2px;
	height: 2px;
}
	
/*</group>*/

.sectortitle {
	font-size: .9em;
	line-height: .9em;
	text-align: center;
	background: #e7e7e7;
	vertical-align: bottom;
	margin: 4px;
	width: 20px;
	padding: 3px;
}

.sector {
	font-size: .9em;
	line-height: .9em;
	background: #e7e7e7;
	vertical-align: bottom;
	padding: 3px;
	width: 20px;
	margin: 4px;
	text-align: center;
	height: 26px;
}

.functiontitle {
	font-size: .9em;
	line-height: 1.3em;
	text-align: center;
	background: #e7e7e7;
	vertical-align: middle;
	margin: 4px;
	width: 160px;
	padding: 3px;
	height: 26px;
}

.sectorfunction {
	background: #e7e7e7;
	padding: 3px;
	margin: 4px;
	width: 160px;
}

