/* CSS Document */

<!--

#dropmenudiv{ 
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#FF99FF;
}

.pagebg {
	background-color:#000000;
	background-image:url(../images/background_pattern.gif);
	background-repeat:repeat;
}

.containbg {
background-image:url(../images/background.jpg);
background-repeat:no-repeat;
background-position:right bottom;
background-color:#FF99CC;
}

.notice {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:36px;
text-align:center;
text-decoration:none;
text-shadow:White;
font-weight:bolder;
color:#660066;
}

.popup {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990099;
	text-decoration: underline;
	cursor: hand;
}

.text {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
text-decoration:none;
font-weight:normal;
color:#000000;
}

.link {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#660066;
}

.signature {
font-family:Zapfino, "Matura MT Script Capitals", "Snell Roundhand", Geneva, Arial;
font-size:16px;
text-align:left;
text-decoration:none;
font-weight:normal;
color:#000000;
}

.header {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
text-align:left;
text-decoration:none;
font-weight:bold;
color:#660066;
}

.headerlink {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#660066;
}

.subheading {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
text-decoration:none;
font-weight:bold;
color:#660066;
}

.large_text {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;
font-weight:bold;
color:#660066;
}

.side {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
text-align:center;
text-decoration:none;
font-weight:bold;
color:#FFFFFF;
}

.sidetext {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
text-decoration:none;
font-weight:normal;
color:#FFFFFF;
}

.text_footer {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
text-align:center;
font-weight:normal;
color:#FFFFFF;
}

.text_footer_l {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
text-decoration:none;
font-weight:normal;
color:#FFFFFF;
}

.text_footer_r {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:right;
text-decoration:none;
font-weight:normal;
color:#FFFFFF;
}

.text_footer_c {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
text-decoration:none;
font-weight:normal;
color:#CCCCCC;
}

#newimage {
	display: none;
}

-->