@charset "utf-8";
/* CSS Document */
.headertext {
	color:#267cb6;
	font-size:27px;
	font-family: Georgia;
	font-style: italic;
	}
	
.bodytext {
	color:#093072;
	font-size:12px;
	font-family:"Trebuchet MS";
	font-weight: normal;
	
	}
	
.nametext {
	color:#990D66;
	font-size:12px;
	font-family:"Trebuchet MS";
	font-weight: normal;
	
	}
	
.style26 {font-size: 16px}

.style12 {
	font-family: Georgia;
	color: #990D66;
	font-size: 18px;
}



#bluelink a:link {
color: #e6d433;
}
#bluelink a:visited {
color: #e6d433;
}
#bluelink a:hover {
text-decoration: none;
color: #e6d433;
}
#bluelink a:active {
color: #e6d433;
}





	
a:link {
	color: #990D66;
}
a:visited {
	color: #990D66;
}
a:hover {
	color: #9C066A;
	text-decoration:none;
}
a:active {
	color: #990D66;
}

	
.footertext {
	color:#FFF;
	font-size:10px;
	font-family:"Trebuchet MS";
	font-weight: normal;
	
	}

/* the following are framework classes */

body {
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
	background-color:#093072;
	}

	
#overall {
	position:relative;
	display:block;
	height:auto;
	width:879px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
#shadow {
	position:absolute;
	display:block;
	height:auto;
	width:879px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/shadow.jpg);
	background-repeat:repeat-y;
	}
	
#sidepanel {
	float:left;
	position:relative;
	width:50px;
	
}

#sidepanel2 {
	float:right;
	position:relative;
	width:50px;
}


#framer {
	float:left;
	
	position:relative;
	width:779px;


}

#bodyframe {
	float:right;
	position:relative;
	width:779px;
	background-image:url(../images/gradient.jpg);

	background-repeat:repeat-x;
	background-color:#FFFFFF;
	
	}
	
#leftpanel {
	padding-top:10px;
	float:left;
	width:499px;
	padding-left:14px;
	margin-left: 4px;
	border-right:1px;
	border-right-color:#267cb6;
	border-bottom-width:1px;
	border-right-style:solid;
	padding-right:10px;
	}
	
html>body #leftpanel {
	padding-top:10px;
	float:left;
	width:490px;
	padding-left:20px;
	border-right:1px;
	border-right-color:#267cb6;
	border-bottom-width:1px;
	border-right-style:solid;
	padding-right:20px;
	}
	
	#rightpanel {
	vertical-align: top;
	float:right;
	position:relative;
	width:244px;
	margin-left:2px;
	text-align:left;
	}
	
html>body #rightpanel {
	vertical-align: top;
	float:right;
	position:relative;
	width:239px;
	text-align:left;
	}
	
#footer {
	position:relative;
	float:right;
	width:779px;
	height:120px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#093073;
	vertical-align:bottom;
	overflow: visible;
	
	}

#footer2 {
	position:relative;
	float:right;
	width:779px;
	height:50px;

	}
	
#footerleft {
	padding-top:20px;
	float:left;
	text-align:left;
	padding-left:30px;
	}
	
#footerright {
	padding-top:20px;
	float:right;
	text-align:right;
	padding-right:30px;
	}


#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #eee;
    text-align: center;
	
	color:#093072;
	font-size:smaller;
	font-family:"Trebuchet MS";
	font-weight: normal;
	
}

span.tip {
	border-bottom: 1px solid #fff;
}
