body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(http://www.coastalsoaring.org/media/images/csasite/bg_fb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;

}
a:link {
color: #3399CC;
text-decoration: none;
}
a:visited {
color: #3399CC;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #CC0000;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#fblink {
	text-align: right;
	}
#hnav {
	color: #FFFFFF;
	height: 20px;
	width: 800px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 2px;
	padding-top: 2px;
}
#leaderboard {
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#fullcol {
	padding: 2px;
	width: 98%;
}
#leftcol {
	padding: 2px;
	float: left;
	width: 490px;
}
#leftcol h1 {
	font-size: 18px;
	color: #0099CC;
	margin-bottom: 5px;
}
#rightcol {
	padding: 2px;
	width: 300px;
	float: right;
}
#rightcol h1 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
}
img {
	border-color: #006699;
}
#blueborder {
	border: 1px solid #6699CC;
	margin: 1px;
	padding: 1px;
}
#blueline {
	margin: 1px;
	height: 1px;
	border-top: 1px solid #6699CC;
}
#wxbox {
	background-image: url(http://www.coastalsoaring.org/media/images/csasite/wxboxbg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#videobox {
	font-size: 10px;
	margin:6px;
	width: 120px;
	text-align: center;
	float: left;
}
#price_box {
	width: 100%;
}
#price_box_item {
	float: left;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#price_box_price {
	float: right;
	width: 20%;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#pagebanner {
	width: 770px;
	text-align: center;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#pagebanner_right {
	float: right;
	width: 243px;
	text-align: center;
	height: 60px;
}
#pagebanner_left {
	float: left;
	width: 527px;
	text-align: center;
	height: 60px;
}

#members {
}
#mem_left {
	float: left;
	width:  30%;
	font-weight: bold;
}
#mem_right {
	float: left;
	width: 70%;
}

#footer {
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px;
	text-align: center;
}
#login {
text-align: right;
margin-top: 1px;
margin-bottom: 1px;
padding-right: 10px;
font-size: 10px;
}
#login a{
text-decoration:none;
color:#CC6600;
}
#login a hover{
text-decoration:none;
color:#CC0000;
}
.spacer0 {
display:block;
height: 0px;
clear: both;
}
.spacer1 {
display:block;
height: 1px;
}
.spacer3 {
display:block;
height: 3px;
}
.spacer5 {
display:block;
height: 5px;
}
.spacer10 {
display:block;
height:10px;
}
.text09 {
font-size: 9px;
}
.text10 {
font-size: 10px;
}
.text12 {
font-size: 12px;
}
.text14 {
font-size: 14px;
}



/********************** Dropdown Menu ***************************/

.chromestyle{
font-weight: bold;
width: 500px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
visibility: hidden;
}

.chromestyle ul{
width: 600px;
padding: 4px 0;
margin: 0 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font-weight: bold;
}

.chromestyle ul li a:hover{
color: #99c1f7;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ---------------- Style for Drop Down Menu ------------------ */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold normal 12px/18px Verdana;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-weight: bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #99c1f7;
}

/* ---------------- End Style for Drop Down Menu ------------------ */

/* Wx Gallery Table Formatting ------------------------------------------------------ */


.wxgalborder {
border:	1px solid #CCCCCC;
}

.wxgalthumbs {
text-align:	center;
padding:	15px 3px 8px 3px;
background-color: #f7f7fe;
font-size:	10px;
}

.wxgaltableBorder {
border: 1px solid #CCCCCC;
}

/* Formatting Buttons ------------------------------------------------------ */

.buttonMode {
background-color: transparent;
color: #73769D;	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 10px;
white-space: nowrap;
}

.htmlButtonOutter, .htmlButtonOutterL {
background-color: #f6f6f6;
border-bottom: #333 1px solid;
border-right: #333 1px solid;
border-top: #333 1px solid;
padding: 0;
}

.htmlButtonOutterL {
border-left: #333 1px solid;
}

.htmlButtonInner {
background-color: transparent;
border-bottom: #ccc 1px solid;
border-left: #fff 1px solid;
border-right: #ccc 1px solid;
border-top: #fff 1px solid;
padding: 0 3px 0 3px;
text-align: center;
}

.htmlButtonOff {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}

.htmlButtonOff a:link {
color: #000;
text-decoration: none;
white-space: nowrap;
}

.htmlButtonOff a:visited {
text-decoration: none;
}

.htmlButtonOff a:active {
color: #999;
text-decoration: none;
}

.htmlButtonOff a:hover {
color: #999;
text-decoration: none;
}

.htmlButtonOn {
background: #f6f6f6;
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}

.htmlButtonOn a:link {
color: #990000;
text-decoration: none;
white-space: nowrap;
}

.htmlButtonOn a:visited {
text-decoration: none;
}

.htmlButtonOn a:active {
color: #999;
text-decoration: none;
}

.htmlButtonOn a:hover {
color: #999;
text-decoration: none;
}

.htmlButtonA {
font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 2px 3px 3px 3px;
white-space: nowrap;
}

.htmlButtonB {
background: #E1E3EC;
font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 2px 3px 3px 3px;
white-space: nowrap;
}

.htmlButtonA a:link {
color: #000;
font-weight: bold;
text-decoration: none;
white-space: nowrap;
}

.htmlButtonA a:visited {
text-decoration: none;
}

.htmlButtonA a:active {
color: #999;
text-decoration: none;
}

.htmlButtonA a:hover {
color: #999;
text-decoration: none;
}

.htmlButtonB a:link {
color: #990000;
font-weight: bold;
text-decoration: none;
white-space: nowrap;
}

.htmlButtonB a:visited {
text-decoration: none;
}

.htmlButtonB a:active {
color: #999;
text-decoration: none;
}

.htmlButtonB a:hover {
color: #999;
text-decoration: none;
}
