/* 
 * FILE: bradleyroberts.css
 * GOAL: To provide styling for this site
*/


/* Font Definitions */
@font-face {
	font-family: Tahoma;
	}
	
/* Style Definitions */
h1 {
	margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	page-break-after:avoid;
	font-size:14.0pt;
	font-family:"Times New Roman";
	letter-spacing:-.15pt;}
h2  {
	margin-top:0in;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:0in;
	text-align:justify;
	page-break-after:avoid;
	font-size:12.0pt;
	font-family:"Times New Roman";
	letter-spacing:-.15pt;}

h1, h2, h3 {
	color: #0000CC;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: .8em;
}

h4, hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Page Definitions */
body {
	background: #FFFFFF;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	color: #01150C;
}

@page Section1 {
	size:8.5in 11.0in;
	margin:.5in 1.0in .7in 1.0in;}
div.Section1 {
	page:Section1;}

/* List Definitions */
ol	{margin-bottom:0in;}
ul	{margin-bottom:0in;}


blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.pstrong {
    font-weight: bold;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}

.detail {
	margin-left:  1em;
	padding-left: 1em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

.objective {
	font-style: italic;
}

.narrative {
	font-style: italic;
}

pre {
}

code {
}

/* Pseudoclasses */
a:link {
	color: #0000FF;
}

a:hover {
	color: #008888;
	text-decoration: none;
}

a:visited {
	color: #9400FF;
}

.left {
	float: left;
	margin-left: 1em;
}

.right {
	float: right;
	margin-right: 1em;
}

/* Images and Inputs */
img {
}

.image-left {
	float: left;
	margin-left: 1em;
}

.image-center {
	float: none;
	margin-left: 1em;
}

.image-right {
	 float: right;
	 margin-left: 1em;
 }
