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

/*Begin Design Layout*/

body {
	margin: 0;
	padding: 0;
}

.content {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px 20px;
	text-align: justify;
}

a {color: #0033CC}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #164163;
}
.style2 {font-size: xx-small}
.style3 {
	color: #003366;
	font-family: Arial;
}
.style5 {color: #003366; font-family: Arial; font-size: xx-small; }

.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
}
A.signature:link {
	text-decoration: underline;
	color: White;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A.signature:visited {
	text-decoration: none;
	color: White;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A.signature:active {
	text-decoration: none;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A.signature:hover {
	text-decoration: none;
	color: #FF7E00;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-align: center;
	color: White;
	font-size: x-small;
}
A.menu:link {
	text-decoration: none;
	color: White;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A.menu:visited {
	text-decoration: none;
	color: White;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A.menu:active {
	text-decoration: none;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A.menu:hover {
	text-decoration: underline;
	color: #FF7E00;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.photos {
	border-top-width: 5px;
	border-right-width: 15px;
	border-bottom-width: 5px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.photoMarginRtBoarder {
	border: thin solid #666666;
	margin-right: 10px;
}

.bodyMenu {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	text-decoration: none;

}

A.bodyMenu:link {

	text-decoration: none;

	color: #003366;

	font-size: 11px;

	font-family: Arial, Helvetica, sans-serif;



}

A.bodyMenu:visited {

	text-decoration: none;

	color: #003366;

	font-size: 11px;

	font-family: Arial, Helvetica, sans-serif;



}

A.bodyMenu:active {

	text-decoration: none;

	font-size: 11px;

	font-family: Arial, Helvetica, sans-serif;



}

A.bodyMenu:hover {

	text-decoration: underline;

	color: #019AC4;

	font-size: 11px;

	font-family: Arial, Helvetica, sans-serif;


}

/*End Design Layout*/

/* Begin Forms */

.sc_table_form{
	padding-left: 100px;
}

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

.sc_form_success{
	color: #660000;
}

.sc_form_separator_label{
	font-weight: bold;
} 

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

.sc_form_textbox	{ FONT: 13px arial, verdana, sans-serif;
		text-align: left;
		WIDTH: 210PX;
		BORDER: #000000 1px solid}
		
#sc_form_textbox_State	{ FONT: 13px arial, verdana, sans-serif;
		text-align: left;
		WIDTH: 60PX;
		BORDER: #000000 1px solid}


.sc_form_select {	COLOR: #333333;
		WIDTH: 210PX;
		FONT: 11px geneva, verdana, arial, sans-serif}


#sc_form_textarea_Comments	{ FONT: 13px arial, verdana, sans-serif;
		text-align: left;
		WIDTH: 300PX;
		HEIGHT: 120px;
		BORDER: #000000 1px solid}

.sc_form_submit { FONT: 9pt arial, verdana, sans-serif;
		font-weight: normal;
		padding-top: 2px;
		padding-bottom: 2px;}
	
		
/* End Forms */

/*Footer*/
#footer {
	text-align:center;
	font-size: 10px;
	color: #ffffff;
	padding: 0px 5px 5px
}

#footer a {
	text-align:center;
	font-size: 10px;
	color: #ffffff;
	text-decoration:none
}

