#wrapper {
	position: relative;
	top: 5px;
	height: 800px;
	border-right: 1px solid black;
	border: 1px solid black;
	width: 760px;
	background-color: white;
}

#beigeHeader {
	position: relative;
	top: 0px;
	height: 75px;
	background-color: #efefe7;
}

#navHeader {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 5px;
}

#blueHeader {
	background-color: #0D4291;
	height: 18px;
	font-size: 1px;
}

#redHeader {
	background-color: #7F2524;
	height: 10px;
	font-size: 1px;
}

#middle	{
	position: absolute;
	top: 102px;
	left: 0px;
}

#contentwrapper	{
	padding: 20px 20px 20px 170px;
}

#content {
	border: 1px solid black;
	background-color: #efefe7;
	height: 655px;
}

#leftsidebar {
	position: absolute;
	display: block;
	top: 103px;
	left: 0px;
	height: 696px;
	width: 150px;
	background-color: #efefe7;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 1;
}

#title {
	background-color: #0D4291;
	border-bottom: 1px solid black;
	text-align: center;
	font-family: "Times New Roman",	Times, serif;
	font-size: 16px;
	color: white;
	font-weight: bolder;
	vertical-align: middle;
}

#footer	{
	position: relative;
	top: 5px;
	text-align: center;
	width: 760px;
	font-size: 11px;
}

#sideBarTitle {
	text-align: center;
	background-color: #0D4291;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	vertical-align: middle;
}

.sideBarItems			{text-align: left; background-color: #d6d6ce; border-bottom: 1px solid black; padding: 3px; font-family: "Times New Roman", Times, serif; font-size: 13px; color: #0D4291; font-weight: bold;}
.sideBarItems2			{padding-left: 50px; text-align: left; background-color: silver; border-bottom: 1px solid black; padding: 3px; font-family: "Times New Roman", Times, serif; font-size: 13px; color: #0D4291; font-weight: bold;}
.sideBarItemSelected		{text-align: left; background-color: #7F2524; border-bottom: 1px solid black; padding: 3px; color: white; font-family: "Times New Roman", Times, serif; font-size: 13px; font-weight: bold;}
#sidespacer			{height: 20px; font-size: 1px;}
#contentFooter			{position:relative; top: 1px; font-family: "Times New Roman", times, serif; font-size: 11px; width:100%; text-align: right;}
.sideBarTitleText		{color: white; font-size: 18px; font-weight: bold; font-family: "Times New Roman", Times, serif;}
.titleText			{color: white; font-size: 18px; font-weight: bold; font-family: "Times New Roman", Times, serif;}
.footerText			{font-family: "Times New Roman", times, serif; font-size: 11px;}
.footerLink			{font-family: "Times New Roman", times, serif; font-size: 11px;}
.primaryNavLink			{font-family: "Times New Roman", Times, serif; font-size: 13px; color: #0D4291; font-weight: bold;}
.primaryNavLink:hover		{color: #0D42FF;}
.primaryNavLinkInactive		{font-family: "Times New Roman", Times, serif; font-size: 13px; color: #7F2524; font-weight: bold;}
.secondaryNavLink		{font-family: "Times New Roman", Times, serif; font-size: 12px; color: #0D4291;}
.secondaryNavLinkInactive	{font-family: "Times New Roman", Times, serif; font-size: 12px; color: black; font-weight: bold;}
.headerText			{font-family: Arial, sans-serif; font-size: 17px; color: black; font-weight: bold;}
.subheaderText			{font-family: Arial, sans-serif; font-size: 15px; color: black; font-weight: bolder; font-style: italic;}
.standardText			{font-family: Arial, sans-serif; font-size: 15px; font-weight: normal; color: black; font-style: normal;}
.sectionHeader			{font-family: Arial, sans-serif; font-size: 15px; color: black; font-weight: bold;}
.serviceTable			{background-color: white; border-style: solid; border-width: 2px; border-color: #7F2524;}
.ratesCell			{font-family: Arial, sans-serif; font-size: 15px; background-color: #7F2524; color: white; vertical-align: top;}
.serviceCell			{font-family: Arial, sans-serif; font-size: 15px; background-color: #0D4291; font-weight: bold; color: white; vertical-align: top;}
.descCell			{font-family: Arial, sans-serif; font-size: 15px; background-color: silver; color: black; vertical-align: top;}

.oddrow	{
	background-color: #9CB5D6;
}

.evenrow {
	background-color: #D6DEEF;
}

.headerrow {
	background-color: #0D4291;
	font-size: 14px;
	color: #F5F5DC;
	font-weight: bolder;
	text-align: center;
}

.standardTable {
	background-color: white;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.blank {
	font-size: 1px;
	text-decoration: none;
	color: white;
}

.spacer	{
	font-size: 8px; 
	color: white;
}

.term
	{
		color: #7F2524;
		border-bottom: solid #7F2524 1px;
		text-decoration: none;
	}

.portfolioImage
	{
		border: solid #0D4291;
	}

a {
	font-family: Arial, sans-serif; 
	font-size: 15px; 
	color: #0D4291;
}
a.headingLink {
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #0D4291; 
	font-weight: bold;
}

body {
	background-color: #F6F6F2;
}






