html,body{
	background:#e7e7e7;
	width:100%;
	height:100%;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
}
/* Main Container and Backgrounds*/
#container {
	margin:0px auto;
	width:800px;
	text-align:left;
	padding-top:130px;
	position:relative;
}
#copyright{
	width:800px;
	text-align:center;
	margin:10px auto;
	color:#8e8e8e;
	font-size:9px;
}
.au {background:#FFFFFF url(../images/bg_au3.jpg) no-repeat left top; }
.pe {background:#FFFFFF url(../images/bg_pe3.jpg) no-repeat left top;}
.nr {background:#FFFFFF url(../images/bg_nr3.jpg) no-repeat left top;}
.in {background:#FFFFFF url(../images/bg_in3.jpg) no-repeat left top;}
.ad {background:#FFFFFF url(../images/bg_ad3.jpg) no-repeat left top;}
.hr {background:#FFFFFF url(../images/bg_hr3.jpg) no-repeat left top;}
.cu {background:#FFFFFF url(../images/bg_cu3.jpg) no-repeat left top;}
.em {background:#FFFFFF url(../images/bg_em3.jpg) no-repeat left top;}
/*Header Setting and Backgrounds*/
h1{
	margin:0;
	padding:0;
	font-weight:100;
	font-size:16px;
	height:30px;
	text-align:right;
	color:#666699;
}
h2{
	margin:0;
	padding:0;
	font-weight:100;
	font-size:14px;
}
h3{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:12px;
}
ul.withImage{
	margin:0;
	padding:0;
	list-style:none;
}
ul.withImage li{
	display:block;
	margin:3px 0;
	background-image:url(../images/bullets2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:40px;
	padding-top:4px;
	height:16px;
}
ul.withImage li.article{
	display:block;
	margin:0 0 10px 0;
	background-image:url(../images/bullets2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:40px;
	padding-top:0;
	height:auto;
}
ul.withImage li.article a{
	color:#666699;
}
ul.withImage li.article a:hover{
	color:#CC6633;
}
ul.withImage div{
	margin-left:40px;
	text-indent:0;
}
/*Control Table - Used table due to IE7 centering issue w/ the background*/
table#control{
	margin:0 auto; 
}
table#control td.left{background-image:url(../images/bg_left.gif); background-repeat:repeat-y; width:4px;}
table#control td.center{width:800px; background:#FFFFFF;}
table#control td.right{background-image:url(../images/bg_right.gif); background-repeat:repeat-y; width:4px;}
table#control td.bot_left{background-image:url(../images/bg_left_bot.gif); background-repeat:no-repeat; background-position:top right; width:4px; height:3px;}
table#control td.bot_center{background-image:url(../images/bg_bot.gif); background-repeat:repeat-x;height:3px;}
table#control td.bot_right{background-image:url(../images/bg_right_bot.gif); background-repeat:no-repeat; background-position:top left; width:4px; height:3px;}
/* Menu Settings */
#menuArea{
	padding-top:35px;
	float:right;
	width:175px;
}
#menu{
	/* Underscore property here for IE 6 users*/ _height:250px;
	min-height:150px;
	margin:0;
	padding:0 0 15px 0;
	background:#EBEBEB url(../images/bg_menu.jpg) no-repeat bottom left;
}
#menu ul{
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}
#menu ul li{
	margin:0;
	padding:0;
	height:18px;
}
#menu ul li a{
	display:block;
	padding:3px 0 3px 20px;
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
	background:url(../images/link_dash.gif) no-repeat -12px;
}
#menu ul li a:hover{
	color:#CC6633;
	background-position:left center;
}
#menu ul li a.active,#menu ul li a.active:hover{
	color:#CC6633;
	background-position:left center;
}
#menu h1{
	font-size:0px;
	color:#EBEBEB;
	text-align:left;
	margin-left:18px;
	width:150px;
	height:20px;
	text-indent:-5000px;
}
#menu h1.au{background:url(../images/menuH_au.gif) no-repeat;}
#menu h1.pe{background:url(../images/menuH_pe.gif) no-repeat;}
#menu h1.nr{background:url(../images/menuH_nr.gif) no-repeat;}
#menu h1.in{background:url(../images/menuH_in.gif) no-repeat;}
#menu h1.ad{background:url(../images/menuH_ad.gif) no-repeat;}
#menu h1.hr{background:url(../images/menuH_hr.gif) no-repeat;}
#menu h1.cu{background:url(../images/menuH_cu.gif) no-repeat;}
#menu h1.em{background:url(../images/menuH_em.gif) no-repeat;}

#menuFooter{
	margin:0;
	padding:0;
	background:url(../images/bg_menuFooter.gif) no-repeat top;
	height:140px;
}
/* Main Content */
#contentArea{
	padding-top:60px;
	margin-left:80px;
	width:465px;
	text-align:left;
	color:#999999;
}
#contentArea.smallContent{
	margin-left:115px;
	width:430px !important;
}
#contentArea.largerContent{
	width:490px !important;
}
#contentArea p{
	/*color:#999999;*/
}	
#innerContainerA{ 
	background:url(../images/bg_rightCol.gif) no-repeat;
}
#innerContainerB{ 
	background:url(../images/bg_rightCol_bot.gif) no-repeat bottom right; padding-bottom:20px;
}
.cSpacer{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*footer menu*/
#footerMenu{
	text-align:center;
	color:#8E8E8E;
	margin:10px;
}
#footerMenu a{
	color:#8E8E8E;
	font-size:9px;
	text-transform:uppercase;
	text-decoration:none;
}
#footerMenu a:hover{
	color:#CC6633;
}
.minHeight{
	float:right;
	width:0;
	height:370px;
}
/*colors*/
.default	{color:#999999;}
.black	{color:#333333;}
.red		{color:#CC6633;}
.orange	{color:#FFCC00;}
.purple	{color:#666699;}
/*Text Size*/
.textSml	{font-size:9px;}
.textLrg	{font-size:14px;}
/* Links */
a {
	color:#333399;
	text-decoration:none;
}
a:hover	{
	color:#CC6633;
}
a.alternate {
	font-weight:bold;
	color:#888888;
	text-decoration:none;
}
a.alternate:hover	{
	color:#CC6633;
}
a#homeLink{
	position:relative;
	top:0;
	left:740px;
	display:block;
	width:45px;
	height:20px;
	font-size:0px;
	text-decoration:none;
	text-indent:-5000px;
	background:url(../images/link_home.jpg) no-repeat;
	background-position:0 0;
}
a#homeLink:hover{
	background-position:0px -20px;
}
a.back{
	background:url(../images/link_back.gif) no-repeat 0 0;
	height:16px;
	text-transform:uppercase;
	color:#8E8E8E;
	padding-top:4px;
	text-align:left;
	text-indent:25px;
}
a.back:hover{
	background-position:0 -20px;
	color:#CC6633;
}
/*Gallery Styles*/
div.imgLink{
 margin:10px 10px 0px 0px;
 display:block;
 float:left;
}
div.imgLinkRight{
 margin:10px 0px 0px 0px;
 display:block;
 float:left;
}
/* Throphy Case*/
div.tc_imgLink{
 width:105px;
 margin:10px 16px 10px 0px;
 display:block;
 float:left;
}
div.tc_imgLinkRight{
 width:101px;
 margin:10px 0px 10px 0px;
 display:block;
 float:left;
}
div.tc_imgLink a,div.tc_imgLinkRight a{
 color:#8E8E8E;
 font-size:9px;
 font-weight:bold;
}
div.tc_imgLink a:hover,div.tc_imgLinkRight a:hover{
	color:#333399;
	text-decoration:underline;
}
.magName{
 	font-size:9px;
	font-weight:100;
	color:#B2B2B2;
}
/* Spotlight*/
.row_imgLink{
}
.row_imgLink img{
	float:left;
}
.row_imgLink div{
	padding-top:10px;
	margin-left:120px;
}
/* Gallery Navigation Bottom*/
#imgNav a{
	display:block;
	margin-top:10px;
	font-weight:bold;
	font-size:9px;
	color:#CC6633;
	width:70px;
}
#imgNav a:hover,a.imgNav2:hover{
	color:#666699;
}
#imgNav a.prev{
	float:left;
}
#imgNav a.next{
	float:right;
	text-align:right;
}
/* Bios */
.bioImage{
	width:110px;
	background: no-repeat 0 0;
	margin:auto 5px 0 0;
}
.bioImage div{
	padding:0 0 0 5px;
}
.bioImageLarge{
	float:left;
	width:105px;
}
.bioImageLarge img{
	border:1px solid #666666;
}
.bioContent{
	margin-left:125px;
}
/* NO USE
#biosTable td.topL{
	background:url(../images/biosTable_01.gif) no-repeat top right;
	font-size:0;
	height:10px;
	width:10px;
}
#biosTable td.topC{
	background:url(../images/biosTable_02.gif) repeat-x;
	font-size:0;
	height:10px;
}
#biosTable td.topR{
	background:url(../images/biosTable_03.gif) no-repeat top left;
	font-size:0;
	height:10px;
	width:10px;
}
#biosTable td.midL{
	background:url(../images/biosTable_04.gif) repeat-y top right;
	font-size:0;
	width:10px;
}
#biosTable td.midR{
	background:url(../images/biosTable_06.gif) repeat-y top left;
	font-size:0;
	width:10px;
}
#biosTable td.botL{
	background:url(../images/biosTable_07.gif) no-repeat top right;
	font-size:0;
	height:10px;
	width:10px;
}
#biosTable td.botC{
	background:url(../images/biosTable_08.gif) repeat-x;
	font-size:0;
	height:10px;
}
#biosTable td.botR{
	background:url(../images/biosTable_09.gif) no-repeat top left;
	font-size:0;
	height:10px;
	width:10px;
}
*/
/*FAQs DL*/
dt{
	font-weight:bold;
	color:#666699;
}
dd{
	margin:5px;
}
  /* THE ARTICLE */
  #theArticle{
  	margin-top:20px;
	position:relative;
  }
  #theArticle h1{
  	margin:0;
	padding:0;
	height:auto;
	font-size:16px;
	text-align:left;
  }
  div#theArticle .subHead{
	font-size:12px;
  }
  div#theArticle .content{
  	padding:5px 0;
  }
  div#theArticle .fileHolder{
	border:1px solid #999999;
	margin:5px 0;
	background:url(../images/dlBG.gif) bottom right no-repeat;
	position:relative;
  }
	div#theArticle .fileHolder a{
		text-decoration:none;
	}
	div#theArticle .fileHolder h1{
		display:block;
		font-size:14px;
		text-transform:uppercase;
		padding:3px;
		background:#999999;
		color:#FFFFFF;
	}
	div#theArticle .fileHolder .theFiles{
		padding:5px;
		border-top:1px dotted #999999;	
		margin-top:-4px;
	}
	div#theArticle .fileHolder .theFiles h2{
		color:#CC6633;
		font-weight:bold;
		font-size:12px;
		margin:2px;
		padding:0;
	}
	div#theArticle .fileHolder ul{
		list-style:none;
		margin:3px 8px;
		padding:0;
	}
#jDesc ul{
	list-style:disc !important;
	margin:0;
	padding:0;
}
#jDesc ul li{
	background-image:none;
	height:auto;
	text-indent:0;
	padding:0;
}