

#body_content {
	font-size: .9em;
	line-height: 1.2em;
	color:#222222;
}



a  {
	color:#002e4e;
	text-decoration: none;
	font-weight: bold;
}

a:hover  {
	color:#97c2ec;
}

a.more {
	clear:both;
	display:block;
	padding-top:1em;
	text-align:right;
}

span.off {
	display: none;
}


p {
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	font-family: Georgia, serif;
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0 0 10 0;
	border-bottom: 1px solid #002e4e;
	color: #002e4e;
}

h2 {
	font-family: Georgia, serif;
	font-size: 1.5em;
	padding: 0px;
	margin-top: 1.4em;
	margin-bottom: .7em;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: underline;
	color: #002e4e;
}

h3 {
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #002e4e;
}

h4 {
	font-family: Georgia, serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #002e4e;
}

h5 {
	font-family: Georgia, serif;
	font-size: 1.1em;
	line-height: 2.2em;
	color: #002e4e;
}

/* Special Formatting */
.quote {
	font-size: 1.2em;
	line-height: 1.3em;
	border: 1px solid #002e4e;
	background-color: ;
	color: ;
	padding: 1em;
}

/* Hacking Individual Pages */

/* "Edit My Profile" -> "Photo" Current Picture */
.column h2 {
	margin-top: 10px;
}


div.pressbox {
	border: 1px solid #002e4e;
	padding: 5px;
	margin-bottom: 10px;
	background-image:url();
	background-position: top;
	background-repeat: repeat-x;
	overflow: auto;
	display:block;
	float:right;
}

div.pressbox h2 {
	padding: 0;
	margin: 0;
	font-size: 110%;
	border:0;
	text-decoration:none;
}

div.pressbox span {
	border-top: 1px solid #002e4e;
	font-style: italic;
	font-size: 85%;
	display: block;
	width: 100%;
	text-align: right;
}
div.pressbox p {
	padding: 5px 0px 3px 0px;
	margin: 0;
	font-size: 90%;
	text-align: justify;
}

div.pressbox ul {
	padding: 0px 0px 0px 35px;
	margin: 0px;

}

div.pressbox ul li {
	margin: 0px 0px;
	font-size: 90%;
	padding-top: 5px;
}