/* CSS Document */
/*paragraphs*/
p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
/*bold text*/
.bold {
	font-family: verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #006699;
}

/*text highlighting*/
span.highlight
{
background-color:#E4E4E4
}
/*body*/
body{
background-color: #CCCCFF;
}

/*main navigation menu*/
.navigation{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCFF;
	display: block;
	padding: 4px;
	width: 175px;
}

/*hover navigation menu*/
.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFF99;
	display: block;
	padding: 4px;
	width: 175px;
}

/*recommended links*/
.rlinks{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	text-decoration: none;
	background-color:#FFFFFF;
	display: block;
	padding: 4px;
	left:50px;
	width: 594px;
}

/*hover recommended links section*/
.rlinks:hover{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFF999;
	display: block;
	padding: 4px;
	left:50px;
	width: 594px;
}

.newfocus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF66;
	text-decoration:blink;
}

.display_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	line-height: 18px;
}
.contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

p.personDescr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	text-align: justify;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	line-height: 18px;
}
.job_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-indent: 30px;
}
.pagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
}
/*the mission statement*/
.intro_message {
	font-family:"Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	color:#006699;
}

/*bold text*/
.bold {
	font-family: verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}

/*text highlighting*/
span.highlight
{
background-color:#1A50B8}
.date {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF99;
	display: block;
	background-color: #006699;
	text-align: center;
	width: 185px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}
/*for the banner text*/
.banner_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	color: #000099;
	margin-left: 0px;
	line-height: 36px;
}
.banner_text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color:#333399;	
	line-height: normal;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


#set_of_links {
	position:relative;
	background-color:#fff;
}
#set_of_links a {
	display:inline;
	padding:2px 9px 2px 9px;
	text-decoration:none;
}
#set_of_links a:hover {
	text-decoration:none;
	background:white;
}
#set_of_links a span {
	display:none
}
#set_of_links a:hover span {
	display:inline;
	position:absolute;
	top:0;
	left:60px;
	background:#CCCCFF;
}
