body {
	margin-left: 20;
    color: rgb(0, 0, 0);
    background-color: rgb(254,  256, 254);
    }
	
	
h2{
	font-family: arial;
	color: rgb(240, 240, 240);
	}
	

	
table.body{
}

table.maincontent{
	border: 0;
	width: 800;
	}
	
td.sidebar{
	background: rgb(100, 0, 0);
	width: 40;
	}
td.navbar{
	background: rgb(100, 0, 0);
	}
	
td.contentBar{
	background: rgb(160, 158, 140);
	width: 800;
	}	

td.photo{
	width: 250;
	}
	
td.content{
	width: 550;
	}
	
a.current{
	font-family: arial;
	font-weight: 900;
	line-height: 100%;
	text-decoration: none;
	font-size: large;
	color: rgb(100, 100, 250);
}

a.navlink{
	font-family: arial;
	font-weight: 700;
	font-size: medium;
	line-height: 100%;
	text-decoration: none;
	color: rgb(120, 128, 170);
}

a.headingLink{
	text-decoration: none;
	color: rgb(0, 0, 0);
	}

a.link{
	text-decoration: none;
	font-family: arial;
	}
	
p.header {
	font-size: 16pt;
	line-height: 115%;
	font-family: arial;
	color: rgb(20, 18, 18);	
	}
	
p.content {
    font-size: 11pt;
    line-height: 100%;
    font-family: verdana;
    color: rgb(50, 48, 40);
    }


