html{
		overflow-y: scroll;
}

body{
	font-family: "Georgia";
	font-size: 1em;
	background-color: #522d80;
	margin: 0px;
}

.important{
	font-weight: bold;
	font-style: italic;
	color: #F66733;
}

strong{
	color: #522d80;
}

#bg, #bg2{
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	opacity: .2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
}

.bgImage, .bgImage2{
	margin-top: 0px;
	margin-left: 0px;
}

#content-wide>h1{
	margin-top: 5px;
	margin-bottom: -2px;
	font-size: 1.5em;
	text-align: center;
}

#content{
		margin-top: 50px;
		width: 650px;
}

#content, #content-wide{
	background-color: white;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
}

#content-wide{
	border: 1px solid white;
}

h1, h2, h3{
	font-weight: bold;
	margin-bottom: 0px;
}

h1{
	font-size: 2em;
	color: #522d80;
}

h2{
	font-size: 1.4em;
	margin-top: 1em;
	color: #522d80;
}

h3{
	font-size: 1em;
	margin-top: 0.7em;
	color: #F66733;
}

p{
	margin-top: 9px;
	margin-bottom: 3px;
}

a{
	text-decoration: none;
	color: #F66733;
}

a:hover{
	color: #522d80;
}

ul{
    list-style: none;
    text-indent: -25px;
	margin: 0px;
	margin-top: 9px;
	padding-left: 28px;
}

ul li{
	margin-bottom: 3px;
}

ul li:before {
    content: "\25B6";
    color: #F66733;
    font-size: 0.6em;
    line-height:80%;
	margin-right: 14px;
}

.menu{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:10px;
	margin-bottom: 10px;
	text-align: center;
}

.menu>li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.menu li:before{
	content: "|";
	margin: 7px;
	color: #F66733;
}

.menu li:first-child:before{
	content: "";
	margin: 0px;
}

.menu li.first:before{
	content: "";
	margin: 0px;
}

*+html .menu li{
	border-left: 1px solid #F66733;
	margin-left: 12px;
	padding-left: 12px;
}
ß
*+html .menu { height: 1%; }

*+html .menu li:first-child { 
	border-left: 0; 
	margin-left: 0px;
	padding-left: 0px;
}



.sub{
	font-size: 0.8em;
}

.selected{
	font-weight: bold;
	color: #F66733;
}

.details>p{
	margin-top: 0px;
	margin-bottom: 0px;
}

p.gap{
	margin-top: 6px;
}

#bodyText{
	margin: 15px;
}

#bodyTemp{
	float: left;
}

img{
	margin: 15px;
}

img.left{
	margin-left: 0px;
	float: left;
	clear: left;
}

img.right{
	margin-right: 0px;
	float: right;
	clear: right;
}

img.top{
	margin-top: 9px;
}

img.bottom{
	margin-bottom: 0px;
}

div.center{
	margin-top: 20px;
	margin-left: 50px;
}

#clear{
	clear: both;
	display: block;
	content: ".";
}

.callout{
	font-style: italic;
	color: #F66733;
}

.resume p, .resume li{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
}

.resume li{
	margin-bottom: 5px;
}

.resume li:before {
    color: #000;
	margin-right: 18px;
}

.resume li>span{
	position: relative;
	left: -10px;
}

p.spaceBefore{
	margin-top: 12px;
}

.note{
	font-size: 0.8em;
	color: #666;
	margin-top: 0px;
}

.highlight{
	color: #F66733;
}

.lifechanger{
	font-weight: bold;
	text-align: center;
	width: 98%;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #F66733;
}

.lifechanger a{
	color: #A25016;
}

.lifechanger a:hover{
	color: #522d80;
}

.centered{
	text-align: center;
	font-style: italic;
	margin-top: -5px;
	padding-bottom: 3px;
}

.bullet{
	float: left;
	width: 25px;
}

.cite{
	margin-left: 30px;
	padding-bottom: 10px;
}