	body	{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:30px;
	margin-left:50px;

}
	td	{
	font-size:12px;
	
}
	p	{

}

	br	{

}

h2	{
color:#990000;
font-size:18px;
font-weight:bold;
}

	#everything	{
width:850px;
height:850px;
background:#ffffff;
border: #ab0535 solid 1px;
padding:25px;
}

	#header	{
width:800px;
height:50;
vertical-align:middle;
background:#ffffff;
/*border: #626667 solid 1px;*/
text-align:left;
}

.logo 	{
position:relative;
margin-left:-52px;
margin-top:-45px;
}

.topimg	{
position:relative;
margin-left:200px;
margin-top:-105
}



/*#nav	{
width:800px;
height:40;
vertical-align:middle;
background:#990033;
border: #000000 solid 1px;
margin-top:25px;
line-height:40px;
}*/

.navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #903;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size:12px;
}

.navcontainer ul li { display: inline; }

.navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #903;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

.navcontainer ul li a:hover
{
background-color: #626667;
color: #fff;
}



	#maintext	{
width:800px;
height:500;
vertical-align:middle;
background:#ffffff;
margin-top:25px;
text-align:left;

}

.sideimg	{
position:relative;
float:left;
margin-left:-75px;
margin-right:25px;
}

/*	#footer	{
width:800px;
height:40;
vertical-align:middle;
background:#6a747d;
border: #000000 solid 1px;
margin-top:25px;
line-height:40px;
}*/

	#copyright	{
font-size:10px;
margin-top:25px;
}	
/*	ul	{
background:#990033;
text-align:center;
}

	li	{
	display:inline;
	padding: 0px 15px;
	/*margin: 0px -5px;
	list-style: none;
	color:#ffffff;
	font-weight:bold;
	
}*/

.portrait {
	float: left;
	padding: 15;
	text-align:center;
	font-weight: bold;
	font-size:9px;
	width:200px;
	clear:left;
	width:110px;
	height:160px;
}

.bio {
	margin-left: 50px;
	text-align: left;
	padding: 15;
	height:225px;

}

.nicelist {
    margin-left: 20px;
    padding-left: 0;
    list-style: none;
    }
	
.nicelist li {	
    padding-left: 20px;
    background-image: url(..images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    }

html[xmlns] .nicelist {
    padding-left: 2em;
    }

html[xmlns] .nicelist li {
    background: none; /* undo the background-image */
    list-style-image: url(../images/bullet.jpg);
    padding: 0;
    }

