*
{
/* Set all objects to have no padding or margin by default. */
padding: 0px;
margin: 0px;
border-spacing: 0px;
border-collapse: collapse;
}

.Clear
{
/*
Use this class within floated blocks to allow the contents of the container
to control the height of the container itself.

	<div class="FloatedContainer">

		<p>Lots of contents.</p>
		<div class="Clear"></div>

	</div>

*/
display: block !important;
overflow: hidden !important;
clear: both !important;
height: 1px !important;
}
	
html
{
/* Force vertical scrollbar placeholder in Firefox and Safari, to match IE behavior. */
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
}

body
{
/* Set the default font to a sans serif font; gray, sized, line-height added. */
font-family: "Arial", sans-serif;
font-size: 12px;
line-height: 18px;
color: #666666;
}

a
{
color: #718dbb;
text-decoration: underline;
}

a:hover
{
color: #a57a03;
}

a:visited
{
color: #666666;
}

h1
{
/* Set size of header font */
margin: 0px 0px 10px 0px;
color: #718dbb;
font-weight: normal;
font-size: 24px;
line-height: 150%;
}

h2
{
/* Set size of header font */
margin: 0px 0px 10px 0px;
color: #718dbb;
font-weight: normal;
font-size: 125%;
line-height: 105%;
}

td
{
/* Default table cells to left/top align. */
text-align: left;
vertical-align: top;
border: none;
white-space: normal !important;
}

ul
{
padding-left: 20px;
list-style: disc;
}
					
#content 
{
border: 24px solid #ecae00;
width: 800px;
padding: 10px;
margin-left: auto;
margin-right: auto;
}

#footer
{
font-size: 12px;
line-height: 15px;
}

blockquote
{
/* Indent block quotes appropriately. Add circle bullets for list items. */
padding: 0px 25px 0px 30px;
list-style: circle;
}
