a
{
	text-decoration: none;
}

body
{
	text-align: center;
}

img
{
	vertical-align: middle;
	border: 0;
}

.everything
{
	margin:auto;
	width: 850px;
	border-width: 1px;
	text-align: left;
}

.logo
{
	position: relative;
	float: left;

	top: 10px;
	left: 0px;
	width: 140px;
	padding: 20px;
	height: 160px;
}

.top
{
	position: relative;
	float: left;

	top: 10px;
	right: 0px;
	width: 625px;
	padding: 20px;
	height: 160px;

	text-align: center;
	font-family: "Trebuchet MS","Arial","Sans";
	font-size: 32px;
}

.side
{
	position: relative;
	float: left;

	top: 30px;
	left: 0px;
	width: 140px;
	padding: 20px;

	border-style: solid;
	border-width: 1px;
	font-family: "Trebuchet MS","Arial","Sans";
	font-size: 15px;	
	background: rgb( 230,230,230 );
}

.text
{
	position: relative;
	float: right;

	top: 30px;
	right: 0px;
	width: 610px;
	padding: 20px;

	border-style: solid;
	border-width: 1px;
	font-family: "Trebuchet MS","Arial","Sans";
	font-size: 15px;
	background: rgb( 230,230,230 );
}

.itemRow
{
	position: relative;
	float: left;

	height: 75px;
	width: 610px;

	vertical-align: middle;
}

.leftItem
{
	float: left;
	width: 300px;
	height: 75px;

	text-align: center;
	vertical-align: middle;
}

.rightItem
{
	float: right;
	width: 225px;
	height: 75px;

	text-align: center;	
}

.rightFloat
{
	float: right;
	margin: 10px;
}

.rightText
{
	position: relative;
	top: 20%;
}

.nameSpan
{
	float: left;
	position: relative;
	width: 535px;
	left: 15px;
	height: 70px;

	padding: 20px;
}

.headingFont
{
	font-size: 20px;
}

.paddingSpan
{
	float: left;
	position: relative;
	width: 535px;
	left: 15px;
	height: 20px;
	font-size: 5px;
}

.bottomPadding
{
	position: relative;
	float: left;

	width: 100%;
	height 20px;
}

.grayText
{
	color: rgb(196,196,196);
}

.subtitle
{
	float: right;
	margin: 10px;

	font-size: 18px;
}

.awardBox
{
	position: relative;
	float: left;

	width: 565px;
	margin: 15px;
	padding: 5px;

	margin-top: 15px;
	margin-bottom: 15px;


	border-color: rgb( 0,0,255 );
	border-style: dotted;
	border-width: 2px;

	font-size: 14px;
}

.rightNoMarginFloat
{
	position: relative;
	float: right;

	top: 0px;
	width: 58%;

}

.leftNoMarginFloat
{
	float: left;
}




