/* GLOBAL VARIABLES */
a,p,table,th,td,h1,li,div {
	font-family: helvetica, verdana, arial;
}
a:link, a:active, a:visited {
	color:#ffffff;
	text-decoration: none;
}
a:hover {
	color:#f1e08b;
	text-decoration: underline;
}
a.whitelink:link, a.whitelink:active, a.whitelink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:hover {
	color: #c45328;
	text-decoration: underline;
}
a.blacklink:link, a.blacklink:active, a.blacklink:visited {
	color: #000000;
	text-decoration: none;
}
a.blacklink:hover {
	color: #c45328;
	text-decoration: underline;
}
a.orangelink:link, a.orangelink:active, a.orangelink:visited {
	color: #c45328;
	text-decoration: none;
}
a.orangelink:hover {
	color: #F1E08B;
	text-decoration: underline;
}
a.yellowlink:link, a.yellowlink:active, a.yellowlink:visited {
	color: #F1E08B;
	text-decoration: none;
}
a.yellowlink:hover {
	color: #c45328;
	text-decoration: underline;
}
body {
	background-color: #FFFFFF;
	margin: 50;
	text-align: center;
	vertical-align: middle;
}
input, checkbox, select, textarea {
	background-color: #F3F3F3;
	color: #000000;
	font-size: 12px;
}
input.form_attendees {
	background-color: #82CEC1;
	color: #000000;
	font-size: 18px;
	border: 1px solid #000000;
	font-weight: bold;
}
input.form_total {
	background-color: #F2E18C;
	color: #000000;
	font-size: 18px;
	border: 1px solid #000000;
	font-weight: bold;
}

/* HEADER HYPERLINKS */
.home_link{
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px;
}
.main_photo_credit{
	font-size: 10px;
	padding: 10px;
	color: #F1E08B;
	top: 235px;
	position: relative;
}
.home_photo_credit{
	font-size: 10px;
	padding: 10px;
	color: #F1E08B;
	position: relative;
	top: 370px;
}
.main_dl_link{
	font-size: 11px;
	padding: 10px;
	color: #F1E08B;
	position: relative;
	top: 95px;
	right: 150px;
	left: 0px;
	padding-right: 80px;
}

/* HOME MENUBAR CONTENT */
.home_menubar {
	font-size: 18px;
	color:#ffffff;
	background-color: #c45328;
	font-style: italic;
	font-weight: normal;
}
a.home_menubar:link, a.home_menubar:active, a.home_menubar:visited {
	color:#ffffff;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
a.home_menubar:hover {
	color:#f1e08b;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}

/* MAIN MENUBAR CONTENT */
.main_menubar {
	font-size: 12px;
	color:#ffffff;
	background-color: #544b1e;
	font-style: italic;
	font-weight: normal;
}
a.main_menubar:link, a.main_menubar:active, a.main_menubar:visited {
	color:#ffffff;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
a.main_menubar:hover {
	color:#f1e08b;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}
.main_sidebar_dl {
	font-size: 16px;
	color:#000000;
	background-color: f2e18c;
	padding: 25px;
	width: 250px;
	line-height: 1.4;
}
.main_sidebar_bgp {
	font-size: 14px;
	color:#000000;
	background-color: f2e18c;
	padding: 25px;
	width: 250px;
	line-height: 1.4;
}
.main_content {
	font-size: 14px;
	color:#000000;
	background-color: ffffff;
	padding: 20px;
	width: 560px;
	line-height: 1.4;
}
.main_text {
	font-size: 14px;
	color:#000000;
	line-height: 1.4;
}
.main_sidebar_header {
	font-size: 16px;
	color:#c45328;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-color: #c45328;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: -12px;
}
.main_sidebar_more {
	text-align: right;
	width: 250px;
	margin-top: -22px;
	margin-bottom: -12px;
	color: #c45328;
	font-size: 14px;
	font-style: italic;
}
.main_content_header {
	font-size: 14px;
	color:#c45328;
	text-transform: uppercase;
}
.main_content_header2 {
	font-size: 14px;
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
}
.main_content_header3 {
	font-size: 14px;
	color:#c45328;
	font-style: italic;
}
.main_form_header {
	font-size: 11px;
	color:#000000;
	text-transform: uppercase;
}

/* FOOTER CONTENT */
.footer {
	font-size: 14px;
	color:#999999;
}

/* COPYRIGHT CONTENT */
.copyright {
	font-size: 14px;
	color:#cccccc;
}
