/* =clear everything
--------------------------------------------------------------------*/

body {
	background: #fff;
	font-size: 9pt;
	color: #333;
	width: 6.5in;
	}


p, ul, hr, dl {
	margin: 0 0 15pt 0;
}

ul {
	margin-left: .2in;
}

hr {
	border-top: 1pt solid #456;
	border-bottom: 0;
	height: 1pt;
}


@page {
	size: 8.5in 11in;
	margin: .5in .5in 1in .5in;
}

/* =headers
--------------------------------------------------------------------*/


h1 {
	font-size: 18pt;
}
h2 {
	font-size: 15pt;
}
h3 {
	font-size: 13pt;
}
h4, #side2 dt {
	font-size: 10pt;
}



/* =basic structure
--------------------------------------------------------------------*/

#head, #wrap, #main, #foot, #con {
	width: 7in;
}

#head {
	padding-top: 0;
	clear: both;

}


#main {
	float: none;
}

	
#con {
	padding: 0;
	margin: 0;
}


#side2, #foot {
	display: none;
}




/* =header
--------------------------------------------------------------------*/
#logo {
	display: block;
	clear: both;
	margin: 0;
}

#searchform {
	clear: both;
	margin: 0;
	padding: 0;
}

#searchform input {
	display: none;
}

#searchform p {
	margin: 0;
	clear: both;
	}

#searchform img {
	clear: both;
	margin: 0 0 .25in 0;
}


#searchform p.alr {
	display: none;
}

/* =navigation
--------------------------------------------------------------------*/

#navmain, .navsec, .tertiary, .flashHeader {
	display: none;
}



/* =footer elements
--------------------------------------------------------------------*/



/* =right sidebar elements
--------------------------------------------------------------------*/



/* =forms
--------------------------------------------------------------------*/



/* =whatever else
--------------------------------------------------------------------*/


table.afftable {
	width: 4in;
}

table.afftable td img {
	max-width: .7in;
}

.newsitem {
	border-top: 1pt solid #ccc;
	border-bottom: 1pt solid #ccc;
	margin: 2pt 0;
	padding: .125in 0;
	float: left;
	width: 100%;
}

.newsitem img {
	margin: 2pt 5pt 5pt 0;
	border: 1pt solid #556;
	padding: 1pt;
	max-width: .7in;
}
.newsitem img.r {
	float: right;
}

* {
	background: none;
	text-align: left;	
}

a, img {
	border: 0;
}