3@charset "utf-8";

/* Body */

html, body, td {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 13px;
	color:#000;
	}

	/* Header */

#header {
	margin:12px 0px 10px 44px;
	}
#logoImg {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	height:51px;	
	}
	
	/* Horizontal Menu */

#hMenu {
	background-color:#7a999b;
	height:24px;	
	margin:0px 0px 0px 1px;
	width:859px;
	}
#menuText {
	font-family: arial;
	font-size: 13px;
	font-weight:bold;
	border-right:1px solid #fff;	
	}

#menuText a{
	text-decoration:none;
	color:#000;
	}

#menuText a:hover{ 
	color:#000000;
	text-decoration:none;	
	}
#menuTextA{ 
	color:#ffffff;
	text-decoration:none;	
	}
	
	/* Main Image */
	
#mainImg {
	background:url(images/mainimg.gif);
	background-repeat:no-repeat;
	height:254px;
	width:859px;
	margin:2px 1px 0px 1px;
	}

#welcome {
	margin:0px 1px;		
	}
#bodybg {
	background-image:url(images/welcome.jpg);
	background-repeat:repeat-x;
	height:80px;	
	}
#bodyText {
	background-image:url(images/bodytext.gif);
	background-repeat:no-repeat;	
	}
#paperEdge {
	background-image:url(images/paperedge.gif);
	height:80px;
	width:208px;	
	background-repeat:no-repeat;	
	}
	
/* Content */

#content {
	margin:0px 1px;
	}

#contImg {
	background-image: url(images/img_prism.gif);
	background-repeat:no-repeat;
	width:223px;
	height:250px;
	float:left;
	margin: 10px 10px 10px 10px;
	position: relative;
	left: 55px;
	}
	
#mainContent {
	width:475px;
	padding-top:35px;
	padding-right:50px;
	color:#191919;
	font-family: arial;

	font-weight:normal;
	font-style:normal;
	font-size: 13px;
	float: right;
	}
	
#backContent {
	padding: 20px 50px 20px 50px;
	color:#191919;
	font-family: arial;
	font-size: 13px;
	font-weight:normal;
	font-style:normal;
	}

#backContent a:link{
	color: #212121;
	}

#backContent a:visited{
	color: #212121;
	}
.bold {
	color:#191919;
	font-weight:bold;
	}
.Italic {
	color:#191919;
	font-weight: normal;
	font-style:italic;
	}
.underline {
	text-decoration:underline;
	}	

#points {
	margin:0px;
	padding:0px;
	}	
#points ul{
	margin:0px 0px 0px 35px;
	padding:0px 10px;
	}
#points li{
	margin:0px;
	padding:0px 8px;
	line-height:23px;
	}
	
/* Footer */

#footer {
	background-color:#8b9887;
	height:20px;
	clear:both;
	margin:1px;
	width:859px;
	}
#footerText {
	color:#fff;
	font-weight:normal;		
	font-size:12px;
	text-align:right;
	padding:2px 5px 0px 0px;
	}

/* Team Page */

span.link1 ,
a.link1 {
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	color: #212121;
}

.subhead1 {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: black;
	text-decoration: none;
}


/* Rollover Effect */

#disjointedText {
margin:0px;
padding:0px;
list-style:none;
text-decoration:none;
}
#disjointedText dd {
padding:10px;
margin:0px;
font-weight:bold;
text-decoration:none;
}
#disjointedText a {
display: block;
text-decoration:none;
text-align:left;
}

#disjointedText a:hover {
color: #000;
text-decoration:none;
}

#disjointedText a span {display: none;text-decoration:none;}
#disjointedText a:hover span {
display: block;
position: relative;
color:red;
background:#fff;
width:700px;
text-align:left;
line-height:18px;
font-style:normal;
font-weight:normal;
padding-top:10px;
text-decoration:none;
}


#smalllogo {
	background-image:url(images/smallprism.jpg);
	background-repeat:no-repeat;
	height:100px;	
	width:100px;
	position: relative;
	top: -80px;
	float: right;
	}
	
	
	
#pageHeading	{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: black;
	text-decoration: none;
}