/* standard customized pre-defined elements */

body {
	background-color: #E8D8AC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a { 
	color: #710f73;
	font-weight: bold;
}
 
a:hover { 
	color: #336699;
	font-weight: bold;
}
 
b,strong {
	font-weight: bold;
}

h1 {
	font-size: 16px;
	padding: 5px 5px 5px 5px;
}

h2 {
	font-size: 14px;
	padding: 5px 5px 5px 5px;
}

h3 {
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}

img { 
	border: 0;
	float: none;
}

ul,li {
	line-height: 1.0em;
}

/* custom defined elements */
/*			   */

#refund_policy {
	float: right;
	width: 612px;
	padding: 5px;
	}


#iframe_on {
	text-align: left;
	width: 612px;
	height: 330px;
	overflow: scroll;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	padding: 0px;
	margin: 10px;
	overflow-x: hidden;
   overflow-y: scroll;
}

#iframe_off {
	text-align: left;
	width: 612px;
        height: 338px;
	overflow: hidden;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center top;
        padding: 0px;
        margin: 0px;
}

.contact_form {
	border: solid #64929C 1px;
	text-align: left;
	margin: 5px;
	padding: 5px;
	background: #B4D7D8;
	color: #B04F2C;
        font-weight: bold;
}

.contact_text {
        text-align: left;
        color: #B04F2C;
        font-weight: bold;
	margin: 4px;
	padding: 5px;
}


input.contact_form,textarea.contact_form {
	 border: solid #64929C 1px;
	 background: #C7EBEC;
	 margin: 0px;
	 padding: 2px;
	 font-size: 10px;
	 font-weight: normal;
	 width: 240px;
}

.events_link {
	font-size: 11px;
        line-height: 1.0em;

}