body,td { 
	font-size:.85em;
	font-family:arial,helvetica,verdana,'sans serif';
	background-color:#DCE25C;
	text-align:center;
	
}

a { 
	color:#F14E27;
}


h2,h1 {
font-size:180%;

}

legend {
	font-size:110%;
	font-weight:bold;
	color:#F14E27;

}
fieldset {
	padding:3px;
}

ul{
	float: left;
	width: 12em;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left:solid 1px #000000;

}


li {
	margin:0px;
	//list-style-image: url(/images/bullet.gif);
	padding:2px;
}

.bullet_list{
	font-weight:bold;
	font-size:.9em;
	width:150px;
	float:left;
	style:block;
	position:relative;
}

#header{
	repeat-x;
}


.fn {
	font-size:10px;
}


#form {
	width:500px;
}

#form h2 {
	background-color:C63514;
	padding:3px;
	color:#FFFFFF;

}

#form .fields {

	width:99%;
	font-size:75%;

}


#review {
	background-color:#fef1e9;
}

#review .box1 {
	border-top: 1px dashed #C63514;
	border-bottom: 1px dashed #C63514;
}

#review .box2 {
	border-bottom: 1px dashed #C63514;

}

#review .headline {
	font-size:150%;
	font-weight:bold;

}

#review .text {
	padding:5px;
	margin-bottom:10px;
}

#review .small {
	font-size:90%;

}



#container{
	width:625px;
	min-width:625px;
	background-color:#FBFCE9;
	horizontal-align:center;
	margin-top:1em;
	margin-bottom:1em;
	style:block;
	height:auto;
 	repeat-y;
}


.nav{
	padding:.25em;
	font-size:.85em;
	font-weight:bold;
	border-bottom:solid 1px #000000;
	text-align:center;
}
	
	
#content {
	padding: 1em;
	text-align:left;
	
	
	}

.clear{
	clear:both;
}


