/* CSS Document */

body {
	background-color: #ffffff;
}

a {text-decoration: none;}
a:link {text-decoration: none; color:#173d90;}
a:visited {font-style: normal; color:#173d90;}
a:active {text-decoration: none; color:#173d90;}
a:hover {font-style: italic; text-decoration: none; color:#bfbfbf;}


#portal {
	width: 825px;
	margin: 0px auto;
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 0px;
}

#bigTable {
	border: 0px;
	width: 100%;
	padding: 0px;
}

#navUpper {
	text-align: right;
	padding-right: 50px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: .2em;
	color: #509492;
	font-weight: bold;
	
}

#headstone {
	width: 100%;
	height: 158px;
	padding: 0px;
	border: 0px;
	white-space: nowrap;
	vertical-align: bottom;
	
}

#navLeft {
	background-image: url(../images/nav_main.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 200px;
	height: 244px;
	vertical-align: top;
	position: relative;
	z-index: 0;

}
	
#navLeft ul {
	margin: 0px;
	margin-right: 96px;
	margin-top: 41px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	line-height: 24px;
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
	letter-spacing: .1em;
}

#navLeft li {
	list-style-type: none;
	display: block; /*-- or inline */
}

#navLeft li a { text-decoration: none; padding: 0px; color: #FFF;}
#navLeft li a:link { color: #FFF;}
#navLeft li a:visited { color: #FFF;}
#navLeft li a:hover { color: #FFF; background-color: ; text-decoration: none;}

#growLeft {
	background-color: #509492;
	/* background-image: url(../images/bump_back.gif);
	background-repeat: repeat-y; */
	width: 200px;
	min-height: 100%;
	height: auto !important;
	height: 280px;
	vertical-align: top;
}

p.text1 {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 2.1em;
	color: #509492;
	margin-right: 20px;

}

h1.subhead {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-style: normal;
	position: clear;
	font-size: 14px;
	margin-bottom: .5px;
	color: #509492;
	letter-spacing: .2em;
	margin-top: 20px;
	margin-left: 100px;
}

p.linkrow {
	margin-left: 100px;
	color: #509492;
}

a.internal {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
	
#footer {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #509492;
	line-height: 1.2em;
	letter-spacing: .1em;
}
#footer a {text-decoration: none;}
#footer a:link {text-decoration: none; color:#173d90;}
#footer a:visited {font-style: normal; color:#173d90;}
#footer a:active {text-decoration: none; color:#173d90;}
#footer a:hover {font-style: italic; text-decoration: none; color:#bfbfbf;}