/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background-color: #FFFFF0;
	margin: 0;
	padding: 0;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*End Design Layout*/

/*Begin Content*/

img{
	border-width:0px;
}

/*End Content*/

/*Begin Forms*/

.sc_table_form {
	margin: auto;
	padding: 25px;
	border: 1px #B5B9B0 solid;
}

.sc_form_required{
	color: #FF0000;
	float: right;
	font-family: Verdana;
	font-size: 10px;
} 

.sc_form_textbox{
	width: 200px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #B5B9B0;
	background-color: #B5B9B0;
	height: 1px;
} 

#sc_form_textbox_State {
	width: 100px;
}

#sc_form_textbox_Zip {
	width: 70px;
}

#sc_form_textarea_Comments {
width: 300px;
height:50px;
text-indent: 0px;
}

/*End Forms*/

/*Footer*/
#footer {
	text-align:center;
	font-size: 10px;
}

