BODY
{
	margin: 0px 0px 0px 0px;	    
	padding: 0px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, sans-serif;            
    font-size: 100%;
}
divs
{
	border: dotted 1px gray;
}
#bannertagline
{
	FONT-WEIGHT: bolder;
    FONT-SIZE: 0.6em;
    COLOR: white;
    FONT-FAMILY: Tahoma, Verdana
}
#bannertagline A
{
    COLOR: white;
    TEXT-DECORATION: none
}
#contentwrapper
{

}
.blurb
{
	FONT-SIZE: 0.8em;
}
.link
{
	FONT-SIZE: 0.6em;     
}
.linkdescription
{
	FONT-SIZE: 0.9em;     
}
.address
{
	display: block;
}


#adminmode
{
	margin: 0;
	padding: 0;
	background-color: White;
	color: Black;	
	position: relative;
}
#adminmode .container
{
	background-color: White;
	color: Black;	
	border: solid 1px black;
	margin-bottom: 1em;
	padding: .25em;
}
#adminmode #admintopimage
{
	background-position: left top;
	background-image: url(../images/cu_top.gif);
	background-repeat: no-repeat;
	background-color: Black;
	height: 18px;
	color: White;
	text-align: right;	
}
#adminmode .adminmodemessage
{
	color: gold;
}
#adminmode #admintopimage p
{
	margin: 1px;
	margin-right: 1em;	
}
#adminmode .adminheader
{
	width: 100%;
	background-color: Black;
	BORDER-TOP: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 0.6em;
    COLOR: white;
    position: relative;
    clear: both;    
}
#adminmode .adminheader A
{
	color: White;
    TEXT-DECORATION: none;    
}
#adminmode .adminheader A:hover
{
    COLOR: lightgoldenrodyellow;
    TEXT-DECORATION: none
}
#adminmode .adminheader A:active
{
    COLOR: gold;
}
#adminmode #headerlinks1
{
	padding: 2px 2px 2px 8px;	
}
#adminmode .container
{
	font-size: .8em;
}

#adminmode #previewDiv
{
	float:right;
}

#adminmode .adminpreviewurl
{	
	font-weight:lighter;
	font-size: 1em;
	color: white;
}

#adminmode .adminpreviewurl
{		
	font-weight:lighter;
	font-size: 1em;
	color: gold;
}

.AdminPanel
{
	border-right: red 1px dashed;
	border-top: red 1px dashed;
	border-left: red 1px dashed;
	border-bottom: red 1px dashed;	
	margin: 1em;
}

.editable
{
	border-right: red 1px dashed;
	border-top: red 1px dashed;
	border-left: red 1px dashed;
	border-bottom: red 1px dashed;
	position: relative;	
}
.editbutton
{
	position: absolute;
	top: 2px;
	right: 6px;
	z-index: 100;
}

.inputform
{
	border: none;	
	font-size: 1em;
	margin: .5em 1em .25em 1em;
}
.inputform td
{
	/*
	messes up the FreeTextBox

	padding: .5em .25em;
	*/
}
.inputform .label
{
	white-space: nowrap;
}
.inputform .required
{
	font-weight: bolder;
}
.inputform .control
{
	font-size: .8em;
}
.inputform .validation
{
	color: Red;
	margin-left: 1em;
}
.inputform .instructions
{
	font-size: .8em;
}

input.button1
{
	font-size: 1em;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	background-color: gainsboro;
	height: 1.75em;
}

input.tablebutton
{
	font-size: 1em;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	background-color: gainsboro;
	height: 1.75em;
	padding-left: 0em;
	padding-right: 0em;	
}

/* membership */
.membershiplabel
{
	float:left;	
	width:10em;
}
