body {
	font-family: arial, helvetica, sans-serif;
	color: black;
	bgcolor: white;
}

.title {
	font-size: 2em;
}

.subtitle {
	font-size: 1.5em;
}

.smalltext {
	font-size: 0.8em;
}

.tagline {
	color: #1689B6;
	font-style: italic;
	font-size: 0.8em;
	margin-top:4em;
}

a:link {
	color: #1689B6;
}

a:visited {
	color: #917D58;
}

table.layout {
	cell-spacing: 0px;
	cell-padding: 0px;
}

td.bottombar {
	height: 45px;
	background-image: url(/images/bottombar.gif);
}
	
td.sidebar {
	cell-spacing: 10px;
	cell-padding: 10px;
	background-color: #1D314B;
	background-image: url(/images/blue.gif);
}

td.main {
	padding-left: 15px;
	padding-top: 15px;
}

td.sidetext {
	font-size: 0.8em;
	color: #FFFFFF;
}

td.sidedivider {
	cell-padding: 0px;
	text-align: center;
}

a.sidelink:link,a.sidelink:visited {
	color: #FFFFFF;
}

img.nav_home {
	position: relative;
	left: 182px;
	top: 0px;
	border: 0px;
	z-index: 3;
}

img.nav_srvc {
	position: relative;
	left: 178px;
	top: 0px;
	border: 0px;
	z-index: 3;
}

img.nav_rsrc {
	position: relative;
	left: 174px;
	top: 0px;
	border: 0px;
	z-index: 3;
}

img.nav_cpny {
	position: relative;
	left: 170px;
	top: 0px;
	border: 0px;
	z-index: 3;
}

img.nav_end {
	position: relative;
	left: 166px;
	top: 0px;
	border: 0px;
	z-index: 3;
}

#dropdown_srvc {
	visibility: hidden;
	position: absolute;
	top: 180px;
	left: 285px;
	z-index: 2;
}

#dropdown_rsrc {
	visibility: hidden;
	position: absolute;
	top: 180px;
	left: 418px;
	z-index: 2;
}

#dropdown_cpny {
	visibility: hidden;
	position: absolute;
	top: 180px;
	left: 562px;
	z-index: 2;
}

table.pullquote {
	background-color: #907F60;
	border: 0px;
	padding: 0px;
}
td.pullquote {
	font-size: 1.2em;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

/* layout for document library-type tables. */
table.doc {
	background-color: #1D314B;
	border: 0px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px;
}

th.doc {
	background-color: #907F60;
	color: #1D314B;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: left;
}

td.doc {
	font-size: 0.8em;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

/* these are for the client access tool. */
table.ca {
	background-color: #1D314B;
	margin-right: 30px;
	width: 500px;
	border: 0px;
	padding: 0px;
}

th.ca {
	background-color: #907F60;
	color: #1D314B;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: left;
}

td.ca {
	font-size: 0.8em;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

table.modlist {
}

table.modlist td {
  padding: 0px 10px;
}

