/* Site-wide styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000;
	background: #09144f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div { border: 0px; margin: 0px; padding: 0px }

img { margin: 0; padding: 0; border: 0; }
h3 {
	margin: 0; padding: 0; font-size: 14px; font-weight: bold; letter-spacing: 1px; color: #000;
	}

p {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	}
p a { color: #000; }	
.leftIndent {
	padding-left: 30px;
	}
.drkblu {
	color: #09144F;
	}
.gold {
color: #FF6600;
}

/* Site-wide layouts */

div#contentWrapper { padding-left: 22px; padding-right: 22px; width: 385px;}
div.contentWrapper { padding-left: 22px; padding-right: 22px; width: 385px;}
table#layout {
	margin-top: 16px;
	}	
table#layout td#layoutContent {
	background:#FFF;
	border-right: 1px solid #09144F;
}
td.column {
	background: url('img/shared/bg_grey_fade.jpg') repeat-y;
	}
td.column div.quickBg {
	background: #09144F;
	}
div#navWrap {
position: relative; left: -1px;
}
/* Multi-page styles */
div.groupList {
	margin-top: 24px;
/*	width: 100%; */
	}

div.groupList table {
	padding-bottom: 15px;
	}
/*
div.newGroupMember {
	margin-bottom: 40px;
	clear: both;
	width: inherit;
	}	
	*/
div.imgWrap {
	float: left;
	width: 135px;
	text-align: left;
	}
div.imgWrap img {
	margin-top: 48px;
	}	
div.txtWrap {
/*	float: right; */
	width: 240px;
	margin-top: 4px;
	margin-left: 5px;
	font-size: 20px;
	font-size: 12px;
	}
div.txtWrap a {
	padding-top: 4px;
	padding-bottom: 1px;
	color: #FF6600;
	text-decoration: none;
	border-bottom: 1px dashed #FF6600;
	}
div.txtWrap a:hover {
	border-bottom: 1px solid #FF6600;
	}

div.stockImages img {
	border-bottom: 2px solid #7C6F6C;
	}

/* Scratch Stuff */
div.contentWrapper h2 { 
	margin: 0px;
	padding: 0px;
	padding-top: 22px;
	font-size: 16px; 
	font-weight: bold; 
	color: #09144F;
	}
/* Executive Page */

/* Exec wrapper */
div#execList {
}
/* div.exec, the title class for an exec, should look like any other page title
 * - except we're gonna extend it w/ a border... div.contentWrapper h2, div.exec { 
 */

div.exec { 
	margin-top: 12px;
	padding: 0px;
	padding-top: 12px;
	font-size: 16px; 
	font-weight: bold; 
	color: #09144F;
	border-top: 2px solid #7C6F6C;
	}

div.exec span {
	font-size: 12px;
	color: #000;/*#7C6F6C;*/
	font-style: italic;
	}
div#execList div.title {
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	}

div#execList p {
	padding-left: 15px;
	}

