html,body					{
							margin: 0px;
							padding: 0px;
							font-family: Arial, sans-serif;
							font-size: 11px;
							color: #313131;
							background-color: #c68321;
							background-image: url(../media/images/newBG.gif);
							background-repeat: repeat-x;
							background-position: left top;
							/*background-attachment: fixed;*/
							}
							
a							{
							text-decoration: none;
							color: #197232;
							font-weight: bold;
							}
							
a:hover						{
							text-decoration: underline;
							}
							
img							{
							border: 0px;
							}
							
h3							{
							font-size: 13px;
							}
							
iframe						{
							border-width: 0px;
							margin: 28px 0 0 0px;
							padding: 0px;
							}
							
h2.email_header				{
							font-size: 11px;
							font-weight: bold;
							font-style: italic;
							text-transform: uppercase;
							margin: 0 0 2px 0px;
							}
							
h3.email_header				{
							font-size: 9px;
							font-weight: bold;
							/*font-style: italic;*/
							text-transform: uppercase;
							margin: 0 0 5px 3px;
							}
							
table.userlist				{
							width: 100%;
							margin: 10px 0;
							border-collapse: collapse;
							border-spacing: 0px;
							border-width: 1px;
							border-color: #333;
							border-style: solid;
							}
							
table.userlist tr			{
							border-width: 1px 1px 0 0;
							border-color: #333;
							border-style: solid;
							}
							
table.userlist th			{
							padding: 3px;
							background-color: #ccc;
							color: #313131;
							}
							
table.userlist td			{
							padding: 5px;
							border-width: 0 0 1px 1px;
							border-color: #333;
							border-style: solid;
							vertical-align: top;
							width: 20%;
							}
							
.spacer						{
							height: 50px;
							visibility: hidden;
							}

.hidden						{
							display: none;
							}
							
.invisible					{
							visibility: hidden;
							}
							
.indent						{
							margin: 0 0 0 18px;
							}
							
.sml_indent					{
							margin: 0 0 0 10px;
							}
							
.separator					{
							margin: 10px 0 7px 5px;
							border-color: #aaa;
							border-width: 1px 0px 1px 0;
							border-style: dashed;
							width: 99%;
							height: 2px;
							font-size: 0px; /* -IE Fix- */
							}

.capitalize					{
							text-transform: capitalize;
							}
							
.uppercase					{
							text-transform: uppercase;
							}
							
.heighlight					{
							color: #B47121;
							}
							
.dark_italic				{
							color: #313131;
							font-style: italic;
							font-weight: normal;
							}
							
.subNavBottomCurve			{
							margin-top: -6px !important;
							}
							
h2.eventHeader				{
							font-size: 14px !important;
							}
							
#login_container			{
							width: 811px;
							margin: auto;
							}
							
#login_box					{
							/*
							This was moved to the browser specific stylesheets
							position: absolute;
							margin: -2px 0 0 0;
							*/
							z-index: 4;
							width: 811px;
							border-width: 0px;
							border-color: black;
							border-style: solid;
							}
							
#login_box h4				{
							margin: 2px;
							font-size: 12px;
							display: inline;
							}
							
#login_box h4.fRight		{
							display: inline;
							float: right;
							text-align: right !important;
							}
							
#login_box h4 a				{
							color: #333333;
							}
							
#logo						{
							width: 811px;
							margin: 10px auto 0px auto;
							text-align: center;
							}
							
#container					{
							width: 811px;
							/*
							This was moved to the browser specific stylesheets
							margin: 0 auto 10px auto;
							*/
							text-align: center;
							}
							
#photos_container			{
							width: 1024px;
							text-align: center;
							margin: 10px auto 0px auto;
							}
							
#topCurve					{
							width: 811px;
							height: 13px;
							/*
							This was moved to the browser specific stylesheets
							background-image: url(../media/images/topCurve.png); 
							*/
							}
							
#contentHolder				{
							width: 811px;
							margin: 27px 0 0 0;
							padding: 0px 5px;
							/*
							This was moved to the browser specific stylesheets
							background-image: url(../media/images/mainBG.png);
							*/
							text-align: center;
							background-image: url(../media/images/content_bg.png);
							background-repeat: repeat-y;
							}
							
#photos_contentHolder		{
							width: 1024px;
							margin: 27px 0 0 0;
							padding: 0px 5px;
							/*
							This was moved to the browser specific stylesheets
							background-image: url(../media/images/mainBG.png);
							*/
							text-align: center;
							background-image: url(../media/images/photos_content_bg.png);
							background-repeat: repeat-y;
							}
							
#info_bar					{
							width: 751px;
							height: 27px;
							color: #c68321;
							text-align: left;
							padding: 8px 0 0 50px;
							background-image: url(../media/images/info_bar_bg.gif);
							background-repeat: repeat-x;
							}

#info_bar a					{
							color: #313131;
							}
							
#flashcontent 				{
							margin: 9px 0 0 -6px;
							color: #ddd;
							font-weight: normal;
							}
		
#content					{
							width: 785px;
							margin: 0px auto;
							padding: 0 0 30px 0;
							color: #ddd;
							font-weight: normal;
							}
							
div#join					{
							position: absolute;
							z-index: 3;
							margin: 1px 0 0 680px;
							}
							
#weather					{
							position: absolute;
							z-index: 1;
							margin: -23px 0 0 450px;
							font-weight: bold;
							color: #313131;
							}
							
#weather div strong			{
							display: none;
							font-size: 0px;
							}
							
#weather img				{
							display: none;
							}
							
#weather table				{
							width: 180px;
							}
							
#weather td 				{
							margin: 0px;
							padding: 0 0 0 2px;
							white-space: nowrap;
							} 
							
#weather td:first-child:after	{
							color: #B47121;
							font-weight: normal;
							content: "CURRENT WEATHER:";
							width: 300px;
							white-space: nowrap;
							}
							
#colLeft					{
							width: 440px;
							text-align: left;
							letter-spacing: 1px;
							line-height: 14px;
							/*
							This was moved to the browser specific stylesheets
							margin: 11px 0 0 50px;
							*/
							
							border-width: 0px;
							border-style: solid;
							border-color: red;
							}
							
#sponsors_footer			{
							text-align: center;
							clear: both;
							}
							
#sponsors_footer img		{
							margin: 10px 22px 5px 22px;
							}
							
#colCenter					{
							width: 100%;
							text-align: left;
							letter-spacing: 1px;
							line-height: 14px;
							
							border-width: 0px;
							border-style: solid;
							border-color: red;
							}
							
#colRight					{
							width: 34%;
							margin: 11px 18px 0 0;
							text-align: left;
							float: right;
							
							border-width: 0px;
							border-style: solid;
							border-color: blue;
							}
							
#bottomCurve				{
							width: 879px;
							height: 16px;
							/*
							This was moved to the browser specific stylesheets
							background-image: url(../media/images/bottomCurve.png);
							*/
							background-image: url(../media/images/bottomCurve.png);
							background-position: 0 bottom;
							background-repeat: no-repeat;
							}
							
#photos_bottomCurve			{
							width: 1034px;
							height: 16px;
							/*
							This was moved to the browser specific stylesheets
							background-image: url(../media/images/bottomCurve.png);
							*/
							background-image: url(../media/images/photos_bottomCurve.png);
							background-position: 0 bottom;
							background-repeat: no-repeat;
							}
							
#formatting					{
							font-size: 10px;
							margin-left: 15px;
							}
							
#footer						{
							width: 550px;
							font-size: 10px;
							line-height: 18px;
							letter-spacing: 1px;
							margin: 0px auto 15px auto;
							color: #fff;
							text-align: center;
							}
							
#footer a					{
							color: #fff;
							text-decoration: none;
							}
							
#footer a:hover				{
							/*color: #313131;*/
							color: #fff;
							text-decoration: underline;
							}
