/*----------------------------------------

	Important CSS rules:
	1) When nesting a link on your web page, use this order: <font><a href...>text</a></font>	

------------------------------------------*/

/*--Body1 CSS info----------------------------------------*/
/*--Created by Kelly Schrade--------------------------------*/

p, td {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
} 

/*--Body Background-------------------------------------------*/
.bodybackground {
	background-color: #cccccc;
	background-image:url("images/bgImage.png");
	background-repeat: repeat-x;
	background-position: 0% 169px;
} 

.medgrey {
	background-color: #999999;
	
}

.dkgrey {
	background-color: #777777;
	
} 


.sitebackground {
	background-color: #FFFFCC;
} 


/*--Grey Background-------------------------------------------*/
.greybackground {
	background-color: #E0E0E0;
	margin-top: 4px;
} 

/*--Yellow Background-------------------------------------------*/
.yellowbackground {
	background-color: #FFFFCC;
	margin-top: 4px;
} 

/*--B1 Background-------------------------------------------*/
.b1background {
	background-color: #6666FF;
} 


/*--Chat Properties-------------------------------------------*/
.chatlight {
	background-color: #7996C9;
} 

.chatdark {
	background-color: #64789C;
}


/*--List Elements---------------------------------------------*/
li.list {
	list-style: square;
	list-style-position: outside;
	margin-top: 0;
}

ul.list {
	list-style: square;
	list-style-position: outside;
	margin-left: 0;
}

li.lnlist {
	list-style: square;
	list-style-position: outside;
}

/*--Page Links------------------------------------------------*/

a:link {
	color: #000000; 
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #6666ff;
	text-decoration: none;
} 

/*--links on navbars------------*/
a.t1:link {
	color: #ffffff; 
	text-decoration: none;
}	

a.t1:visited {
	color: #ffffff; 
	text-decoration: none;
}

a.t1:hover {
	color: #e0e0e0; 
	text-decoration: none;
}

/*--Underlined Links on NavBars------------*/
a.t12:link {
	color: #ffffff; 
	text-decoration: underline;
}	

a.t12:visited {
	color: #ffffff; 
	text-decoration: underline;
}

a.t12:hover {
	color: #e0e0e0; 
	text-decoration: none;
}

/*--Link on Article Headers------------*/
a.hl:link {
	color: #000000; 
	text-decoration: none;
}	

a.hl:visited {
	color: #000000; 
	text-decoration: none;
}

a.hl:hover {
	color: #000000; 
	text-decoration: none;
}

/*--Link on Chat Bio 2------------*/
a.bi2:link {
	color: #000000; 
	text-decoration: underline;
}	

a.bi2:visited {
	color: #000000; 
	text-decoration: underline;
}

a.bi2:hover {
	color: #000000; 
	text-decoration: none;
}

/*--Link on Chat Bio------------*/
a.bi:link {
	color: #ffffff; 
	text-decoration: none;
}	

a.bi:visited {
	color: #ffffff; 
	text-decoration: none;
}

a.bi:hover {
	color: #e0e0e0; 
	text-decoration: underline;
}

/*--End Page Links--------------------------------------------*/
/*--NavBar Properties-----------------------------------------*/

/*--HorNavBarTable Properties---*/
.hornavbartable {
	background-color: #64789C;
	backgroundColor: #64789C;
} 

/*--HorNavBarTable Properties---*/
.searchbartable {
	background-color: #7996C9;
} 

/*--Main Page Headline Background-------------------------------------------*/
.hlbackground {
	background-color: #808080;
	
} 

/*--LeftNavBarTable Properties--*/
.leftnavbartable {
	background-color: #7996C9;
} 

.lightnavbartable {
	background-color: #7996C9;
} 

.darknavbartable {
	background-color: #64789C;
} 
/*--Small Grey Page Text-------------*/
.smallgrey {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	color: #949494;
}

/*--Small White Text-------------------*/
.smallwhttext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: none;
	letter-spacing: 0px;
	font-size: 11px;
	font-decoration: none;
	color: #FFFFFF;
}

/*--White Text-------------------*/
.whitetext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	font-decoration: none;
	color: #FFFFFF;
}

/*--Section Headers-------------------*/
.sectionheader {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 18px;
	font-decoration: none;
	color: #7996C9;
}

/*--Feature Titles-------------*/
.featuretitle { 
	font-family: Helvetica,Arial,Univers,Zurich BT;
	letter-spacing: 0px;
	font-size: 18px;
	margin-bottom:0px;
	margin-top:0px;
	color: #000000;
	line-height:20px;
} 
	
	
/*--Text on NavBars-------------*/
.sectionlink {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	font-decoration: none;
	color: #FFFFFF;
}

/*--Text on Page links----------*/
.pagelink {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	font-decoration: none;
	color: #000000;
}

.font:family {
	"sans-serif";
}

/*--Small Nav Text--------------*/
.smallnavtext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	color: #FFFFFF;
}

/*--Grey Text-------------------*/
.greytext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: none;
	letter-spacing: 0px;
	font-size: 9px;
	font-decoration: none;
	color: #666666;
}

/*--End NavBar Properties-------------------------------------*/

/*--Page Properties-------------------------------------------*/



/*--Article Headers-------------*/

.articleheader {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 11px;
	font-decoration: none;
	color: #000000;
}

/*--Article Titles--------------*/

.articletitle {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	font-decoration: none;
	
}

/*--Header Text-------------*/
h1 { font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 16px;
	margin-bottom:0px;
	margin-top:0px;} 

/*--Header2 Text-------------*/
h2 { font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	margin-bottom:0px;
	margin-top:0px;} 

	/*--Header2 Text-------------*/
h3 { font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 11px;
	margin-bottom:0px;
	margin-top:0px;} 

/*--Large Page Text-------------*/
.pagetext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 12px;
	color: #000000;
}


/*--Small Page Text-------------*/
.smalltext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	color: #000000;
}


.tinytext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 9px;
	color: #000000;
}


/*--Section Title-------------*/
.sectiontitle {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 15px;
	color: #000000;
	font-style: bold;
}

/*--Text on Care Page links----------*/
.carepagelink {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 10px;
	font-decoration: none;
	color: #000000;
}

/*--B1 Blue Text----------*/
.b1bluetext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 12px;
	font-decoration: none;
	color: #6666FF;
}	

/*-----Images with right border---------*/
.imageright {
	margin-top: 2px;
	margin-right:  3px;
}
/*-----Images with left border---------*/
.imageleft {
	margin-top: 2px;
	margin-left:  3px;
}

/*-----Images with right border---------*/
.imagerightnotop {
	margin-top: 0px;
	margin-right:  3px;
}

/*-----Images with right border---------*/
.imgnomarg {
	margin-top: 0px;
	margin-right:  0px;
	margin-bottom: 0px;
	margin-left:  10px;
}

/*--Paragraph Increase----------*/
p {
	line-height: .35cm;
}


/*---Advertisement table---*/
.adtable {
	border: 1px solid #e6e6e6;
	background-color:#ffffff;
}
/*--Small Ad Text-------------*/
a.smalladtext:link {
	color: #cccddd; 
	text-decoration: none;
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 10px;
}

a.smalladtext:visited {
	color: #cccddd;
	text-decoration: none;
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 10px;
}
a.smalladtext:hover {
	color: #6666ff;
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 10px;	
} 