body {
	background-image:url(images/page-background.jpg);
	background-repeat:repeat-x;
	background-color:#4e4e4e;
	text-align:center;
	margin:10px;
}

h1 {
	font-size:20px;
	font-weight:normal;
}

img {
	border:0;
}

sup {
	font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: 0.33em;
}

p {

}

hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: center;
	margin-top:40px;
}

/******************************************/
/* common styles                          */

#main_container {
	position:relative;
	background-color:#ffffff;
	width:600px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	width:600px;
	height:93px;
	position:relative;
}

#menu_container {
	position:relative;
	width:600px;
	height:161px;
	position:relative;
	background-image:url(images/ford-building.jpg);
}

#menu {
	position:absolute;
	top:35px;
	left:180px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}

.menu_item {
	position:relative;
	height:20px;
	vertical-align:top;
}

.menu_item a {
	color:#999999;
	text-decoration:none;
}

.menu_item a:hover {
	color:#43a1c9;
}

#phone_number {
	position:relative;
	width:600px;
	height:24px;
}

#content_container {
	position:relative;
	width:600px;
	background-image:url(images/body-background.gif);
	background-repeat:no-repeat;
	background-align:top left;
	background-color:#ffffff;
}

#content {
	position:relative;
	padding:30px 45px 20px 45px;
	color:#333333;
	font-family:bookman old style, times new roman;
	line-height:24px;
	font-size:14px;
}

.body_footer {
	text-align:center;
	font-size:11px;
	font-weight:normal;
	color:#356f88;
	padding-top:20px;
}

.body_footer a {
	color:#356f88;
	text-decoration:none;
}

.body_footer a:hover {
	color:#46abd6;
}

#page_footer {
	text-align:center;
	font-size:11px;
	font-family:arial;
	font-weight:normal;
	color:#cccccc;
	padding:20px;
}

#page_footer a {
	color:#cccccc;
	text-decoration:none;
}

#page_footer a:hover {
	color:#ffffff;
}

#bottom_image {
	position:relative;
	height:16px;
	width:600px;
	background-image:url(images/bottom-edge.gif);
}

.profile_photo_container {
	float:right;
	width:200px;
	padding:20px 0px 20px 0px;
}

.profile_photo {
	float:right;
	width:170px;
	text-align:center;
	font-size:19px;
	font-weight:bold;
}

.left_form_column {
	display:block;
	float:left;
	width:100px;
	padding-right:10px;
	font-weight:bold;
}


