/* Global Styles
----------------------------------------------------------*/ 
* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background: url(../images/body.gif) top left repeat-x #800000;
}
#container {
	width: 740px;
	margin: 1em auto;
	border: solid 1px #ffc200;
}
#portrait {
	width: 192px;
	height: 191px;
	margin: 0 10px 5px 0;
	border: solid 1px #003153;
	float: left;	
}
#back-to-top {
	margin: 1em 0;
	text-indent: none;
	text-align: right;
}
a {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin: 1em 0;
}
blockquote {
	margin: 1.5em 3em;
	padding-left: .5em;
}
ul {
	margin: 1.5em 0 1.5em 2.5em;
}
ol {
	margin: 1.5em 0 1.5em 3em;
}
/* Text Classes
----------------------------------------------------------*/
.school {
	font-weight: bold;
}
.degree {
	font-style: italic;
}
/* Heading Styles
----------------------------------------------------------*/ 
h1 {
	height: 100px;
	width: 589px;
	margin: 0 auto;
	background: url(../images/branding-h1.gif) center center no-repeat;
	text-indent: -9999px;
}
h2 {
	margin: .5em 0 .2em;
}
h1, h2 {
	letter-spacing: 2px;
}
h3 {
	color: #003153;
	border-bottom: solid 1px #003153;
}
/* Branding Styles
----------------------------------------------------------*/ 
#branding {
	padding: .80em;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	background-color: #003153;
	color: #FFFFF0;
	border-bottom: solid 1px #ffc200;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}
/* Content Styles
----------------------------------------------------------*/ 
#content {
	padding: .80em 90px;
	background: url(../images/content.gif) top center repeat-y #FFFFF0;
	color: #000;
	border: solid 1px #003153;
}
#content p {
	font-size: 14px;
	text-indent: 2.5em;
	line-height: 18px;
	letter-spacing: .8px;
}
p #break {
	text-indent: 0px;
	text-align: center;
}
#content a:link, #content a:visited {
	color: #003153;
}
#content a:hover, #content a:active {
	color: #800000;
}
#content a:focus {
	color: #FFC200;
	background-color: #003153;
}
/* Site Info Styles
----------------------------------------------------------*/ 
#site_info {
	padding: .80em;
	font-size: 10px;
	font-weight: bold;
	background-color: #003153;
	color: #FFFFF0;
	border-top: solid 1px #ffc200;
	clear: both;
}
#site_info p {
	margin: 0;
}
#site_info a:link, #site_info a:visited {
	color: #FFFFF0;
}
#site_info a:hover, #site_info a:active {
	color: #ffc200;
}
#site_info a:focus {
	color: #000;
	background-color: #ffc200;
}
