body{
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 78.5%;
	width: 99%;
}

img{
	border: 0 none;
}

#content a,
#content a:link,
#content a:active,
#content a:visited{
	color: #000;
	border-bottom: 1px dashed #FF0000;
	text-decoration: none;
}
#content a:hover{
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}
#content a.noBdr,
#content a.noBdr:link,
#content a.noBdr:active,
#content a.noBdr:visited{
	border-bottom: 0 none;
}
#content a:hover{
}

.clearer{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

#page{
}

#header{
	width: 100%;
	clear: both;
}

#header h1 a{
	background: url(../images/Logo_Paddlathon.png) no-repeat 0 0;
	width: 440px;
	height: 120px;
	display: block;
	text-indent: -10000px;
	float: left;
}

#header ul{
	list-style: none;
	width: 440px;
	height: 60px;
	padding: 0;
	margin: 0;
	float: right;
}

#header ul li{
	float: left;
}

#colLeft{
	padding-right:15px;
	min-width: 30em;
	margin-right: 250px;
}
#colRight{
	position: relative;
	width: 250px;
	float: right;
	text-align: right;
}

.form fieldset{
	border: none;
	border: 1px solid #7E7ED3;
	width: 30em;
	background-color: #D9E6F2;
	padding: 5px;  
}

.form fieldset legend{
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	color: #990000;
	background-color: #fff;
	border: 1px solid #7E7ED3;        
	padding: 0 10px;
}

.form fieldset div {
	position: relative;
	clear: both;
	margin: 0 0 5px 0;
}
div.textBoxSml label,
div.textBox label{
	width: 8em;
	display: block;
	float: left;
	font-weight: bold;
}
em.example{
	color: #900;
	font-style: normal;
	font-weight: normal;
}
div.textBoxSml label em,
div.textBox label em {
	position: absolute;
	left: 25em;
	top: 0;
	color: #900;
	width: 15em;
	float: left;
	text-align: left;
	font-style: normal;
	margin: 0.25em 0;
	font-weight: normal;
}
div.textBox input {
	width: 15em;
}
div.textBox textarea {
	width: 15.4em;
}
div.textBoxSml input {
	width: 8em;
}

.submit{
	font-size: 1.5em;
	font-weight: bold;
}

#thanks{
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
	padding: 20px;
}

#thanks h1{
	padding: 0;
	margin: 0;
}

#thanks h2{
}

.donateNow{
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
	color: #FF0000;
	font-size: 1.3em;
	font-weight: bold;
}
#content .donateNow a,
#content .donateNow a:link,
#content .donateNow a:active,
#content .donateNow a:visited{
	border-bottom: 0 none;
	display: block;
	width: 100%;
	padding: 5px 20px;
}
