body{
	margin: 20px 0px;
	padding: 0;
	background: #eb7c23 url(images/background.jpg) repeat-x top;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2, h3, h4, p{
	margin: 20px;
}
h1, h2, h3, .h3, h4{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h1{
	margin: 0 20px;
	font-size: 18pt;
	color: #000000;
	letter-spacing: 0.025em;
}
h1 i{
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
h2{
	margin: 10px 20px 50px 20px;
	font-size: 150px;
	line-height: 102px;
	color: #EEEEEE;
	/*background: red;*/
}
h3, .h3{
	font-size: 18pt;
	color: #78be42;
}
h4{
	margin: 20px 0 0 20px;
	font-size: 12pt;
	font-weight: bold;
	color: #eb7c23;
}
p, li{
	font-size: 10pt;
	line-height: 150%;
}
li{
	margin-right: 20px;
}
a{
	color: #eb7c23;
}
a:hover{
	color: #cb6717;
}
i{
	font-family: Georgia, "Times New Roman", Times, serif;
}
.clear{
	clear: both;
}
img, object{
	display: block;
	border: 0;
}
.page{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
.top{
	height: 40px;
	background: #FFFFFF url(images/bg-top.gif) no-repeat top;
}
.navigation{
	margin: 10px 0px 10px 15px;
}
.navigation ul, .navigation li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation li{
	float: left;
	margin: 0 5px;
}
.navigation a{
	display: block;
	padding: 5px 0;
	width: 105px;
	background: #999999;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.05em;
}
.navigation a:hover{
	background: #eb7c23;
}
.body{
	width: 630px;
	padding: 1px 310px 1px 20px;
	background: #FFFFFF url(images/lady.jpg) no-repeat 650px 0px;
	border-bottom: 20px solid #FFFFFF;
}
.sidecol, .maincol{
	float: left;
}
.sidecol{
	width: 230px;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}
.sidecol b{
	font-size: 14pt;
	font-weight: normal;
}
.sidecol .h2{
	font-size: 18pt;
	font-weight: normal;
}
.maincol{
	width: 400px;
}
.sponsors{
	border-top: 3px dotted #999999;
	padding: 1px 20px;
	background: #FFFFFF;
}
.sponsors td{
	padding: 20px 0 0 20px;
}
.bottom{
	height: 40px;
	background: #FFFFFF url(images/bg-bottom.gif) no-repeat bottom;
}
.credit{
	font-size: 8pt;
	color: #DDDDDD;
}
.credit a{
	color: #EEEEEE;
	text-decoration: none;
}
.credit a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}