body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration: none;
	color: black;
	background-color: #bbbbaa;
	text-align: center;
	border: 0px;
	padding: 0.625em;
}

#container
{	
	text-decoration: none;
	color: black;
	text-align: center;
	background-color: #eeeedd;
	margin: 0px;
	padding: 0px;
	width: 800px;
	border: 1px solid black;	
	margin-left: auto;
	margin-right: auto;
}

#menu
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 1.3em;
	padding: 0px;	
	list-style-type: none;
	font-size: 0.95em;
	background-color: #eeeedd;
}

#header
{
	text-align: center;	
	background-color: #eeeedd;
	font-weight: bold;	
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid black;
}

#content
{ 	
	text-align: center;
	background-color: #eeeedd;
	border-top: 1px solid black;
	width: 800px;
}

#leftsidebar
{ 	
	text-align: center;
	background-color: #eeeedd;
	border-top: 1px solid black;
	width: 660px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#rightsidebar
{ 	
	text-align: center;
	background-color: #eeeedd;
	border-top: 1px solid black;
	width: 140px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#credit_card_logos
{
	clear: both;
	margin: 0px;
	padding: 0px;
	color: black;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeedd;
}

#copyright
{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: black;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeedd;
	border-top: 1px solid black;
}

/*  navigation menu treatement */

#nav
{ /* all lists */
	margin: 0;
	margin-left: 175px;
	list-style: none;
	list-style-type: none;
	text-align: center;
	line-height: 1;
}

#nav ul
{
	list-style: none;
	list-style-type: none;
}
	
#nav li
{ /* all list items */
	float: left;
	position: relative;
	display:inline-block;
	line-height: 1.25em;
	margin-bottom: -1px;
}
	
#nav li a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: blue;
	border: 1px solid black;
	padding: 0 0.5em;
}
	
#nav li a:hover
{
	color: black;
	background-color: #4c95ef;
}

/*** begin font treatments ***/

h1
{
	font-size: 1.45em;
	font-weight: bold;
	color: black;
}

h2
{
	font-size: 1.3em;
	font-weight: bold;
	color: black;
}

h3
{
	font-size: 1.05em;
	font-weight: bold;
	color: black;
}

p
{
	color: black;
	text-indent: none;
}

a:link,
a:visited
{
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: #4c95ef;
	text-decoration: underline;
	font-weight: bold;
}

/* image treatment */

img
{ 
	padding: 0px; 
	border: none; 
}

/* table treatment */

td.justified_text
{
	text-align: justify;
	vertical-align: top;
}

td.errMsg
{
	font-weight: bold;
	color: red;
	text-decoration: none;
}

td.justified_errMsg
{
	text-align: justify;
	vertical-align: top;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
