* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/1.35em Verdana, Arial, Helvetica, sans-serif;
	color: #193d57;
	background:	#ffffff;
	margin-top: 50px;
	margin-bottom: 100px;
}
#page {
	width: 700px;
	margin: auto;
}
#header {	
}
#tabs {
	width: 100%;
	float: right;
	display: block;
	background: #ffffff url("img/gifs/bg.gif") repeat-x bottom;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.05em;
}
	#tabs ul {
		text-align: center;
		list-style: none;
		padding: 0px 5px 0 0px;
	}
	#tabs li {
		display: inline;
	}
	#tabs a {
		float: right;
		background: url("img/gifs/tableft.gif") no-repeat left top;
		padding: 0 0 0 5px;
		text-decoration: none;
	}
	#tabs a span {
		float: right;
		display: block;                                         
		background: url("img/gifs/tabright.gif") no-repeat right top;
		padding: 2px 15px 2px 6px;
		color: #1d4f73;
	}
	#tabs a:hover {
		background-position: 0% -42px;
	}
	#tabs a:hover span {
		background-position: 100% -42px;
		color: #24618e;
	}  
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {float:none;}
	/* End IE5-Mac hack */
#content {
	width: 100%;
	padding: 0px 5px 10px 5px;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#leftcol {
	float: left;
	width: 575px;
	padding: 0 5px 0 0;
	vertical-align: top;
}
#rightcol {
	float: left;
	width: 120px;
	padding: 0;
	vertical-align: top;
}
	#rightcol ul li{
		list-style: none;
		background: url("img/gifs/li.gif") 0px 0.55em no-repeat;
		padding-left: 9px;
	}
p {
	text-align: justify;
	padding-bottom: 1em;
}
a {
	text-decoration: underline;
	color: #24618e;
}
a:hover {
	color: 	#1c4b6e;
}
h5 {
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
}
h4 {
	font-weight: bold;
	color: #2b6a97;
	font-size: 110%;
	letter-spacing: 0.1em;
	padding: 15px 5px 5px 0px;
}
h5 {
	font-weight: bold;
	font-size: 100%;
	padding: 5px 5px 5px 0px;
}
ul {
	list-style: disc;
	line-height: 1.5em;
	padding-left: 0.25em;
	margin: 0 0 0.75em 1em;
}
li {
	text-align: left;		
}
ul ul {
	list-style: circle;
	margin-left: 1em;
	margin-bottom: 1em;	
}
table {
	width: 100%;
}
table td {
	vertical-align: top;
	padding: 0px 20px 10px 0;
	text-align: justify;
}
.float {
	float: left;
	padding: 0px 10px 10px 0px;
	vertical-align: top;
}
.left {
	float: left;
	padding: 0px 25px 10px 0px;
	vertical-align: top;
}
.right {
	float: right;
	padding: 0px 0px 10px 25px;
	vertical-align: top;
}
.warning {
	float: left;
	padding: 0 20px 0 0;
	font: 48px Comic Sans, Comic Sans MS, cursive;
	font-weight: bold;
	color: #be4343;
	letter-spacing: 0.2em;
}
.title {
}
.journal {
	font-style: italic;
}
.volume {
	font-weight: bold;
}
#footer {
	font-size: 80%;
	border-top: 1px solid #9c9c9c;
}
	#footer .left{
		float: left;
	}
	#footer .right{
		float: right;
	}
	#footer a {
		text-decoration: none;
		color: #24618e;
		border-bottom: 1px solid #24618e;
	}
	#footer a:hover {
		text-decoration: none;
		color: #1c4b6e;
		border-bottom: 1px solid #1c4b6e;
	}
div.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
a img, :link img, :visited img {
	border: 0;
}

/* Navigation */
#home #tabright_home, #resume #tabright_resume, #research #tabright_research, #teaching #tabright_teaching,
#programs #tabright_programs, #graphics #tabright_graphics, #bread #tabright_bread,
#contact #tabright_contact {
	padding: 2px 15px 3px 6px;
	background-position: 100% -84px;
	color: #2b6a97;
}

#home #tableft_home, #resume #tableft_resume, #research #tableft_research, #teaching #tableft_teaching,
#programs #tableft_programs, #graphics #tableft_graphics, #bread #tableft_bread,
#contact #tableft_contact {
	padding: 0px 0px 0px 5px;
	background-position: 0% -84px;
}
