body 
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	/* margin: 0 auto; */
}

h1
{
	font-size: 200%;
	line-height: 140%;
	font-weight: bold;
}

#left
{
	float:left;
	width: 400px;
	padding-right: 20px;
	border-right: 1px solid #CCC;
}

div.leftTwo
{
	float:left;
	width: 400px;
	padding-right: 20px;
}

#topbor
{
	margin-top: 100px;
	border-top:1px solid #CCC;
	
}

#right
{	
	width: 400px;
	margin-left: 440px;
}

p.normal
{
	font-size: 78%;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
}

p.small
{
	
	font-size: 70%;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
}

ul
{
	font-family: "Trebuchet MS";
	font-size: 80%;
	font-weight: normal;
	list-style-type: square;
	
}

li
{
	padding-bottom:10px;
}

a
{
	color: blue;
}
