/* CSS Document */
<!--
label {
	display:block;
	clear:both;
	font-weight:bold
}

select#DC, select#MD, select#VA, select#fave {
	width:300px;
	margin-bottom:15px
}

select, option {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px
}

#submit {
	font-size:20px;
	clear:both
}

div#contest {
	padding-left:25px;
	padding-right:25px;
	border-top:3px solid #346633;
	border-bottom:3px solid #346633;
	background:#F0FFF0 url(../img/bg-stars.gif) right bottom no-repeat
}

.radio {
	float:left;
	clear:none
}

#emailage {
	display:block;
	height:75px
}
.intro_text {
	font-size:14px
}
.subhead {
	font-size:16px;
	font-style:italic
}

/*=====FOR BAR GRAPH=====*/
.graph_title {
	font-weight:bold;
	margin:0px;
	padding:0px
}
.graph {
	width:200px;
	height:90px;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	padding-top:10px;
	text-align:left;
}
/*.regions {
	position:relative;
	clear:left;
	float:left;
	left:70px
}*/
.graph div {
	height:20px;
	margin-bottom:10px;
}
.bar1 {
	background:#72A433
}
.bar2 {
	background:#A9D374
}
.bar3 {
	background:#D0E8B3
}
.graph div a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding:3px 0px 0px 3px;
	position:absolute;
	width:200px
}
.graph div a:hover {
	text-decoration:underline
}
.wrapper {
	padding:15px;
	border:1px solid #000000;
	position:relative;
	clear:left;
	float:left;
	left:70px
}
-->