/*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:#612600;
	font-family: Arial;
	font-size: 10px;
}
a {
	color: #0000FF ;
	text-decoration: none;
	font-weight:bold;
  }
a:hover {
	color: #660099;
	text-decoration: none;
}
/*End Design Layout*/

/*Begin Nav*/
.nav {
	font-family: Arial;
	font-size: 13px;
}
.nav a {
	color: #0000FF ;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	padding-left: 120px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
  }
.nav a:hover {
	color: #660099;
	font-size:13px;
}
/*End Nav*/

/*Begin Sidebar*/
#sidebar {
	margin-left:8px;
	margin-right:8px;
	font-size:12px;
	color:#612600;
	font-family: Arial;
	font-size: 10px;
}
.h1 {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#612600;
}
.h2 {
	font-size:18px;
	font-weight:bold;
	color:#612600;
}
/*End Sidebar*/

/*Begin Content*/
#content {
	margin-top:12;
	margin-bottom:12;
	margin-left:8px;
	margin-right:8px;
	font-size:14px;
	color:#612600;
}
.img{
	border-width:0px;
}
.h1{
	font-size:16px;
	color:#612600;
}
.h2{
	color:#666666;
	font-size:16px;
	margin: 5px 0px;
	font-weight: bold;
}
.h3{
	color:#999999;
	font-size:14px;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 20px;
}
.a {
	font-size:14px;
	color: #0000FF ;
	text-decoration: none;
	font-weight:bold;
  }
.a:hover {
	font-size:14px;
	color: #660099;
	text-decoration: none;
	font-weight:bold;
}
/*End Content*/

/*Footer*/
#footer {
	text-align:center;
	font-size: 10px;
}
/*End Footer*/
