body {
	background-color:#ffffff;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}
/* FORM LEVEL MODS */
form {
	margin:0px;
}
/* GENERAL FORMATTING */
table.applybox {
	border:1px solid #999999;

	background-repeat:repeat-x;
	background-color:#EDF0F5
}
td.pads {
	padding-left:12px;
	padding-right:12px;
}
td.votes {
	border:1px solid #999999;
	background-repeat:no-repeat;
	height:173px
}
td.leads {
	border:1px solid #999999;
	background-repeat:no-repeat;
	height:173px
}
td.how {
	border:1px solid #999999;
	background-repeat:no-repeat;
	height:173px
}
td.search {
	border:1px solid #999999;
	background-repeat:no-repeat;
	height:173px
}
td.contact {
	border:1px solid #999999;
		background-repeat:no-repeat;
	height:173px
}
td.access {
	border:1px solid #999999;
	background-repeat:no-repeat;
	height:173px
}
td.info {
	border:1px solid #999999;
	background-repeat:no-repeat;
	height:130px
}

td.regborder{
	border:#999999 1px solid;
}
td.midshade {

	background-repeat:repeat-x;
	height:27px;
	display:table-cell;
	vertical-align:middle;
	padding-left:11px
}
td.midbody {

	background-repeat:repeat-x;
	background-position-y:50%
}
p.small {
	font-size:11px;
	line-height:16px;
}
p {
	line-height:19px;
}
p.normal {
	line-height:normal;
}
.footer {
	font-size:10px;
	color:#999999;
	line-height:18px;
}
.sm {
	font-size:10px;
}
/*TEST CRAP */
#outer {height:100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */


/* ANCHOR MODS */
a.black {
	color:#000000;
	text-decoration:none;
}
a.black:hover {
	color:#FF7F00;
	text-decoration:underline;
}
a {
	color:#F09111;
}
a.active {
	color:#336699;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
a.active:hover {
	text-decoration:underline;
	color:#FF7F00;
}
a.inactive {
	color:#7E8F9B;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
a.inactive:hover {
	text-decoration:underline;
	color:#FF7F00;
}
a.footer {
	color:#999999;
	text-decoration:none;
}
a.footer:hover {
	color:#FF7F00;
	text-decoration:underline;
}
/* H TAGS */
h1 {
	margin:0px;
	font-size:12px;
}
h1.blog {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
}
h2 {
	margin:0px;
	font-size:12px;
}
h3 {
	color:#096FA9;
	margin:0px;
	font-size:14px;
}
h3.smaller {
	color:#096FA9;
	margin:0px;
	font-size:12px;
}
.content_area { background-color: #FFFFFF }

