/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
height: 100%;
background: #fff;
}

body {
	font:90%/1.25 Arial, Helvetica, sans-serif;
}

 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	color: #666;
}
 
h1 {
padding:20px 0 0 0;
letter-spacing:-1px;
font-size:1.5em;
color: #0ae;
}

h1 a,
h1 a:link,
h1 a:visited {
	color: #0ae;
}

h1 strong {
	color: #f60;
	font-weight: normal;
	letter-spacing:0px;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
	font-size:1.15em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #f60;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
	text-decoration:none;
	outline: 0;
	color: #690;
}


a:hover {
	text-decoration:underline;
} 
.link_comment {
	background-image: url(../images/common/comment_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 0px;
}
.link_comment:hover {
	background-position: 0px -16px;
}

#header_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.blocklinks a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
.blocklinks a:hover {
	text-decoration: none;
	background: #f6f6f6;
}
#header_nav a {
	margin-left: 10px;
	color: #ccc;
}
#header_nav a:hover {
	text-decoration: underline;
	color: #fff;
}
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}

.showtable td {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


#container {
	width: 960px;
	margin: 0 auto;
}
#header_nav {
	background-image: url(../images/common/header_nav_bg.png);
	background-repeat: repeat-x;
	height: 28px;
	text-align: right;
	background-position: bottom;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 0px;
}
.column {
	float: left;
	position: relative;
}
#lhs {
	padding: 15px;
	width: 700px;
}
#rhs {
	padding: 15px;
	width: 199px;
	font-size: 0.9em;
	border-left: 1px solid #eee;
}
.footnotes {
	font-size: .8em;
	color: #777777;
}
.pubtime {
	font-size: 0.8em;
	color: #999;
	margin: 0 0 10px 0;
}
pre {
	background: #eee;
	padding: 5px;
	border: 1px solid #ccc;
	overflow: auto;
}
#Footer {
	clear: both;
	background: #000000 url(../images/common/footer_bg.png) no-repeat;
	color: #ccc;
	padding: 20px;
}


.breakrule {
	display: block;
	clear: both;
	border-bottom: 1px solid #eee;
	margin: 5px 0px 0px;
	overflow: hidden;
	height: 1px;
}

#rhsads {
	padding: 10px 20px;
}