/* CSS Document */

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000066;
}
.intro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	color: #666666;
}
.subheadingred {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
}

.subheadingblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}


.link  { color: 003266; font-size: 14px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
.link:link  { color: 003266;}
.link:visited {color: 3D6793;}
.link:hover {color: 660033; text-decoration: underline }

.linkSignin  { color: 003266; font-size: 14px; font-family: Verdana, Arial, sans-serif; text-decoration: underline}
.linkSignin:link  { color: 003266;}
.linkSignin:visited {color: 3D6793;}
.linkSignin:hover {color: 660033; text-decoration: underline }

.linkheadline  { color: #FFCC00; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
.linkheadline:link  { color: #FFCC33;}
.linkheadline:visited {color: #FFCC33;}
.linkheadline:hover {color: #FFCC00; text-decoration: underline }

.image{
	border-style: solid;
	border-color: 000000;
	border-width:2px;
      }

#menu {
	position: absolute;
	margin-top: 58px;
	z-index: 25;
	}

#topnav {
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	z-index: 55;
	}

#content {
	margin: 0;
	padding: 0;
	background: #FFF;
	position: absolute;
	height: 400;
	margin-top: 138px;
	z-index: 20;
	left: -8px;
	}
	
