/* 2 column fixed width layout */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

/* The Core Technique
================================= */

body {
	text-align: center;
	background:url(main_bg.gif) no-repeat top center;
}

#wrapper {
	width: 701px;
	margin: 40px auto;
	text-align: left;
}

#content-outer {
	background:url(bg_main.gif) no-repeat top left;
	padding:20px;
}

#content {
	height: 430px;
	width: 661px;
	padding-right:10px;
	overflow:auto;
	scrollbar-face-color: #E5E5E5;
	scrollbar-shadow-color: #ccc;
	scrollbar-highlight-color: #F3F3F3;
	scrollbar-3dlight-color: #F3F3F3;
	scrollbar-darkshadow-color: #ADADAD;
	scrollbar-track-color: #F8F8F8;
	scrollbar-arrow-color: #888;
}

#nav-outer {
	float:right;
	width: 520px;
	background:url(bg_nav_top.gif) no-repeat top left;
	margin-top:12px;
}

#nav { 
	background:url(bg_nav_bot.gif) no-repeat bottom left;
	padding:0 12px 12px 12px;
	/*height:230px;*/
}

#cta-outer {
	background:url(bg_cta_top.gif) no-repeat top left;
	float:left;
	width: 169px;
	margin-top:12px;
}

#cta { 
	background:url(bg_cta_bot.gif) no-repeat bottom left;
	height:218px;
} 

#directory-outer {
  height: 454px;
  padding: 8px;
  background:url(bg_main.gif) no-repeat top left;
}

#directory {
	float:left;
	width:636px;
}

#single-left {
	float:left;
	width:318px;
}

#single-right {
	float:right;
	width:294px;
	margin-top:16px;
}

#button-right {
	float:right;
	width:25px;
	height:456px;
	vertical-align:bottom;
}

#index-outer {
	border-top:#CCCCCC solid 1px;
	padding-top:5px;
}

#index-left {
	float:left;
	width:285px;
}

#index-right {
	float:right;
	width:330px;
}

#clear {
	clear:both;
}

/* Pretty Stuff
================================== */

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#999AA4;
}

h1 {
  font-size: 16px;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 13px;
  line-height:130%;
}

h1, h2, p {
  margin: 0;
}

#nav h1 {
  padding-top: 12px;
}

#nav h1 .active {
  color:#4E4F56;
}

#nav a {
  	text-decoration:none;
}

.times {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}
.upper {
	text-transform:uppercase;
}

.times a, .upper a, H1 a {
	text-decoration:none;
	color:#999AA4;
}

#directory h1 {
	margin-top:16px;
}

#single-right h2, #directory h2 {
	font-size:14px;
}

#single-right h3, #directory h3 {
	font-size:22px;
	color:#666666;
	font-weight:normal;
	margin:45px 0 35px 0;
}

#single-right p, #directory p, #content p {
	margin-bottom:16px;
}

#single-right a, #directory a {
	color:#007fff;
}

#directory h1, #directory h2, #directory h3, #directory p {
	margin-left:12px;
}

#directory h1 a {
	color:#999AA4;
}

.position {
	font-style:italic;
	font-size:11px;
}

#description p {
	font-size:12px;
	margin-left:0;
}

#content h1 {
	color:#666;
	margin:80px 0 15px 0;
}

#content p a {
	color:#999AA4;
	text-decoration:none;
}

#content p a:hover {
	text-decoration:underline;
}

#index-left p, #index-right p {
	margin:0;
	padding-bottom:5px;
}

#content .alpha {
	font-size:12px;
	margin-bottom:26px;
}

#content .grey h1, #content .grey a {
	color:#999AA4;
}

#content .grey h1 {
	margin:0 0 15px 0;
}

#index-left p a, #index-right p a {
	color:#007fff;
}

#content .white a {
	color:#FFFFFF;
}

#ptable {
	padding:18px 0 0 12px;
}