body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


/**
 * Layout Sections
 */
#header, #content, #footer
{
	width: 100%;
	margin: 0 auto;
}

<!--#header
{
	display: none;
}-->

#content
{
	position: relative;
}

#footer
{
	clear: both;
	position: relative;
	border-top: 2px solid #6985AD;
	padding-top: 4px;
}

#banner
{
	display: none;
}


/**
 * Column Layouts
 */
#column_navigation
{
	display: none;
}

#column_content
{
	width: 100%;
}


/**
 * Box
 */
* html .boxhead h1 { height: 1%; } /* For IE 5 PC */

.box
{
	margin: 0 auto;
}

.boxhead
{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.boxhead h1
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Lucida Grande", Verdana, Helvetica, Helv, Arial, Sans, sans-serif;
	font-size: 15pt;
	color: #90B3CF;
}

.boxbody
{
	margin: 0;
}

.box p, .box ul, .box ol
{
	margin-left: 8px;
	margin-right: 8px;
	font-family: "Lucida Grande", Verdana, Helvetica, Helv, Arial, Sans, sans-serif;
	font-size: 9pt;
	color: #444444;
}

.box p.citation
{
	font-size: 8pt;
	font-style: italic;
	color: #666666;
}

.box ul
{
	list-style: none;
}

.box ul li:before
{
	content: '- ';
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ol li a,
.box ol li a:link,
.box ol li a:visited
{
	color: #555555;
	text-decoration: none;
}

.box ul li a:hover,
.box ul li a:active,
.box ul li a:focus,
.box ol li a:hover,
.box ol li a:active,
.box ol li a:focus
{
	color: #4F6FA1;
	text-decoration: underline;
}

.box h2,
.box h2 a,
.box h2 a:link,
.box h2 a:visited,
.box h3,
.box h3 a,
.box h3 a:link,
.box h3 a:visited
{
	color: #4F6FA1;
	font-family: "Lucida Grande", Verdana, Helvetica, Helv, Arial, Sans, sans-serif;
	text-decoration: none;
}

.box h2 a:hover,
.box h2 a:active,
.box h2 a:focus,
.box h3 a:hover,
.box h3 a:active,
.box h3 a:focus
{
	text-decoration: underline;
}

.box h2
{
	margin-top: 25px;
	font-size: 9pt;
}

.box h3
{
	font-size: 8pt;
}

.box #cloud
{
	display: none;
}

.box fieldset
{
	width: 140px;
	_width: 168px;
	_padding: 7px;
	*width: 168px;
	*padding: 7px;
	text-align: left;
	border: 1px dashed #999999;
	background-color: #EEEEEE;
}

.box fieldset label
{
	font-family: "Lucida Grande", Verdana, Helvetica, Helv, Arial, Sans, sans-serif;
	font-size: 75%;
	display: inline;
	line-height: 2em;
	color: #444444;
}

#resources
{
	
}


/**
 * Callouts
 */
#callout_left
{
	display: none;
}

#callout_right
{
	display: none;
}

.callout
{
	display: none;
}

/**
 * Article Tools
 */
#tools
{
	display: none;
}


/**
 * Footer Navigation
 */
#footer #links
{
	display: none;
}


/**
 * Footer Sitemap Navigation
 */
#footer #sitemap
{
	display: none;
}


/**
 * HTML Elements and Styling
 */
img
{
	display: block;
}

#footer #copyright
{
	font-family: "Lucida Grande", Verdana, Helvetica, Helv, Arial, Sans, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #666666;
}
