body {
	background-color: #F7F7F9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #F7F7F9;
	background-image: url(images/home2_01.jpg);
	height: 527px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background-color: #FFFFFF;
	background-image: url(images/home2_02.jpg);
	text-align: justify;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
#mainContent a {
	text-decoration: none;
	color: #2688AD;
	font-weight: bold;
}
#mainContent a:hover {
	color: #000066;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-image: url(images/home2_05.jpg);
	background-repeat: no-repeat;
	height: 27px;
	padding-left: 30px;
	padding-top: 5px;
	color: #2688AD;
}
#mainContent h2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0F82C1;
}

#footer {
	background-image: url(images/home2_08.jpg);
	height: 40px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #20658A;
	background-position: center top;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#inahurry {
	background-image: url(images/right_box.jpg);
	padding: 18px;
	float: right;
	height: 221px;
	width: 209px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#inahurry h1 {
	background-image: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#inahurry input {
	border: 1px solid #2C5B85;
	height: 18px;
}


#menu {
	float: right;
	width: 622px;
	margin-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 0px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu .search {
	padding-top: 20px;
	padding-left: 5px;
}
* html #menu .search {
	padding-top: 18px;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding-top: 22px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: none;

}
#menu .selected {
	background-image: url(images/button-down.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu a:hover {
	background-image: url(images/button-over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header a {
	text-decoration: none;
	color: #000000;

}
#header a:hover {
	color: #000099;
}

#menu input {
	border: 1px solid #1C8AC5;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
#boxes {
	width: 710px;
	height: 210px;
	float: right;
	margin-top: 225px;
	margin-right: 30px;
	position: relative;
}
#boxes th {
	color: #0a6392;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	width: 345px;
}
#boxes th .small {
	font-size: 11px;
}
