/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}


/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1.5em;
}

/* 
Setting the base font size at 100.1% in the html 
and body elements deals with the incorrect handling 
of scaleable font sizing in IE
*/
html, body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	font-style: normal;
	color: #332618;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
}

/*=== BASE STYLES === */
p							{ font-size: 0.8em; }
a:link						{ font-weight: bold; color:#003399; text-decoration: none; }
a:visited					{ color: #0066CC; }
a:hover						{ color: #003399; text-decoration: underline; }
a:active					{ color: #003399; }
ul, li						{ list-style-type: none; }
li							{ font-size: 0.8em; }
img							{ border: 0; }

h1	{
	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #006;
	 }							
							
h2	{
	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; 
	color: #006;
	 }

h3	{
	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #006; }

#banner	{
	margin: 0px;
	padding: 0px;
	float: left;
}

#nav	{
	float: left;
	width: 221px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#content	{
	margin-left: 230px;
	padding: 20px 20px;
	width: 640px;
}

#content ul li	{
	list-style-position: outside;
	list-style-type: disc;
}


#content ol li	{
	list-style-position: outside;
	list-style-type: decimal;
}

#content ol li ol li	{
	list-style-position: outside;
	list-style-type: a;
	font-size: 1em;
}

#content td	{
	font-size: 0.8em;
}

.floatright	{
	float: right;
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

.standout	{
	padding: 5px;
	border: thin dashed #9999CC;
	background-color: #F0F0F0;
}

#logo1	{
float: left;
padding: 2px 2em 1em 0;
}


#logo2	{
float: left;
padding: 0 2em 1em 1em;
}

#logo3	{
float: left;
padding: 57px 0em 1em 1em;
}

.tableBorder {
	background-color: #F0F0F0;
	padding: 8px;
	border: medium solid #2a3dac;
}
