/* Main paragraph style */
p {
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	color: #003366;
	line-height: 1.6em;
}

/* Heading 1 style */
h1 {
	font-family: Tahoma, Arial;
	font-size: 1em;
	color: #3399FF;
}

/* This makes the type light blue as used in the address */
.addlightblue {
	color: #3399FF;
}

/* Style used for the headings NEWS and RESOURCES in the right menu*/
.newsheading {
	font-family: Tahoma, Arial;
	font-size: 0.75em;
	font-weight: bold;
	background-image: url(../images/newsheading.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 148px;
	float: right;
	margin-top: 8px;
	color: #003366;
	display: block;
	clear: both;
}

/* Styles used for news items */
.newsitems {
	font-family: Tahoma, Arial;
	clear: both;
	font-size: 0.68em;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 133px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCCC;
	color: #0099CC;
	display: block;
	margin-left: 0px;
	padding-bottom: 3px;
}

/* Styles used for news item hyperlinks */
.newsitems a {
	color: #006699;
}

/* Styles used for news item hyperlinks (over) */
.newsitems a:hover {
	color: #006699;
	background-color: #DDF4FF;
}

/* Style used for news item titles */
.newstitle {
	font-weight: bold;
	color: #003366;
}

/* Style hides content in browser but shows when css off */
.hide {
	display: none;
}
#maincontent p a:link {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	text-decoration: none;
	color: #0000FF;
}
#maincontent p a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9900CC;
	text-decoration: none;
	color: #9900CC;
}
#maincontent p a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	text-decoration: none;
	color: #0000FF;
	background-color: #D9D9FF;
}
#maincontent p a:active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-decoration: none;
	color: #FF0000;
	background-color: #FFD9D9;
}
.highlight {
	background-color: #D7ECFF;
}
