/* CSS Document */

body{
	background-color:#D6FFFF;
	
}

#leftNavDiv{
	background-image:url(../images/rightBar.jpg);
	background-repeat:repeat-y;
	background-position:top right;
	background-color:#FFC6FF;
	text-align:left;
	
}
#leftNavDiv2{
	background-image:url(../images/bottomBar.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:10px;
	padding-bottom:90px;
}

#bodyCell{
	padding-bottom:25px;
	padding-left:15px;
}

#rightPic{
	float:right;
}

#leftPic{
	float:left;
}

.pageTitle{
	font-family:times new roman;
	font-size:36px;
	color:#0066FF;
	font-weight:bold;
	text-align:center;
}

.bodyText {
	font-family:comic sans ms;
	font-size:14px;
	color:#0066FF;
}

.bodyTextRed {
	font-family:comic sans ms;
	font-size:14px;
	color: red;
}

.bodyTextBold{
	font-family:comic sans ms;
	font-size:14px;
	color:#0066FF;
	font-weight:bold;
}
.bodyTextBoldCenter{
	font-family:comic sans ms;
	font-size:14px;
	color:#0066FF;
	font-weight:bold;
	text-align:center;
}
.bodyTextCenter{
	font-family:comic sans ms;
	font-size:14px;
	color:#0066FF;
	text-align:center;
}


/* BODY LInks */
a.bodyLink:link{ text-decoration: underline;}
a.bodyLink:visited { text-decoration: underline; color: #BD5E60; }
a.bodyLink:focus { text-decoration: underline; color: white; }
a.bodyLink:hover { text-decoration: underline; color:white; } 
 
/* LEFT NAV LInks */
a.leftNavLink:link{ text-decoration: none; color:#AB00AB; font: 18px "comic sans ms";}
a.leftNavLink:visited { text-decoration: none; color: #AB00AB; font: 18px "comic sans ms";}
a.leftNavLink:focus { text-decoration: underline; color: #0066FF; font: 18px "comic sans ms";}
a.leftNavLink:hover { text-decoration: underline; color: #0066FF; font: 18px "comic sans ms";} 


#footerDiv { 
	text-align: center;
	background-image: url(../images/footerBack.jpg);
	height:110px;
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:-8px;
}
.footerText{
	font: 10px "verdana" ;
}
