
#container
	{
	width: 790px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	width: 61em;
	}

body 
	{
	background-color: white;
	text-align: center;
	}
	
#header
	{
	width: 760px;
	height: 112px;
	}

#navbar
	{
	width: 760px;
	height: 66px;
	}

.leftcol
	{
	width: 15%;
	height: 690px;
	float: left;
	padding-right: 5px;
	text-align: center
	}

.midcol
	{
	width: 58%;
	height: 690px;
	float: left;
	text-align: center
	font-family: "Times New Roman", Times, serif;
	Color: black;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
        padding-top:40px;
	}

.rightcol
	{
	width: 24%;
	height: 690px;
	padding-left: 5px;
	float: left;
	text-align: left
        padding-top:40px;
	}

h1.heading1
	{
	font-family: "Times New Roman", Times, serif;
	Color: black;
	font-size: 270%;
	font-weight: bold;
	text-align: center;
	}

p.class1
	{
	font-family: "Times New Roman", Times, serif;
	Color: black;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	}
#class1blue
	{
	color:#0033FF;
	font-size: 150%;
	font-weight: bold;
	font-style: italic
	}

#class1heavy
	{
	font-size: 110%;
	font-weight: bold;
	font-style: italic
	}
