*{
	padding: 0px;
	margin: 0px;
}

html{
	background-color: #6B7B88;
}

body{
	font: 14px/18px Trebuchet MS, Helvetica, sans-serif;
	color: #000;
}

img{
	border: none;
}

a:link{
	color: #957963;
}

a:visited{
	color: #957963;
}

a:hover, a:active{
	color: #417BAD;
}

h1{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
}

h2{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}

h3{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

h4{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
}

h5{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}

h6{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}

.note{
	font-size: 10px;
}

.error, .selected{
	color: red;
}

.right_align{
	float: right;
}

#container{
	width: 900px;
	position: relative;
	margin: auto;
	background: #FFF;
}

#header{
	height: 150px;
	width: 900px;
	position: relative;
	text-align:center;
}

#left_col{
	position: relative;
	float: left;
	width: 200px;
	padding: 10px;
}

#navigation{
	margin-top: 10px;
	margin-left: 30px;
	font-size: 15px;
}

#navigation ul{
	list-style-type: circle;
	list-style-image:url(../_img/bullet.jpg);
}

#navigation li{
	margin-bottom: 5px;
}

#navigation a{
	text-decoration: none;
	vertical-align: 7px;
}

#navigation a:hover, #navigation a:active, #navigation a.selected{
	color: #417BAD;
}

#donated{
	width:196px;
	font-size:16px;
	text-align:center;
	margin-top:15px;
}

#content{
	position: relative;
	float: left;
	width: 660px;
	padding: 10px 10px 10px 10px;
}

#content p{
	margin-bottom: 10px;
}

#content ul{
	margin-left: 60px;
	margin-bottom: 10px;
}

#right_col{
	position: relative;
	float: right;
	width: 250px;
}

#fundraisers{
	float:right;
	width:240px;
	text-align: center;
	clear: both;
}

.fundraisers_table{
	width: 240px;
}

#add_links{
	float:right;
	margin-top:20px;
	width:240px;
	text-align: left;
	clear: both;
}

#sponsors{
	float:right;
	margin-top:20px;
	width:240px;
	text-align:center;
	clear: both;
}

.event{
	position: relative;
	flaot:left;
	width: 415px;
}

.event_item{
	position: relative;
	float: left;
	width: 350px;
	margin-bottom: 30px;
}

.event_image{
	position: relative;
	float: left;
	width: 85px;
}

.event_image img{
	float: left;
	padding: 3px;
	border: 1px solid #cc9933;
}

.event_text{
	width: 260px;
	float: left;
}

#footer{
	clear: both;
	padding: 5px;
}

#footer p{
	text-align: center;
}

/* Event Styles */

.event_img{
	position: relative;
	float: right;
	margin: 10px 0px 10px 10px;
}

.event form{
	float: left;
}

.event form input{
	color: #FFF;
	font-size: 10px;
	height: 17px;
	width: 68px;
	border: none;
	background: url(../_img/button-blank.jpg) no-repeat;
	cursor: pointer;
}

/* Form Styles */
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 15px 0;  
	padding: 0;
	border: none;
}

legend {  
	margin-left: 10px;  
	color: #000;  
	font-weight: bold;
}

fieldset ol {  
	padding: 10px 10px 0 10px;  
	list-style: none;
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 10px;
}

fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 122px; 
}

label {  
	float: left;  
	width: 100px;  
	margin-right: 10px;
}

fieldset fieldset {  
	margin-bottom: -25px;  
	border-style: none;  
} 

fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
	color: #000;
} 

fieldset fieldset ol {  
	position: relative;  
	top: -15px;  
	margin: 0 0 0 110px;  
	padding: 0;
} 

fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
}

fieldset.image_replace, fieldset.doc_replace, fieldset.video_replace {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 110px; 
	padding-bottom: 15px;
}

fieldset.image_replace legend, fieldset.doc_replace legend, fieldset.video_replace legend {
	padding-bottom: 5px;  
}

fieldset.image_replace ol, fieldset.doc_replace ol, fieldset.video_replace ol {  
	position: relative;  
	top: 0px;  
	margin: 0 0 0 0px;  
	padding: 0;
}