﻿@import url(layout.css);
body {
	color: black;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b7b7b7;
	line-height: 150%;
	text-align:justify;
}
li	{
	list-style:square;
}

#page_content	{
}
#container {
	width: 955px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	background-color:#fff;
}
#masthead {
	text-align: right;
	width: 955px;
	padding:0px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#00246A;	
	background-image:url('../images/DelisiFitzgerald.jpg');
	background-repeat:no-repeat;
}
#navigationb {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7D7367;
	overflow: hidden;
	background-image:url('../images/nav.gif');
	background-repeat:repeat-x;
	margin-left: 80px;
}

#column_l {
	width: 585px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
top: 0px;
left: 0px;
}
#column_r {
	width: 292px;
	margin: 0;
	margin-top:50px;
	float: right;
	padding: 10px;
	padding-top:15px;
	background-color: #99CCFF;
	position: relative;
	color: #000;
	border: 2px white solid;
}
#footer {
	width: 955px;
	text-align: center;
	background-color: #00246A;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	width: 955px;
	text-align: center;
	background-color: #00246A;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
/* Styles for Masthead */
#masthead img { 
	float: left;
width: 952px;
height: 272px;
}
#masthead p {
	font-size: 11px;
	color: #00246A;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}


/* Styles for Navigation 
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a9a9a9;
	background-image:url('../images/nav-over.gif');
	background-repeat:repeat-x;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

h1{
background-image:url('../images/DelisiFitzgeraldIcon.gif');
background-position:right;
background-repeat:no-repeat;
padding-top:15px;
color:#036;
height: 40px;
font-size: 135%;
margin-bottom: 0px;
width:100%;
}
h2{
color:#7D7367;
line-height:125%;
font-size: 110%;
	margin-top: 8px;
}
h3 {
	color: #000066;
	font-weight: bold;
	font-size: 115%;
	line-height: 150%;
}
h4 {
color:navy;
}


