
body {
	background-color: white;
	color: black;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	margin-right: 25%;
	margin-left: 1%;
	margin-top: .5%;
	display: inline-block;
	
	}
#container {
	width: 760px;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}

h1.graphic {
	
	}
h1.parenthetic {
	margin-top:-15px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

div.important_red {
	color: #FF0000;
	font-weight: bold;
	}

div.important_blue {
	color: #38648A;
	font-weight: bold;
	}

div.bluebox {
	background-color: #DDE2EA;
	padding: .5em;
	margin-left: 20px;
	border: none;
	width: 200px;
	float: right;
	position: relative;
	}




	
