/* Styles For 916 Bromley */


/* Styles for BODY */
body {
	background-color: #DBD49E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}
a {
	color: #990000;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 16px 0px 16px 0px;
}
h1 {
	color: #003366;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}
div.header-container {
	border: solid #003366;
	border-width: 0px 0px 1px 0px;
	margin: 16px 0px 0px 0px;
}
div.divider {
	border: solid #3366CC;
	border-width: 0px 0px 1px 0px;
}


/* Body Top Container */
/* This container holds the top edge of the body container. */
div#body-top-container {
	margin-top: 25px;
	width: 742px;
}


/* Body Middle Container */
/* This container hold the middle of the body container.  It is contains most of the content within a given page. */
div#body-middle-container {
	background: url(images/page_boundary_middle.gif) repeat-y;
	width: 742px;
}
div#body-middle-container div#nav-bar {
	background: url(images/background_nav_bar.gif) top left repeat-x;
	color: #FFFFFF;
	height: 30px;
	padding-top: 7px;
	width: 700px;
}
div#body-middle-container div#nav-bar a {
	color: #FFFFFF;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
}
div#body-middle-container div#nav-bar a:hover{
	color: #003366;
}
div#body-middle-container div#inner-content-container {
	margin: 0px 35px 0px 35px;
	text-align: left;
}
div#body-middle-container div#inner-content-container td#content-cell {
	padding-right: 15px;
}
div#body-middle-container div#inner-content-container td#content-cell-right {
	border: dotted #003366;
	border-width: 0px 0px 0px 1px;
	padding-left: 15px;
	width: 225px;
}
div#body-middle-container div#inner-content-container td#content-cell-right span.highlight {
	color: #003366;
	font-weight: bold;
}


/* Body Bottom Container */
/* This container holds the bottom edge of the body container. */
div#body-bottom-container {
	width: 742px;
}


/* Footer Container */
/* This container holds the links and credit information located at the bottom of each page. */
div#footer-container {
	color: #A46B33;
	margin-top: 5px;
	padding-bottom: 30px;
	width: 742px;
}
div#footer-container a {
	color: #A46B33;
	text-decoration: none;
}
div#footer-container a:hover {
	color: #003366;
}
div#footer-container td {
	padding: 0px 20px 0px 20px;
}