
/* ******** STANDARD TAGS ******** */

body, td, th, p {
	font: small Arial, Helvetica, sans-serif;
	color: #070707;
}

a {
	color: #681888;
	text-decoration: none;
}

a:visited {
	color: #681888;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ff8500;
}	

h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #1FBECA;
	margin: 18px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #F4EEF5;
}

h2 {
	color: #1FBECA;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em 0 0.33em 0;
}

h3 {
	color: #1FBECA;
	font-size: small;
	margin: 0;
}

.slink {
	font-size: 9px;
	color: #681888;
	text-decoration: none;
	text-align: left;
}

.emph {
	font-size: 1.6em;

	text-decoration: none;

}
.newshead {
	color: #1FBECA;
	font-size: small;
	font-weight: bold;
	margin: 0;
}
.newssumm {
	color: #333333;
	font-size: small;
	margin: 0;
}

p {
	margin: 0.5em 0;
}

img {
	border: none;
}

div.none {
	padding: 1em 0;
}

div.left {
	float: left;
	margin: 0 1em 0 0;
}

div.right {
	float: right;
	margin: 0 0 0 1em;
}

#secondary {
	font-size: 0.85em;
	color: #666;
}

/* ******** FAQS ******** */

div.faq-questions {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
}

table.faq th {
	vertical-align: top;
	text-align: left;
	width: 6%;
	padding-bottom: 10px;
}

table.faq td {
	width: 94%;
	vertical-align: top;
	text-align: left;
	padding-bottom: 12px;
}

div.faq-answers table.faq tr.question td {
	color: #000;
}

/* ******** FORMS ******** */

form {
	margin: 0 10%;
}

fieldset {
	border: 1px dotted #999;
	margin-bottom: 1em;
	clear: both;
	padding: 10px;
}

legend {
	background: #FFF;
	color: #999;
	padding: 0 5px;
}

div.field {
	clear: both;
	margin-top: 10px;
}

label {
	text-align: right;
	float: left;
	width: 20%;
}

div.input {
	float: right;
	width: 78%;
}

div.input .med {
	width: 180px;
}

div.input .long {
	width: 300px;
}

div.input .longish {
	width: 254px;
}

div.input input.tiny {
	width: 32px;
	margin-right: 8px;
}

/* ******** SUMMARIZERS ******** */

div#secondary div.summarizer h3 {
	font-size: small !important;
}

div#secondary div.summarizer p {
	font-size: x-small !important;
}

div.summarizer p {
	margin: 0 0 1em 0;
}

div.summarizer p.date {
	margin: 0;
	color: #999;
}


/* ******** LOGO TILES ******* */

div.logotile {
	width: 135px;
	float: left;
	text-align: center;
	margin: 1px;
	overflow: hidden;
	border: 1px solid #EEE;
	height: 80px;
}

