/******************************************************/
/* GLOBAL STYLES                                      */
/* 2006 Qatalyst Design Inc.                         */
/* Last Revision : 03-13-2006                         */
/******************************************************/

/* Redefine HTML and BODY Tags */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image:    url(../images/bg.jpg);
	background-repeat: repeat-x;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}


/* Set DIVS to control basic layout */

#foundation {
	margin: 0 auto;
	width: 692px;
	min-height: 100%;
	min-height: 100%;
	background-image:    url(../images/bg2.jpg);
}

* html #foundation {
	height: 100%;
}

#banner {
	margin: 0;
	padding: 0;
	width: 692px;
	height: 105px;
	background-image:    url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#menu {
	margin: 0;
	padding: 0;
	width: 692px;
	height: 60px;
}

#stage {
	margin-left: 75px;
	margin-right: 75px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#contact_info {
	color: #006;
	width: 225px;
	/* border: solid 1px #00FF00; */
	float: left;
}
#contact_form {
	margin-left: 20px;
	width: 275px;
	/* border: solid 1px #00FF00; */
	float: left;
}

/* Redefine HTML text behavior */

div.clear_floats {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	clear: both;
	border: 1px dashed #CCC;
	visibility: hidden;
}

div.clear {
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}


#footer {
	margin: 0 auto;
	padding: 0;
	width: 692px;
	height: 55px;
	background-color: #fff;
	margin-top: -55px;
	color: #006;
	font-size: 10px;
	background-image:    url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#footer_text {
padding-top: 25px;
padding-left: 25px
	}


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #006;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #006;
}

/* Custom text styles */

.subsection {
	font-size: 14px;
	font-weight: bold;
	color: #006;
}

.contact_form_text {
	font-size: 12px;
	color: #000;
}

.contact_form_bold {
font-weight: bold;
	font-size: 12px;
	color: #006;
}

.note {
	font-size: 11px;
	color: #006;
	font-style: italic;
}
.tab1 {
	background-attachment: scroll;
	background-image: url(../images/buttons/tab1_03_03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.tab2 {
	background-attachment: scroll;
	background-image: url(../images/buttons/tab2_04_05.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


.admin_back {
	background-color: #B1B3CC;
}

