@charset "UTF-8";

/* ===== colors ================================================== */

.color1 { color: #282563; }

.color2 { color: #369; }

.reqstar { color: #C00; }

.success { color: #0C0; }

/* ===== base ================================================== */

html,
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

a {
	color: #282563;
	outline: none;
}

address { margin: 1em 0; }

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong { color: #000000; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.25em; }

hr {
	margin: 2em 0;
	border: none;
	border-top: 4px dotted #000000;
}

/* ===== content ================================================== */

#content { line-height: 1.6em; }

#content li { margin-bottom: .5em; }

#footer p { font-size: .75em; }

/* ===== form ================================================== */

form ol li label {
	display: inline-block;
	background-color: #FFF;
	width: 110px;
	margin-right: 5px;
	padding: .25em 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

form ol li li label {
	display: inline;
	width: auto;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

form ol li label#otherlabel {
	display: inline-block;
	width: 110px;
	margin-right: 5px;
	padding: .25em 2em .25em 0;
}

form ol li input { width: 170px; }

form ol li select { width: 176px; }

form ol li input.radio,
form ol li input.checkbox,
form ol li input.submit { width: auto; }

form ol li input#zip { width: 70px; }

/* ===== default ================================================== */

.tiny {
	font-size: .83em;
	line-height: 1.3em;
}

.right {
	margin: 0 0 1em 1em;
	float: right;
}

.left {
	margin: 0 1em 1em 0;
	float: left;
}

.clear { clear: both; }

.reduced,
form,
fieldset,
form fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

.hide,
.noprint,
#logo,
#nav ul,
#colB,
#side,
a#btn_kleenex,
#panel,
#foot,
#footer ul,
#bug_games { display: none; }
