@import url("nav.css");
@import url("sections.css");

a:link, a:visited { color: #663366; text-decoration: none; }
a:hover { color: #FF9900; text-decoration: none; }

body {
	margin: 30px;
	background: #fff;
	font: 12px helvetica, arial, verdana, sans-serif;
	line-height: 18px;
	color: #999;
	}
	
.container {
	margin: 0px auto;
	width: 731px;
	}

.logo {
	margin: 0px 0px 12px 20px;
	display: block;
	}

.sectiongraphic {
	display: block;
	width: 730px;
	height: 129px;
	text-indent: -3000px;
	}

.contentwrapper {
	background: transparent url('/_images/content_bg.gif') repeat-y;
	margin: 0px;
	}
.content {
	background: transparent url('/_images/content_top.gif') no-repeat;
	padding: 26px 24px;
	min-height: 156px;
	}
.contentbottom {
	background: transparent url('/_images/content_bottom.gif') no-repeat;
	width: 730px;
	height: 15px;
	}

.content hr {
	height: 1px;
	font-size: 1px;
	border-top: 1px dotted #ccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 11px 0px 12px 0px;
	}
	
.content h1 {
	margin: 0px 0px 6px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #999;
	}	
.content h2 {
	margin: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	}	
.content h3 {
	margin: 0px;
	font-weight: normal;
	font-size: 14px;
	color: #663366;
	}	
.content h4 {
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	}	
.content h5 {
	margin: 12px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	}	
		
.content p {
	margin: 0px 0px 12px 0px;
	}
.clipboard h5 { text-transform: uppercase; }
.clipboard div {
	line-height: 22px;
	margin: 30px 0px;
	}

#clickered { font-size: 10px; }
	
.submit {
	margin-top:12px;
	}
	
.typeofevent {
	 margin: 4 px 0px;
	 }

.gallery { margin: 12px 0px 0px 12px; text-align: center; }
	 
.gallery img { 
	margin-right: 12px;
	}
	
.paynow {
	font-size: 14px;
	line-height: 22px;
	margin-top: 16px;
	}