/* set margin for the content area*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content{
	margin: 10px;
	background-color:#FFFFFF;
	width:600px;
	text-align:left;
	float: left;
}
#noLeftNav #content {
	width:760px;
	float: none;	
	margin: 10px auto;	
}

/******page content area*******/		
p {
	text-align:left;
	color:#000000;
	line-height:1.3;
}

/*******Page links*******/
a:link {
	text-decoration:underline;
	color:#9b3321;
}
a:visited {
	color:#c69a44;
}
a:hover {
	text-decoration:none;
}	

/*******Page Heading*******/
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/*******List text Style*******/
ul{
	margin-top:0px;
	margin-bottom:20px;
}
li{
	color:#000000;
	margin-bottom:5px;
}
li.ListNoBullet{
	list-style:none;
}

/*******Text Styles*******/
.RequiredField , 
td.RequiredField , 
tr.RequiredField , 
tr.RequiredField td {
	color: #f00;
	font-size: 0px;
	font-weight: bold;
	margin:0px;
}
.TextBold ,
td.TextBold ,
tr.TextBold ,
tr.TextBold td {
	font-weight: bold;
	color:#000000;
}
.TextRed ,
td.TextRed ,
tr.TextRed ,
tr.TextRed td {
	color: #f00;
}
.TextSm ,
td.TextSm ,
tr.TextSm ,
tr.TextSm td {
	font-size: 10px;
	color:#000000;
}
.TextSmRed ,
td.TextSmRed ,
tr.TextSmRed ,
tr.TextSmRed td {
	color: #f00;
	font-size: 10px;
}
.TextExtraSm ,
td.TextExtraSm ,
tr.TextExtraSm ,
tr.TextExtraSm td {
	font-size: 9px;
	color:#000000;
}
.TextExtraSmRed ,
td.TextExtraSmRed ,
tr.TextExtraSmRed ,
tr.TextExtraSmRed td {
	color: #f00;
	font-size: 9px;
}

/*******Table Styles*******/
table {
	clear: both;
	margin-bottom: 1.2em;
	margin-top:1em;
}
table.TableBorder,
table.TableBorder td,
table.TableBorder th {
	border: 1px solid #84684b;
}
td {padding: 2px 4px;}
td table {
	margin-top:0; 
	margin-bottom:0;
}
.TableColumnHeading,
.TableColumnHeading a,
td.TableColumnHeading,
tr.TableColumnHeading,
tr.TableColumnHeading td {
	font-weight: bold;
	text-align:center;
  	background-color: #e8e3d9;
	color: #000000;
}
.TableHeading,
.TableHeading a,
td.TableHeading,
tr.TableHeading,
tr.TableHeading td,
table.TableHeading {
	font-weight: bold;
  	background-color: #e8e3d9;
	color: #000000;
}
.TableSubHeading,
.TableSubHeading a ,
td.TableSubHeading,
tr.TableSubHeading,
tr.TableSubHeading td {
	font-style: normal;
	font-weight: bold;
	background-color: #e8e3d9;
	color: #000000;
}
.TableRowEven,
td.TableRowEven,
tr.TableRowEven,
tr.TableRowEven td,
li.ListEven {
	background-color: #f4f1ea;
	color: #000;
}
.TableRowOdd,
td.TableRowOdd,
tr.TableRowOdd,
tr.TableRowOdd td,
li.ListOdd {
	background-color: #fff;
	color: #000;
}
.TableBodyShaded,
td.TableBodyShaded,
tr.TableBodyShaded,
tr.TableBodyShaded td ,
table.TableBodyShaded { 
	background-color: #f4f1ea;
	color: #000;
}

/******Alignment*******/
.Spacer {
	clear: both;
}
.AlignCenter {
	text-align:center;
	display:block;
}
.AlignCenterContent {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	/*Hide from IE5Mac*/
	display:table;
	/*Stop Hiding*/
}
/******Hide from IE5Mac*******/
* html .AlignCenterContent {
	width:0;
}
/******Stop Hiding*******/
.AlignRight {float: right;}
.AlignLeft {float: left;}
.ClearLeft {clear: left;}
.ClearRight {clear: right;}

/******Photo placement*******/
.PhotoSupp {
	float: right; 
	margin: 5px 0 15px 10px;  
	padding: 0;
	/*clear:both; */
	font-size: 9px;
}
.PhotoSupp img {
	display: block;
	margin: 0;
	border: 1px solid black;
}
img {border: none;}

/******Horizontal Rules*******/
.dividerBar {
	display:block;
	clear:both;
	width: 760px;
	height: 2px;
	margin: 10px auto;
	background-color:#d9d2c1;
	font-size:0;
}

/*******Special text block*******/
.contactBlock{
	margin-left:20px;
	margin-top:0px;
}

/*******icon*******/
img.iconLeft{
	float:left;
	margin-right:5px;
}

/*******member page logo image*******/
.smallLogo{
	text-align:center;
	width:40px;
	float:left;
}
.smalLogoList{
	list-style:none;
	line-height:2;
	color:#000000;
}
.smalLogoList a{
	text-decoration:underline;
	color:#9b3321;
}
.smalLogoList a:hover{
	text-decoration:none;
}
.smalLogoList a:visited{
	color:#c69a44;
}

/***************************************
	Publications
****************************************/
.Publications {
	width: 720px;
	margin-left: 20px;
	margin-top: 20px;
}
.Publications .BoxShaded {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: auto;
	display: block;
	padding: 10px 10px 5px 10px;
	white-space:normal;
}
.Publications .BoxShaded a {
	text-decoration: underline;
}
.Publications .BoxShaded p {
	margin-top: 0;
	margin-bottom: 0;
}
#Container .Publications img {
	float: left;
	vertical-align: top;
	border: none;
	margin: 0 5px 0 0;
}
.Publications h3 {
	padding: 4px 2px;
	margin: 0;
	width: auto;
	clear:both;
	font-weight: bold;
	border-bottom: 1px solid #e8e3d9;
}
.Publications ul {
	margin:0;
	padding: 0;
}
.Publications li {
	list-style: none;
	width: auto;
	padding: 4px 2px;
	border-bottom: 1px solid #e8e3d9;
	line-height: 1.3em;
}
.Publications li a {
	padding: 4px 2px 4px 30px; 
	background: url("../../assets/images/icon_pdf.gif") 5px 50% no-repeat; 
	height: auto;
}