* html #navigation {
	clear: both;
	height: 0;
}

* html .clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #b00;
}

body {
	background-color: #eee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 0;
}

h1 {
	margin: 0;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#container {
	margin: auto;
	width: 750px;
}

#content {
	background: #eee;
}

#content .paper {
	background: url(img/paper1.gif) repeat-y;
	cursor: default;
	margin: 0 auto 3px auto;
}

#content .paper .bottom {
	background: url(img/paper1-bottom.gif) no-repeat;
	height: 23px;
}

#content .paper .downlaod {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0;
	text-align: right;
}

#content .paper .top {
	background: url(img/paper1-top.gif) no-repeat;
	height: 23px;
}

#content .paper .top h2 {
	color: #900;
	font-family: "Trebuchet MS", "Lucida Grande", "Century Gothic", sans-serif;
	font-size: 1.5em !important;
	font-weight: normal;
	margin: 0;
	padding-left: 23px;
}

#content .paper p {
	color: #555;
	font-size: 1em;
	line-height: 1.7em;
}

#content .paper p, #content .paper h2, #content .paper h3, #content .paper h4, #content .paper h5, #content form, blockquote, #content div.pages {
	margin-left: 6px !important;
	margin-right: 15px !important;
}

#content .paper p.subtitile {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

#content .paper ul {
	color: #555;
	font-size: 1em;
	line-height: 1.7em;
	margin-right: 15px;
}

#content h2 {
	color: #900;
	font-family: "Trebuchet MS", "Lucida Grande", "Century Gothic", sans-serif;
	font-size: 1.4em;
}

#content h3 {
	color: #000;
	font-size: 1.2em;
}

#content h4 {
	color: #333;
	font-size: 1.0em;
}

#content h5 {
	color: #555;
	font-size: 0.9em;
}

#footer {
	background: #eee url(img/nav-bottom.gif) bottom left no-repeat;
	clear: both;
	color: #555;
	font-size: 0.9em;
	overflow: hidden;
	text-align: right;
}

#footer span {
	display: block;
	height: 13px;
	padding: 5px 15px 15px 0;
}

#footer span#top {
	background: url(img/nav-top.gif) no-repeat;
	display: block;
	font-size: 0;
	height: 5px;
	line-height: 0;
	padding: 0;
}

#header-home a {
	background: url(img/header-home.gif) no-repeat;
	display: block;
	height: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -8888px;
	width: 168px;
}

#header-home a:hover {
	background-position: 0 -28px;
}

#hide {
	display: none;
	visibility: hidden;
}

#navigation #active {
	background: url(img/tab-active.gif);
	border: none;
	color: #900;
	cursor: default;
	font-weight: bold;
	text-align: center;
	width: 104px;
	text-transform: uppercase;
}

#navigation #main {
	background: url(img/nav-top.gif) bottom no-repeat;
	width: 750px;
}

#navigation ul li a {
	background: url(img/tab-tabs2.gif);
	color: #666;
	display: block;
	float: left;
	height: 18px;
	padding-top: 9px;
	text-align: center;
	width: 104px;
}

#navigation ul li a:hover {
	background-position: 0 -27px;
	color: #000;
	text-decoration: none;
}

#navigation ul li, #subnav ul li {
	float: left;
}

#navigation ul, #subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav {
	background: url(img/nav-bottom.gif) #eee no-repeat;
	height: 36px;
	overflow: hidden;
	padding: 4px 0 0 10px;
	width: 750px;
}

#subnav strong {
	font-family: "Trebuchet MS", "Lucida Grande", "Century Gothic", sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
}

#subnav ul li a {
	color: #000;
	display: block;
	float: left;
	margin-right: 2em;
	overflow: hidden;
	padding: 2px 0 2px 0;
	text-decoration: none;
}

#subnav ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#subnav ul li span {
	color: #900;
	font-weight: bold;
}

#content form {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #aaa;
	width: 250px;
}

#content form label {
	font-size: 0.9em;
	color: #555;
}

#content form input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555;
	margin-top: 2px;
}

#content form input#email {
	border: 1px solid #aaa;
	background: #eee;
}

#content form input#email:focus {
	border: 1px solid #555;
	background: #fff;
}

#content form input#submit {
	border: 1px solid #aaa;
	background: #eee;
}

.firstentry
{
margin-left: 280px;
margin-top:10px;
border-left: 1px solid #ccc;
}

.firstentry li
{
margin-left: -20px;
}

.entry {
	float: left;
	width: 248px;
	margin-top: 10px;
	border-left: 1px solid #ccc;
}

.entry h3, .entry p {
margin: 0;
}


.entry p {
font-size: 0.9em !important;
}

.entry p.more {
	font-size: 0.9em !important;
	display: block;
	text-align: right;
}

.resume {
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 3px;
	border: 1px solid #aaa;
	width: 75px;
}

.line {
	border-top: 1px solid #ccc;
	height: 1px;
	font-size: 0;
	line-height: 0;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 17px;
}

blockquote {
	font-style: italic;
	line-height: 1.7em;
	padding: 5px;
}

blockquote span {
	font-size: 2.5em;
	font-family: serif;
	color: #aaa;
}

img {
	border: 1px solid #aaa;
	padding: 4px;
}

#subnav li a#active {
	font-weight: bold;
	color: #900;
	text-decoration: none;
	cursor: default;
}

.paper li {
	list-style-type: square;
}

.blank-bullet {
	list-style-type: none !important;
}

p.download {
	border-top: 1px solid #aaa;
	margin-bottom: 0 !important;
	text-align: left;
	font-weight: bold;
}

p.download a {
	background: url(http://www.stanford.edu/~ramit/img/pdf.gif) 0 2px no-repeat;
	padding: 3px 0 3px 19px;
	margin-top: 3px;
}

h4 {
margin: 0;
}