/* 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, 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;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* 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;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

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

/* END content.css */

/* BEGIN section for customer utilities rendering */ 

div.quick_links,
div.quick_links *
{
	width: 150px;
	padding: 0;
	margin: 0;
}

div.quick_links ul
{
	list-style: none;
}

div.quick_links li
{
	display: inline;
	float: left;
	clear: left;
}

div.quick_links .content_image_box
{
	border-width: 0px;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

div.quick_links .collection_item_label,
div.quick_links .collection_item_description
{
	display: none;
}

/* END section for customer utilities rendering */ 

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

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

.news_articles
{
	margin: 10px;
}

.news_articles ul
{
	list-style: disc;
}

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

.news_archives
{
	margin: 20px 5px 0 25px;
	font-weight: bold;
}

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

#home_login div.portal_login
{
	width: 500px;
	margin-left: 160px;
	margin-top: -17px;
}

#home_login div.portal_login_username
{
	float: left;
}

#home_login div.portal_login_username div.form_label,
#home_login div.portal_login_username div.form_field,
#home_login div.portal_login_password div.form_label,
#home_login div.portal_login_password div.form_field
{
	margin: 0;
	padding: 0;
}

#home_login div.portal_login_password
{
	float: left;
	margin-left: 10px;
}

#home_login div.form_row_submit
{
	float: left;
	background-color: transparent;
	text-align: left;
}

#home_login div.portal_login_end
{
	clear: both;
}