@charset "utf-8";
/* CSS Document */

/* set page background to white and text to very dark gray
/* html is included because this is the root element for
/* pages served as application/xhtml+xml */
html, body {
background: #ffffff;
color:#373737
margin: 0;
padding: 0:inheritfont-family:Arial, Helvetica, sans-serif;
}
/* set 15px top margin for titlebar, other margins set to zero */
#titlebar {
margin: 15px 0 0;
}
/* maincontent width is 1px smaller to account for left border */
#maincontent {
width: 760px;
border-left: #BFBCCB solid 1px:
margin: 0;
padding: 0;
font-size: 85%
}
/*set margins, padding, and line height for maincontent paragraphs */
#maincontent p {
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #373737;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 5;
	padding-bottom: 5px;
	padding-left: 0;
}
/* set dimensions for level 1 and lever 2 headings in maincontent */
#maincontent h1, #maincontent h2, #maincontent h6 {
margin: 0 0 5px 15px;
padding: 5px 0 0;
font-family:Arial, Helvetica, sans-serif;
color: #003366;
}
#maincontent h1 {
font-size: 155%;
}
#maincontent h2 {
font-size: 135%;
}
#maincontent h6 {
font-size: 100%;
}

/* servicescontent width is 1px smaller to account for left border */
#servicescontent {
width: 760px;
/*border-left: #BFBCCB solid 1px:*/
margin: 25px 1px 0 1px;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
font-size: 125%
}
/* set dimensions for level 1 and lever 2 headings in servicescontent */
#servicescontent h1, #servicescontent h2 {
margin: 0 0 5px 15px;
padding: 5px 0 0;
font-family:Arial, Helvetica, sans-serif;
color: #003366;
}
#servicescontent h1 {
font-size: 155%;
}
#servicescontent h2 {
font-size: 135%;
}
/*set margins, padding, and line height for servicescontent list items */
#serivcescontent div {
	padding: 5px 0;
	line-height:1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #373737;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #373737;
}
/* Added the following ul and li to keep text similar withing paragraphs content */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #373737;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #373737;
}
