/* CSS Document */

/*DEFAULTS*/
body{
	background: #FFFFFF;
	text-align: center;
	vertical-align: top;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

li {
	padding-bottom: 10px;
	list-style: circle;
}

h1{
	font-size: x-small;
	font-weight: bold;
	color: #003399;
}

td{
	font-size: x-small;
}

/*LINKS*/
a:link{
	color: #003399;
	text-decoration: underline;
}

a:hover{
	color: #FF3300;
	text-decoration: underline;
}

a:visited{
	color: #003366;
}

.sub-links{
}


/*TEXT EFFECTS*/
.emphasis{
	font-weight: bold;
	color: #003399;
}
.sub-emphasis{
	font-weight: bold;
	color: #330066;
}
.calltoaction{
	/*font-style: italic;
	font-variant: normal;
	color: #006600;*/
}
/*this is used on the homepage witht he about bly content*/
.poptext{
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
}
.smalltext{
	font-size: x-small;
	font-style: italic;
	font-weight: lighter;
}
.highlight-box{
	padding: 10px;
	border: 1px dashed #990000;
}
#contentbox{
	font-size: x-small;
}

/*IMAGE EFFECTS*/
.imgright{
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*force loading behind popups*/
.sendtoback{
	z-index: 1000;
}

/*HOMEPAGE: SPOTLIGHTS*/
.spotlight1{
	font-weight: bold;
	color: #993300;
	font-size: small;
}

.spotlight1 a:link, .spotlight1 a:hover, .spotlight1 a:visited{
	font-weight: bold;
	color: #993300;
}

.spotlight2{
	font-weight: bold;
	color: #006633;
	font-size: small;
}

.spotlight2 a:link, .spotlight2 a:hover, .spotlight2 a:visited{
	font-weight: bold;
	color: #006633;
}

.spotlight3{
	font-weight: bold;
	color: #660066;
	font-size: small;
}

.spotlight3 a:link, .spotlight3 a:hover, .spotlight3 a:visited{
	font-weight: bold;
	color: #660066;
}


.copyright{
	font-size: x-small;
	color: #999999;
	text-align: center;
	margin: auto;
	padding: 10px;
	width: 760px;
}

.copyright a:link, .copyright a:hover, .copyright a:visited{
	font-size: x-small;
	color: #999999;
}

/*CAPITAL CAMPAIGN FORMATTING*/
.capital-header{
	font-weight: bold;
	color: #FFFFFF;
	background: #279F4F;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}

.capital-header a:link, .capital-header a:visited, .capital-header a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.capital-subnav{
	border: 1px solid #279F4F;
	padding:0px;
	margin:0px;
}

.subnav-links{
	background: #CCFFFF url(../images/capital-nav-bg_03.jpg) no-repeat top;
}

.capital-callout{
	font-weight: bold;
	color: #3366CC;
	text-align: center;
	background: url(../images/capital-divider.jpg) no-repeat bottom;
	padding-bottom: 8px;
}

.text-callout{
	color: #FFFFFF;
	background: #003366;
	text-align: left;
	padding: 10px;
	float: right;
	width: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #339900;
	font-weight: bold;
}
.text-callout a:link, .text-callout a:hover, .text-callout a:visited{
color: #FFFFFF;
}