body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #dadada url(img/background_gradient.gif) repeat-x top left;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	/*color: #dee1e7;*/
	color: #009900;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0px;
	letter-spacing: 0px;
	text-transform: none;
	line-height: 20px;
}
img, a img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #005185;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #6f7d87;
	text-decoration: none;
	cursor: pointer;
}	
p {
	margin: 0px;
	padding: 0 10px 10px 0;
	line-height: 18px;
	color: #4d4d4d;
}
ul {
	list-style-type: disc;
	/*list-style-image: url(images/bullet.gif);*/
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 13px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
#container {
	width: 1006px;
	margin: 0 auto;
	background: url(img/content_drop_shadow_border.png) repeat-y top;
}
#header {
	width: 996px;
	height: 85px;
	margin: 0 auto;
}
#header_left {
	float: left;
	width: 608px;
	height: 85px;
	background: url(img/header_image.jpg) no-repeat;
}
#header_right {
	float: left;
	width: 388px;
	height: 85px;
	background: url(img/header_right_bg.jpg) no-repeat;
}
#header_right_top {
	height: 54px;
}
#header_right_top_padding {
	padding: 17px 0 0 10px;
}
#header_right_top_name {
	color: #dadada;
	float: left;
}
#header_right_top_links {
}
#header_right_top_links a {
	font-size: 12px;
	color: #dadada;
}
#header_right_top_links a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
#header_right_top_links a.watchlist {
	font-size: 12px;
	color: #dadada;
	display: block inline;
	height: 22px;
	line-height: 22px;
	background: url(img/script.png) no-repeat;
	margin: 0; 
	padding: 0 0 0 20px;
	text-decoration: none;
}
#header_right_top_links a.watchlist:hover {
	text-decoration: underline;
	color: #ffffff;
}
#header_right_top_links a.recent_activity {
	font-size: 12px;
	color: #dadada;
	display: block inline;
	height: 22px;
	line-height: 22px;
	background: url(img/hourglass.png) no-repeat;
	margin: 0; 
	padding: 0 0 0 20px;
	text-decoration: none;
}
#header_right_top_links a.recent_activity:hover {
	text-decoration: underline;
}











#header_right_ticker_search {
	padding: 4px 0 0 8px;
}
#main_nav {
	width: 996px;
	height: 34px;
	background: #ffffff url(img/main_nav_bg.jpg) no-repeat;
	margin: 0 auto;
	padding: 0px;
	clear: both;
}
#main_nav_left_left {
	float: left;
	padding-left: 20px;
}
#main_nav_left a {
	text-decoration: none;
}
#main_nav_left ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#main_nav_left li {
	margin: 0;
	padding: 0px 1px 0px 0px;
	list-style-type: none;
	display: inline;
	float: left;
	position: relative;
	line-height: normal;
}
#main_nav_left li a.tall {
	float: left;
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: url(img/wrench.gif) bottom left no-repeat;
}
#main_nav_left li a.tallon {
	float: left;
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: url(img/wrench.gif) bottom left no-repeat;
}
#main_nav_left li a.tall:hover {
	background-position: top left;
	text-decoration: none;
}
#main_nav_left li a.tallon:hover {
	background-position: top left;
	text-decoration: none;
}
.mainnavtextsmall {
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
	color: #777777;
	display: block;
	padding-left: 20px;
	float: left;
}
.mainnavtextbig {
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
	color: #424242;
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 25px;
}
.mainnavtextsmall:hover {
	color: #000000;
}
.mainnavtextbig:hover {
	color: #000000;
}

#main_nav_right {
	float: right;
	padding-right: 20px;
}



#content {
	width: 996px;
	margin: 0 auto;
	background: #ffffff url(img/content_bg_repeat.gif) repeat;
}

#content_padding {
	padding: 8px 19px 8px 19px;
	background: url(img/content_padding_bg.jpg) top no-repeat;
}

#content_left {
	float: left;
	width: 587px;
	background-color: #ffffff;
	border: 1px solid #999999;
}
#content_left_padding {
	padding: 0 9px 0 9px;
}
.post {
	width: 567px;
	padding: 9px 0 9px 0;
}	
.post_header {
	background: #f3f3f3 url(img/post_header_bg.gif) repeat-x bottom;
	min-height: 20px;	
	clear: both;
}
.post_header_left {
	float: left;
	width:210px;
}
.post_header_left a.post_title {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: block;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	padding-left: 9px;
}
.post_header_right {
	float: right;
	padding-right: 9px;
	height: 20px;
}
.post_header a.post_title:hover {
	color: #999999;
	text-decoration: none;
}
.post_info {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 0 18px 0 23px;
	margin: 0px;
	display: inline block;
	height: 20px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
}
.entry {
	padding: 5px 9px 5px 9px;
}
#entry_image img {
	border: 1px solid #DADADA;
}
.entry_text {
	float: left;
	color: #444444;
}
.entry_text_padding {
	padding-left: 5px;
}
.entry_meta {
	text-align: right;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0px 17px 0px;
	float: right;
}




#content_right {
	float: left;
	margin-left: 8px;
	width: 358px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding-bottom: 9px;
}
#content_right_padding {
	padding: 0 9px 0 9px;
}
.sidebar_module {
	margin: 0 auto;
	width: 336px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	margin-top: 9px;
}
.sidebar_module_header {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #f3f3f3;
	padding: 2px 0 2px 6px;
}
.sidebar_module_header_right {
	float: left;
}
.sidebar_module_header_left {
	font-size: 10px;
	float: right;
	padding: 1px 6px 0 0;
}
.sidebar_module_header_left a {
	color: #003365;
	text-decoration: underline;
}
.sidebar_module th {
	font-size: 10px;
	text-align: right;
	color: #333333;
	border-bottom: 1px solid #E6E6E6;
	background-color: #D3D3D3;
}
.sidebar_module td {
	font-size: 10px;
	text-align: right;
	color: #666666;
}




#footer {
	width: 996px;
	height: 32px;
	margin: 0 auto;
	background: url(img/footer_bg.jpg) repeat-y;
	padding-top: 10px;
	color: #666666;
}
#footer_content_container {
	margin: 0 auto;
	width: 958px;
	height: 20px;
}
#footer_links {
	float: left;
}
#footer_links a {
	line-height: 20px;
	color: #dadada;
	text-decoration: none;
}
#footer_links a:hover {
	color: #ffffff;
}
#footer_links a.on {
	color: #ffffff;
}
#copyright {
	float: right;
	color: #dadada;
	line-height: 20px;
}
#copyright a {
	color: #ffffff;
	text-decoration: none;
	line-height: 20px;
}










#clock {
	font-size: 11px;
	color: #666666;
	display: block;
	height: 34px;
	line-height: 34px;
}

#comment {
	width: 500px;
}
td.info {
	text-align: left;
}
td.info p {
	font-weight: normal;
	padding: 5px 10px 5px 10px;
}




                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist
{
background: #fff;
color: #000;
padding: 0px;
margin: 0px;
padding-right: 15px;
}

.commentlist li
{
margin: 8px 20px 8px 0px;
padding-left: 12px;
list-style: none;
background: #f2f2f2;
margin-bottom: 2px;
border: 1px solid #003365;
}

li.alt
{
background: #fff;
/*border: 1px solid #003365;*/
}

.commentlist cite
{
padding: 2px 3px 1px 3px;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentlist a:link
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #003365;
}

.commentlist a:visited
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #607f9f;
}

.commentlist a:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #003365;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #003365;
}

.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #003365;
}

.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
color: #003365;
font-size: 28pt;
}

#comment
{
width:80%;
}



#faqs {
	padding-right: 20px;
}
#faqs h2 {
	display: block;
	margin: 0px;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	background: url(img/help.png) no-repeat left;
}
#faqs li {
	padding-bottom: 23px;
}
a.faq_term {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
a.faq_term:hover {
	color: #009900;
	font-weight: bold;	
	text-decoration: none;
	cursor: default;
}
a.faq_external {
	display: block;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
	background: url(img/external.png) no-repeat left;
}

a.join_the_ppt {
	display: block;
	width: 200px;
	height: 70px;
	background: url(/img/join_the_ppt.jpg) no-repeat bottom;
}
a.join_the_ppt:hover {
	background: url(/img/join_the_ppt.jpg) no-repeat top;
}

input.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	width: 60px;
	font-size: 11px;
	height: 21px;
	line-height: 14px;
	background-color: #e3e3e3;
	color: #424242;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #c4c4c4;
	margin-right: 2px;
	text-transform: uppercase;
}
input.inputbutton:hover {
	background-color: #ffffff;
}

h2.red {
	color: #e02f2f;
}

h2.black {
	color: #333;
	padding-top: 25px;
	padding-left: 25px;
	font-size: 20px;
}
.h2blackSubtext {
	display: block;
	padding-left: 25px;
}
h2.orange {
	color: #e0762f;
}
h2.blue {
	color: #2fa8e0;
}
h2.purple {
	color: #955fe5;
}
#blueprint ul {
	list-style: none;
}
#blueprint li {
	list-style: none;
	padding-bottom: 18px;
}
#blueprint br {
	line-height: 1px;
}
