/*
 * IE is the biggest fucking piece of shit on the face of the earth.
 *
 * yes, I *am* a moron
 *
 */
body, p {
	font-size: 10pt;
	font-family: "Nimbus Sans L", Arial, sans-serif;
	margin-bottom: 6pt;
}
p {
	background-color: transparent;
}
body {
	color: #efefef;
	background-color: #9999aa;
}
ul {
	/* url("../images/arrow.gif") */
	background-color: transparent;
	color: #333355;
	list-style: outside disc;
	margin-top: 3pt;
}
li {
	margin-bottom: 12pt;
}
a {
	font-weight: bold;
	color: rgb(62, 62, 183);
	background-color: transparent;
	text-decoration: none;
	padding: 1pt;
	border-width: 1px;
	border-style: solid;
	border-color: #efefef;
}
a:hover {
	color: rgb(0, 0, 0);
	background-color: rgb(153, 153, 204);
	text-decoration: none;
	padding: 1pt;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
a.body {
	border-color: #9999aa;
	padding: 0px;
}
a.body:hover {
	background-color: #efefef;
}
a.plain {
	padding: 0px;
	text-decoration: none;
	color: #9999aa;
	background-color: transparent;
	border-width: 0px;
}
.small {
	font-size: 8pt;
	font-family: "Nimbus Sans L", Arial, sans-serif;
	letter-spacing: 1pt;
}
.title {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	font-size: 15pt;
	font-family: "Nimbus Sans L", Arial, sans-serif;
	text-align: center;
	letter-spacing: 2pt;
}
.heading {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	font-style: oblique;
	font-size: 14pt;
	font-family: "Nimbus Sans L", Arial, sans-serif;
	font-variant: small-caps;
	letter-spacing: 1pt;
	padding-left: 5pt;
}
div.subtitle {
	font-weight: bold;
	background-image: url("/ryan/img/transbar.png");
	background-color: transparent;
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 10pt;
	font-family: "Nimbus Sans L", Arial, sans-serif;
	text-align: left;
	letter-spacing: 1.5pt;
}
div.spacer {
	clear: both;
	margin: 5pt;
}
div.container {
	color: #333355;
	background-color: #efefef;
	border-style: groove;
	border-width: 3px;
	border-color: #000000;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 3pt;
	padding: 4pt;
}
div.news {
	float: right;
	width: 39%;
	border-left: 1px dashed #000000;
}
ul.news {
	padding-right: 1%;
}
div.projects {
	float: left;
	width: 60%;
}
ul.projects {
	padding-right: 1%;
}
img.button {
	border-width: 0px;
	margin: 0px;
}
.adsense728 {
	width: 728px;
	margin: 6px auto 0 auto;
}
