/***** Style Sheet for Juan Carlos's Homepage - Duke *****/

body, button, input, select, textarea {
	font-family: "georgia";
	color: #3C3C3C;
}


/* Info for Banner Table  */
#headtable2 {
	font-family:"georgia";
	width: 450px;
}
#topt2 {
	font-family: "georgia";
	border-bottom: 1px black solid;
	font-variant: small-caps;
	font-size: 28px;
	letter-spacing: 1px;
	padding: 0px 0px 5px 0px;
}
#leftt2 {
	font-family: "georgia";
	float: left;
	font-size: 20px;
	padding: 4px 0px 0px 0px;
	color: #820000;
}
#rightt2 {
	font-family: "georgia";
	float: left;
	font-size: 20px;
	padding: 4px 0px 0px 0px;
	color: #820000;
}

/* Info for Body  */
body {
	margin: 15px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	font-family: "calibri";
	font-size: 16px;
}

div#main {
	position: relative;
	width: 900px;
	/*width:expression(document.body.clientWidth > 800? "780px": "auto" );*/
	height: 100%;
	min-height: 100%;
	border: solid #820000;
	border-width: 3px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

div#banner {
	border: solid #000;
	border-width: 0px 0px 2px 0px;
	padding: 20px 0px 0px 5px; 
	color: #000;
	font-size: 24px;
	float: center;
}

div#seal {
	float: left;
	padding: 0px 30px 20px 130px;
}

div#sub-banner {
	padding: 50px 0px 0px 0px;
	float: left;
}

div#script {
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	font-style: italic;
	font-weight: bold;
	color: #820000;
}

div.spacer {
	clear: both;
	line-height: 0;
}

div#navbar {
	font-family: "calibri";
	font-size: 24px;
	text-align: center;
	padding: 15px 0px 5px 0px;
	color: #000;
	clear: both;
}

div#content {
/*	padding: 30px 80px 30px 80px; */
	text-align: center;
	padding: 5px 60px 5px 60px; 
}

img#me {
	float: center;
}

div#cont-lefter {
	float: center;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

div#footer {
	border: solid #000;
	width: 100%;
	border-width: 1px 0px 0px 0px;
	background-color: #999999;
	clear: both;
}

/* Link Colors   */
a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #820000;
	text-decoration: underline;
}

a.navbar:link, a.navbar:visited {
	color: #820000;
	text-decoration: none;
}

a.navbar:hover {
	color: #820000;
	text-decoration: underline;
}

div#content {
	padding: 30px 100px 30px 80px;
}

/* Spans */

span.title {
	color: #820000;
	font-size: 30px;
	font: times ; 
}

span.black {
	color: #000;
}

span.boldy {
	color: #820000;
	font-weight: bold;
}

span.orange {
	color: #000;
}

span.orange_b {
	color: #000;
	font-weight: bold;
}

span.blue {
	color: #820000;
}

a.email:link, a.email:visited {
	color: #001956;
	text-decoration: none;
}

a.email:hover {
	color: #820000;
	text-decoration: underline;
}

div#list {
	text-align: justify;
	font-size: 16px;
}

span.name {
	color: #820000;
	font-family: times, serif;
	font-size: 24px;
}

