* {
	list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

body {
	text-align:center;
}

#master_container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#main_body {

	position:relative;
	width: 793px;
	margin-left:auto;
	margin-right:auto;
	padding-top:13px;
}
#header {
	background-image:url(images/offer_header.jpg);
	width: 793px;
	height: 122px;
}
#header_tournament {
	background-image:url(images/offers_tournament.jpg);
	width: 793px;
	height: 122px;
}
#header_tournament_part {
	background-image:url(images/offers_tournament_part.jpg);
	width: 793px;
	height: 122px;
}
#body_content {
	background-image:url(images/body_back.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position:relative;
	width: 793px;
	text-align:left;
}
#left_column {
	width: 150px;
	float:left;
	position:relative;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color:#203c54;
}
#center_column {
	width:409px;
	float:left;
	position:relative;
	margin: 20px 5px 20px 20px;
}
#right_column {
	width: 139px;
	float:right;
	position:relative;
	padding: 10px 10px 10px 10px;
	margin: 10px 5px 10px 5px;
}
table#inputform {
	border:0;
	margin-top:10px;
}
table#inputform td {
	padding-bottom: 7px;
	vertical-align:top;
}
.title_area {
	width: 140px;
}
.table_outline {
	border: #203c54 solid 1px;
}
#footer {
	clear:both;
	background-color:#203c54;
	padding-top:10px;
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.submit_button input {
	color: #fff;
	background: #222932;
	border: 2px outset #b1b9c4;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 90%;
	cursor: pointer;
	height: 22px; width: auto;
}
.submit_button a {
	color: #fff;
	background: #222932;
	border: 2px outset #b1b9c4;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 90%;
	cursor: pointer;
	height: 22px; width: 50px;
}
.comment_border {
	border:#999999 thin solid;
}

.photo_float {
	float:left;
	margin: 0 7px 7px 0;
}





.dark_orange {
	color:#e8a517;
}
.gray1 {
	color:#636363;
}
.darkblue {
	color:#203c54;
}
.fontfamily1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.fontfamily2 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.white {
	color:#fff;
}
.white a, .white a:visited {
	color:#fff;
	text-decoration:underline;
}
.yellow {
	color:#ffc60a;
}
.pale_yellow {
	color:#fee591;
}



h1 {
	font-size:15pt;
	margin-bottom: 20px;
}
h2 {
	font-size:9pt;
	margin-bottom: 10px;
}
h3 {
	font-size:8pt;
	font-weight:bold;
	margin-bottom:3px;
	text-align:left;
}
h4 {
	font-size: 10pt;
	font-weight:bold;
}
h5 {
	font-size:8pt;
	margin: 10px 0 10px 0;
}

.body_text {
	font-size: 8pt;
	margin-bottom:7px;
}
.small_text {
	font-size:7pt;
	margin-bottom: 5px;
}
ul.body_bullets {
	margin:0;
	padding:0;
}
ul.body_bullets li {
	list-style-type:disc;
	list-style-position:inside;
	font-size:8pt;
	margin-left:5px;
	margin-bottom: 3px;
	line-height:1.2em;
}

.quote {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
	quotes: "\201C" "\201D";
	line-height:1.1em;
}




