/* BEGIN reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END reset.css */

/* BEGIN content.css */

.clear {
	clear: both;
}

.topnav_clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .topnav_clear {height: 1%;}
/* End hide from IE-mac */

.float_left{
	float: left;
}

.float_right{
	float: right;
}

div.indent_content{
	margin-left: 10px;
	margin-right: 10px;
}

td {
	padding: 4px;
}

/* END content.css */

#main_content p{
	padding-top: 1px;
	padding-bottom: 5px;
}

.indent_content h2,
.indent_content h3,
.indent_content h4,
.indent_content h5,
.indent_content h6
{
	margin-top: 2px;
	margin-bottom: 10px;
}

/*.headlines h2,
.headlines h3,
.headlines h4,
.headlines h5,
.headlines h6
{
	display: none;
}*/

.news_articles ul
{
	list-style: disc;
}

.news_articles li
{
	margin: 0px 5px 10px 15px;
}

.news_archives
{
	margin: 25px 5px 0 15px;
}

.content_image_box
{
	border-width: 0px;
	background: transparent;
}

#main_content {
	font-size: 10pt;
}

p.content_image * {
	margin:0 !important;
	padding:0 !important;
}

table.express_order tr.item td {
	vertical-align:top;
	}
	
#home_news {
padding-bottom:0px !important;
}	