/********** Left panel styling **********/

#leftpanel	{
		float: left;
		width: 250px;
		border: 1px solid #999933;
		margin: 10px 0 0 0;
		padding: 10px;
}

#leftpanel p	{
		font-size: 90%;
		
}

#leftpanel img	{
		padding: 1px;
		border: solid 1px #999933;
}

#leftpanel h5	{
		text-align: center;
		font-weight: bold;
		font-size: 110%;
}


/*************Content Panel Styling*************/

#content	{
		background: #fff;
		margin: 22px 0 0 300px;
		font-size: 95%;
}

#content img	{
		border: solid 1px #999933;
		float: left;
		margin: 0 15px 0 0;
}


/************Table Styling**************/

#table img	{
		margin: 15px 15px 0 0;
		border: solid 1px #999933;
}

/**********General Styling**********/

.header		{
		font-size: 150%;
		text-align: center;
		text-decoration: underline;
		font-weight: bold;
}

.ilbold		{
		font-weight: bold;
}