    * /* "Universal rule". Sets border, padding and margin to 0 for all CSS values */
{
padding: 0;
margin: 0;
border: 0;
font-family: arial; 
font-size: 11px;
}

/* ******************* MENU ************************** */


div#page
  	{border: 1px solid #95a3ab; padding: 2px; margin: 3px; width: 797px; height: 610px; }

* html .page 
	{height: 610px;}

div#header
  	{border: 0px solid #95A3AB; height: 76px; margin: 0px; width: 797px; 
	text-align: left; background: rgb(32,164,241) }

div#logo 
	{width: 320px; height: 76px; border: 0px; float: left;}

div#menu 
	{width: 460px; margin-top: 18px; height: 50px; border: 0px; float: left; }

div#menu a
	{font-weight: bold;}

div#content 
	{width: 800px; margin: 0; margin-top: 2px; padding-top: 2px; 
	border-top: 1px solid #95A3AB; height: 440px}

div#content p
	{font-size: 12px;}

div#quote 
	{position: absolute; left: 400px; width: 340px; top: 490px; margin: 0; 
	margin-top: 2px; padding-top: 2px; height: 200px}

div#quote p 
	{font-size: 18px; }

div#quote a 
	{font-size: 18px; text-decoration: none; color: #777777;}

div#address
	{position: absolute; top: 490px; left: 20px; width: 300px; 
	 border: 0px; height: 80px; padding: 2px; }

div#address p 
	{font-size: 11px; font-weight: bold; color: #0099FF;}

div#address p a
	{font-size: 11px; font-weight: bold; color: #0099FF;}

div#footer
	{height: 36px; width: 797px; margin-top: 6px; padding: 0 0em;}

div#footer2 
	{ height: 12px; width: 806px; background-color: #ffffff; border: 0; 
	margin-left: 6px;  margin-top: 0px; }

div#footer p
	{color: #999999; font-weight: bold}

div#footer2 a
	{color: #006699; text-decoration: none}

.copyright
	{color: #666666; }


.topMenu {
	position: relative; left: 24px;
	border: 0;
	border-bottom: 0;
	text-align: left;
	margin: 0;
	height: 12px;
	padding-top: 8px;
}
.topMenu li {
	padding-right: 6px; 
	position: relative; left: 0; right: 0;
	border: 0;
	margin: 1px; 
	display: inline; 
}
.topMenu li a {
	padding: 6px; 
	border: 0px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}

.topMenu li a:hover { color: #666666;
}

