body
{
	margin: 0 auto;
	font: .85em Verdana,Tahoma,Arial,sans-serif;
	background-image: url(Graphics/outsideborder.gif);	color: #000000;}

#page
{
	background: rgb(235, 235, 235);
	margin: 0 auto;
	max-width: 950px;	width:expression(document.body.clientWidth > 950? "950px": "auto");}
#header
{
	padding-top: 15px;
}

#header p
{
	padding-right: 10px;
	float: right;
	text-align: right;
	color: #990033;
	font-size: 0.8em;
}

#banner
{
	margin: 30px 0px 20px 0px;
	background-color: rgb(0, 0, 0);
	height: 180px;
	width: 100%;
	background-image: url(Graphics/webbanner.gif);
	background-repeat: no-repeat;
}

#leftcolumn
{
	clear: left;
	float: left;
	width: 150px;
	padding-left: 14px;
}

.moreleft
{
	margin-left: -9px;
}

#navmenu
{
	margin-bottom: 80px;
	font-size: 0.9em;
}

#navmenu h1
{	
	margin-bottom: 0;
	background-color: black;	font-size: 0.1em;
	height: 14px;
}

#navmenu ul
{	
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#navmenu li
{
	margin-bottom: 4px;
}

#navmenu li a
{
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left: 4px solid #cccccc;
}	
	
#navmenu li a:hover
{
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}

#customerlogin
{
	border: 2px solid rgb(0, 0, 150);
	font-size: 0.9em;
	margin-bottom: 20px;
}

#customerlogin h1
{	
	margin: 0 auto;
	font-size: 1.1em;	background-image: url(Graphics/HeaderBkgnd.gif);	background-repeat: repeat-x;
	color: #ffff00;
	background-color: rgb(0, 0, 0);	font-weight: normal;	font-family: Verdana, Helvetica, Arial, sans-serif;	font-style: normal;	vertical-align: 0em;	line-height: 2em;	text-transform: capitalize;	text-align: center;
}

#customerlogin p
{
	margin: 17px;
}

#rightcolumn
{
}

.section
{
	margin:10px 10px 15px 180px;
	border: 1px solid rgb(0, 0, 200);
	line-height:1.3em;
	text-align: justify;	background: white;
}

.section h1
{
	margin: 0 auto;
	font-size: 1.2em;	background-image: url(Graphics/HeaderBkgnd.gif);	background-repeat: repeat-x;
	color: #ffff00;	font-weight: normal;	font-family: Verdana, Helvetica, Arial, sans-serif;	font-style: normal;	vertical-align: 0em;	text-align: left;	line-height: 2em;	text-transform: capitalize;	text-indent: 20px;
}

.section p
{
	padding:0 10px 0 10px;
	font-size: 11px; 
	line-height: 16px;
	font-family: "Trebuchet MS",Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 	
	font-size: 1em;
}

img
{
	margin: 5px;
}

img.left
{
	float:left;
}

img.right
{
	float:right;
}

a
{
	text-decoration: underline;
}

a:hover
{
	color: rgb(150, 150, 255);
}

a img
{
	border: 0;
}

#footer
{
	clear: both;
	margin: 10px;
	padding:10px 10px 20px 10px;
	border-top: 4px solid #800000;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
	line-height: 0.5ex;
}

#footer a
{
	color: #808080;
	text-decoration: underline;
}

#footer a:hover
{
	color: rgb(150, 150, 255);
}

