*, html, body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	background-color: white;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: black;
}

h1 {
	font-weight: bold;
	line-height: 26px;
	font-size: 24px;
}

#bill_of_rights {
	margin-left: 0px;
	font-weight: normal;
	line-height: 28px;
	font-size: 14px;
}

#bill_of_rights_complete {
	margin-left: 0px;
	font-weight: normal;
	line-height: 18px;
	font-size: 12px;
}

#organizations {
	height: 250px;
	margin-top: 100px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 18px;
	font-size: 14px;
}

div#content {
	border: 0px green solid;
	width: 930px;
	margin: 25px auto 25px auto;
}

div#content a {
	text-decoration: none;
	font-weight: bold;
	color: #1d1d74;
}

div#content a:hover {
	text-decoration: none;
	color: #f65012;
}


div#left_column {
	border: 0px black dotted;
	width: 370px;
	float: left;
	padding-right: 20px;
}

div#left_column_complete {
	border: 0px black dotted;
	width: 200px;
	float: left;
	padding-right: 30px;
}

div#center_column {
	border: 0px purple dotted;
	width: 55px;
	float: left;
	padding-right: 35px;
}

div#right_column {
	border: 0px orange dotted;
	width: 450px;
	float: left;
}

div#right_column_complete {
	border: 0px orange dotted;
	width: 600px;
	float: left;
}

div#photo {
	border: red solid 0px;
	float: left;
	width: 100px;
	padding: 0px 20px 20px 0px;
}

div#footer {
	border: blue solid 0px;
	width: 700px;
	margin: auto;
	padding: 15px 50px 50px 50px;
	text-transform: uppercase;
	font-size: 10px;
	color: 0d0e2d;
}

div#footer_left {
	float: left;
	border: red solid 0px;
	width: 700px;
}

div#footer_right {
	float: right;
	border: red solid 0px;
	width: 200px;
	text-align: right;
}

div#footer a {
	text-decoration: none;
	color: #0d0e2d;
}

div#footer a:hover {
	text-decoration: none;
	color: #f65012;
}