html, body
{
	font: 10pt/12pt Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ccc url('http://www.cs.usfca.edu/~parrt/images/10.jpg') repeat-x top left;
}

strong
{
	font: 8.5pt/12pt Verdana, Arial, Sans-Serif;
	color: #222;
	padding: 10px 0 5px;
}

h1
{
	font-size: 14pt;
}

h2, h2 a, h2 a:hover, h3, h3 a
{
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0 0 3px 0;
	text-decoration: none;
}

h2, h2 a, h2 a:hover
{
	font-size: 12pt;
	margin-top: 25px;
}

h3, h3 a
{
	font-size: 10pt;
	margin-top: 25px;
}

a
{
	color: #3366CC;
	text-decoration: none;
}

a:hover
{
	color: #3366CC;
	text-decoration: underline;
}

small
{
	color: #888;
	font-family: Arial, Sans-Serif;
	font-size: 7.5pt;
	line-height: 8.5pt;
	font-weight: normal;
	margin: 0 0 10px;
}

acronym, abbr
{
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
	border-bottom: 1px dashed #ccc;
}

.storycontent p, .storycontent li
{
	margin: 10px 0 10px;
	color: #666;
}

.storycontent  blockquote p
{
	margin: 0 0 0 -40px;
	padding: 5px 0 0 40px;
	color: #888;
}

#secondRHcol h3
{
	font-size: 9pt;
}

img, img a
{
	border: 0;
}

#container
{
	text-align: left;
/*	width: 740px; */
	margin: 0 auto 0 auto;
	border: 3px solid #ccc;
	background-color: #fff;
}

#content
{
	position: relative;
	float: left;
/*	width: 440px; */
	padding: 3px 10px 0px 2px;
}

#secondRHcol
{
	position: relative;
	float: left;
	padding: 0px 0px 0px 10px;
	width: 155px;
        color: #666;
}

#footer
{
	position: relative;
	clear: both;
	border-top: 1px dashed #ccc;
	margin-top: 10px;
	padding-top: 5px;
	height: 30px;
}

#searchform
{
	margin: 0px 0 30px;
	color: #666;
}

#input1
{
	width: 130px;
	margin: 0;
	padding: 1px;
	font-size: 7pt;
	border: 1px solid #ccc;
	color: #666;
}

#input1:hover
{
	border-color: #999;
}

#input1:focus
{
	border: 1px solid #09c;
	color: #333;
	background: white;
}

/* geshi plugin css */

div.krl_highlighted_code
{
	margin: 5px 20px 20px 10px;
        
}

div.krl_highlighted_code div.header
{
	margin: 0 0 2px;
	visibility: hidden;
	font-weight: bold;
}

div.krl_highlighted_code div.codeblock
{
	margin: 0;
	padding: 6px;
	border: 1px solid #ccc;
        background: #ffffdd;
	overflow: auto;
	font-size: 1.1em;
	font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace;
}

div.krl_highlighted_code ol
{
	padding: 0 0 0 40px;
}

/* geshi java hilight css */

.java .de1, .java .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
.java  {}
.java .head {}
.java .foot {}

.java .imp
{
	font-weight: bold;
	color: red;
}

.java .ln-xtra
{
	color: #cc0;
	background-color: #ffc;
}

.java li
{
	font-family: 'Courier New', Courier, monospace;
	color: black;
	font-weight: normal;
	font-style: normal;
}

.java li.li2
{
	font-weight: bold;
}

.java .kw1
{
	color: #0000a1;
        font-weight: bold;
}

.java .kw2
{
	color: #0000a1;
        font-weight: bold;
}

.java .kw3
{
	color: #000000;
}

.java .kw4
{
	color: #0000a1;
        font-weight: bold;
}

.java .co1
{
	color: #808080;
	font-style: italic;
}

.java .co2
{
	color: #a1a100;
}

.java .coMULTI
{
	color: #808080;
	font-style: italic;
}

.java .es0
{
	color: #000099;
	font-weight: bold;
}

.java .br0
{
	color: #666666;
}

.java .st0
{
	color: #808080;
}

.java .nu0
{
	color: #0000ff;
}

.java .me1
{
	color: #000000;
}

.java .me2
{
	color: #000000;
}
