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

/*Begin Design Layout*/
body {
	background-color: #0f4622;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

.bodyMargins {
	margin: 25px;
}

.photoBoarder {
	border: thin solid #FFFFFF;
}
a {
	color: #F9E79B;
}

a:visited {
	color: #F9E79B;
}

a:active {
	color: #FFFF33;
}

a:hover {
	color: #FFFEB6;
}
/*End Design Layout*/
/*Begin Nav*/
A.menu:link {
	text-decoration: none;
	color: White;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
A.menu:visited {
	text-decoration: none;
	color: White;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
A.menu:active {
	text-decoration: underline;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
A.menu:hover {
	text-decoration: underline;
	color: #F9E79B;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: White;
	font-size: medium;
	text-decoration: none;
	font-weight: bold;
}


A.menuLarge:link {
	text-decoration: none;
	color: White;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
A.menuLarge:visited {
	text-decoration: none;
	color: White;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
A.menuLarge:active {
	text-decoration: underline;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
A.menuLarge:hover {
	text-decoration: underline;
	color: #f9e79b;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.menuLarge {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: White;
	font-size: x-large;
	text-decoration: none;
}


A.menuSmallYellow:link {
	text-decoration: none;
	color: #F9E79B;
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
A.menuSmallYellow:visited {
	text-decoration: none;
	color: #F9E79B;
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
A.menuSmallYellow:active {
	text-decoration: underline;
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
A.menuSmallYellow:hover {
	text-decoration: underline;
	color: #FFEBCD;
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.menuSmallYellow {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #F9E79B;
	font-size: x-small;
	text-decoration: none;
}
/*End Nav*/
/*Begin Content*/

#content{
	text-align: left;
}

img{
	border-width:0px;
}
h1{
	color:#FFFFFF;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#FFFFFF;
	font-size:14px;
	margin: 5px 0px;
	font-weight: bold;
}

h3{
	color:#FFFFFF;
	font-size:12px;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 20px;
}

/*End Content*/

/*Begin Forms*/

.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: #48648C;
	background-color: #48648C;
	height: 1px;
} 

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

/*End Forms*/

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

