@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../backgrounds/bg_wrapper_header.jpg);
	background-repeat: repeat-x;
	background-color: #78112C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.35;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.thrColFixHdr #header {
	background-image: url(../backgrounds/topheaderpv.jpg);
	width: 780px;
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	padding: 0;
	height: auto;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	height: 100px;
}
.thrColFixHdr #header h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #76132D;	
}
.thrColFixHdr #menuBar {
	background-color: #603;
	padding: 0 0px 0 20px;
	height: auto;
	left: 161px;
	width: 760px;
	float: left;
}

.thrColFixHdr #barTwo {
	background-color: #603;
	padding: 0 0px 0 20px;
	height: auto;
	left: 161px;
	width: 760px;
	float: left;
}
.thrColFixHdr #menuBarDouble
{
	background-color: #603;
	height: auto;
	width: 760px;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFC;
	height: 900px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
	background-image: url(../backgrounds/sidebar.jpg);
	background-repeat: repeat-y;
	height: 900px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #container #mainContent #formRegister p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444;
	text-indent: 20px;
}
.thrColFixHdr #container #photoArea {
	background-color: #FC9;
	float: left;
	width: 770px;
	height: 400px;
}
.party {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #650A33;
}
.thrColFixHdr #container #mainContent #formRegister fieldset h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #761340;
	text-indent: 20px;
}
.thrColFixHdr #container #mainContent #formRegister fieldset h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #3F0917;
	padding-left: 20px;
}
.thrColFixHdr #container #mainContent #formRegister fieldset .formRegister h5  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #78112C;
}
.thrColFixHdr #container #mainContent #formRegister fieldset  {
	background-color: #FC9;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #666;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-left-color: #333;
}
.thrColFixHdr #container #mainContent #formRegister legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #FC9;
	letter-spacing: 0.1em;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent #formRegister input.text {
	width: 200px;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 85%;
	line-height: 0px;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #FC6;
	text-decoration: none;
}
a:link {
	color: #660706;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #F60;
}
.thrColFixHdr #captions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-style: italic;
}
.thrColFixHdr #container #mainContent h3 {
	color: #76132D;
}
.formRegister fieldset bold name    {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #78112C;
}
.thrColFixHdr #container #photoArea     {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.thrColFixHdr #container #photoArea table {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
table tr td img {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
.sites {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}
5
