body {
	background-color: #FFFFFF;
	font-family: arial, verdana;
	font-size: 11pt;
	color: #000000;
	margin: 10px 0 10px 0;
}
a:link {
  	color: #0055A5;
  	text-decoration: underline;
}
a:visited {
  	color: #0055A5;
  	text-decoration: underline;
}
a:hover {
  	color: #8293C9;
  	text-decoration: underline;
}
a:active {
  	color: #0055A5;
  	text-decoration: underline;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
  	color: #8293C9;
  	text-decoration: none;
}

h1 {
	font-size: 17pt;
	color: #0055A5;
}
h2 {
	font-size: 14pt;
	color: #8293C9;
}

#page #footer #box a:link, #page #footer #box a:visited, #page #footer #box a:active {
  	color: #FFFFFF;
  	text-decoration: none;
}
#page #footer #box a:hover {
  	color: #FFFFFF;
  	text-decoration: underline;
}

#page {
	background-color: #FFFFFF;
	width: 825px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-color: #FFFFFF;
	width: 825px;
	text-align: center;
}
#header p img {
	border: 2px solid #0055A5;
}
#main {
	background-color: #FFFFFF;
	width: 825px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 350px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#footer {
	background-color: #FFFFFF;
	width: 825px;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
	clear: both;
}
#footer-box { 
	background-color: #0055A5;
	width: 825px;
	/*padding: 10px 20px 10px 20px;*/
	margin-left: auto;
	margin-right: auto;
}
#box-left { 
	background-color: #0055A5;
	width: 175px;
	position: relative;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 20px;
}
#box-right { 
	background-color: #0055A5;
	width: 175px;
	position: relative;
	float: right;
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
}
#box {
	background-color: #0055A5;
	width: 400px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#location-box-left { 
	background-color: #FFFFFF;
	width: 290px;
	position: relative;
	text-align: center;
	float: left;
}
#products-box-right { 
	background-color: #FFFFFF;
	width: 290px;
	position: relative;
	float: right;
}
#products-box-left { 
	background-color: #FFFFFF;
	width: 290px;
	position: relative;
	float: left;
}
#location-box-right { 
	background-color: #FFFFFF;
	width: 290px;
	position: relative;
	text-align: center;
	float: right;
}
#main-box {
	background-color: #FFFFFF;
	width: 600px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#image-left {
	background-color: #0055A5;
	/*width: 200px;*/
	padding-left: 20px;
	position: relative;
	float: left;
}
#image-right {
	background-color: #0055A5;
	/*width: 200px;*/
	padding-right: 20px;
	position: relative;
	float: right;
}

.table-form {
	background-color: #F5F5F5;
	border: 1px #000000 solid;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.tdtitle {
	background-color: #0055A5;
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	color: #FFFFFF;
}
.font-heading {
	font-weight: bold;
	font-size: 11pt;
	color: #0055A5;
}
.font-sc {
	font-size: 11pt;
	font-variant: small-caps;
	color: #8293C9;
	text-decoration: underline;
}
.font-bottom {
	font-size: 8pt;
	color: #FFFFFF;
}
.font-small {
	font-size: 8pt;
	color: #000000;
}
.italic {
	font-style: italic;
}
.hr {
	border: 1px #8293C9 dashed;
	width: 75%;
	margin: 15px auto 15px auto;
}
.hr-bottom {
	border: 1px #FFFFFF solid;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* For the navigation menu: */
#menutop {
	background-image: url('img/banner.jpg');
	width: 615px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
#menutop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menutop li { display: inline; }
#menutop li a {
	height: 22px;
	width: 121px;
	margin: 0;
	padding: 5px 0 0 0;
	border: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	float: left;
}	
#menutop li a:link, #menutop li a:visited, #menutop li a:active {
	color: #FFFFFF;
	display: block;
}
#menutop li a:hover {
	color: #FFFFFF;
	display: block;
	text-decoration: underline;
}
