﻿body {
	background-image: url(/images/bg.jpg);
	margin: 0;
}

body, td, div p {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #102536;
}

h1,h2 { color: #094373; font-weight: bold; font-family: Georgia, Times, serif; }
h1 { font-size: 20px; }
h2 { font-size: 17px; }

img { border: none; }

#navbar {
	width: 809px; 
	height: 33px; 
	margin: 0 auto;
	padding-top: 7px;
	background-image: url(/images/A_navbg.jpg);
	background-repeat: no-repeat;
}
#navbar li {
	list-style-type: none;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #f5bc64;
}
#navbar a {
	color: white;
	text-decoration:none;
	font-size: 11px;
	text-transform: uppercase;
}
#navbar a:hover { text-decoration: underline; }

#footer { 
	clear: both; width: 812px; height: 30px; margin: 0 auto; text-align:center; background-image: url(/images/A_footerbg.jpg); background-repeat:no-repeat; font-size: 10px; color: white;
	padding-top: 5px; 
}
#footer a { color: #CCFFFF; }




.box {
	cursor: pointer;
	width: 197px;
	height: 134px;
	background-image: url(/images/A_boxbg.jpg);
	background-repeat:no-repeat;
	margin-right: 5px;
	color: white;
	font-family: Calibri, Verdana, sans-serif;
	float: left;
}
.box h1 {
	color: white;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 17px;
	font-weight:bold;
	margin-left: 10px;
	margin-top: 10px;
}
.box p {
	color: white;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 13px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 5px;
}

.phone {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	line-height: normal;
}

.contactus {
	margin: 0px;
	padding: 0px;
  line-height:24px;
}

p.contactus a {
	margin: 0px;
	padding: 0px;
}

.err {
	color: red;
	font-weight: bold;
	line-height: 1.1em;
}
