
/* These set the base for the overall document*/
BODY {	
	background-image: url(../art/scanline.gif);
	background-color: #ffffff;
	font-family:verdana;
	color:#626b47;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
} 



/*The TBody tag is the main control for the default look and feel of the website body.*/
TBODY {
	background:#ffffff;
	vertical-align:top;
	text-align:center;
	font-family:verdana;
	font-size: 8pt;
	color:#626b47;

}



/*These tags can control specific attrubutes of their designated areas.*/
.watermark {
	filter: alpha(opacity=30);
}
.header {

}

.navbar {
}

.pinstripe {
	background-color:;
}

.body {
}

.events2 {
	background:#f4f1fa;
}

.divider {
	font-size: 9pt;
}

.footer {
	font-size: 7pt; 	
}

.wmark {
	background-image: url(../art/watermark.gif);  
	background-repeat: no-repeat; 
	background-position: 100% 5px;
}



P {
	text-align:left;
	margin-left:5px;
	margin-right:10px;
	font-weight: normal; 
}

#CenterCallout {
	text-align:center;
	margin-left:15px;
	margin-right:15px;
}

.imgleft {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


.imgright {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.imgcenter {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
}

/*These control the hyperlinks*/


A:link {
	font-weight: normal;
	color:#800080;
	font-style: normal;
	text-decoration: none;
	margin-left:3px;
}
A:visited {
	font-weight: normal;
	color:#800080;
	font-style: normal;
	text-decoration: none;

	margin-left:3px;
}
A:hover {
	font-weight: normal;
	color:#7cb900;
	font-style: normal;
	text-decoration: none;

	margin-left:3px;
}
A:active {
	font-weight: normal;
	color:##8c9966;
	font-style: normal;
	text-decoration: none;

	margin-left:3px;
}


/*The legend tag is used for the line etc. around data on the C.Girls enrollment form.*/

fieldset {
	width: 95%;
}

legend {
	font-size: 11pt;
	font-weight: normal; 
	color:#626b47;

}


/*These control lists*/
UL  {
        font-weight: normal;
	text-align:left;	
	font-style: normal;
	margin-right:10px;
}

OL  {
        font-weight: normal;
	text-align:left;	
	font-style: normal;
	margin-right:10px;
}




/*The following control the header and paragraph text
header colors can be changed by inserting the specific number if needed.*/
	
h1{}	
h2{}
h3{}
h4{}
h5{}
h6{}
h7{}















