@charset "utf-8";


body {
	background: #fff;
	font-size: 11pt;
}


a:link, a:visited, a:active {
	color: #cc0000;
}

a:hover {
	color: #333;
	text-decoration: underline;
}


/*Remove unwanted elements for print */


h1 {
	text-indent: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000;
}

h2 {
	
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: left;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: left;
}


#wrapper, #header, #middle,  {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
#header {
	display: none;
}
#nav {
	display: none;
}
#nav ul {
	display: none;
}
#nav ul li {
	display: none;
}
#nav a {
	display: none;
}
#nav  a:hover  {
	display: none;
}


#nav .nav1 {
	display: none;
}

#nav .nav1:hover {
	
	display: none;
	
}

#nav .nav1 a {
	display: none;
}


#nav .nav2 {
	display: none;
}

#nav .nav2:hover {
	display: none;
}

#nav .nav3 {
	display: none;
}

#nav .nav3:hover {
	display: none;
}

#nav .nav4 {
	display: none;
}

#nav .nav4:hover {
	display: none;
}



#content_home_left {
	
	text-align: justify;
	
}

#text_left {
	
}

#content_home_right  {
	
}
#content_home_right_p  {
	display: none;
}
#content_home_right_p p {
	padding: 0;
}

#content_home_right a {
	display: none;
}
#content_home_right a:hover {
	display: none;
}


#form {
	display: none;
}

#terms {
	padding: 0 45px 20px;
}
#terms ol {
	margin: 0 20px;
	font-size: 11px;
	text-align: justify;
}
#terms ol li {
	margin: 0 0 10px 0;
}
#congratulations {
	padding: 0 45px 20px;
}
#congratulations img {
	float: right;
}


#congratulations h2 {
	text-transform: uppercase;
	font-size: 42px;
	letter-spacing: -2px;
}
#print {
	display: none;
}

#footer {
	
}

#footer p {
	font-size: 10pt;
	color: #fff;
	float: right;
	text-align: right;
	padding: 50px 50px 0 0;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ccc;
}

.clear {
	clear: both;
}

.larger {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 7px 0;
}
.smaller {
	font-size: 10px;
}


.red {
	color: #CC0000;
	font-weight: bold;
}


blockquote {
	margin: 10px;
}
