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

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

a:link {
	color: #336633;
}

a:visited {
  color: #336600;
}

a:hover {
	color:#194582;
	text-decoration: none;
}

a:active {
	color: #336600;
}


/*End Design Layout*/
/*Begin Nav*/

#content {
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}

.nav a {
	color: #336633;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	text-decoration: underline;
  }
.nav a:hover {
	color:#194582;
	text-decoration: underline;
}
/*End Nav*/
/*Begin Content*/

b {
	color:#363;
}

strong {
	color:#363;
}

img{
	border-width:0px;
}
h1{
	color:#363;
	font-size:16px;
}

h2{
	color:#363;
	font-size:14px;
}

h3{
	color:#363;
	font-size:12px;
}

/*End Content*/

/*Begin Forms*/

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

.sc_table_tr_td_label_form {
	text-align:right;
}

.sc_table_tr_td_value_form {
	text-align:left;
}

.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;
}

