body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
	text-align:left;
	background-image:url(../../images/bkg/bkg_tile.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

img{
	border:0;
}

form{
	padding:0;
	margin:0;
}

input,textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
	text-align:left;
}

h1{
	padding:0 0 20px 0;
	margin:0;
	color:#CC3333;
	font-size:18px;
	font-weight:bold;
	text-transform:capitalize;
	line-height:20px;
	width:440px;
}

h2, h3, h4, h5{
	padding:0;
	margin:0;
	color:#CC3333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:16px;
}

p{
	padding:0 0 20px 0;
	margin:0;
}

a{
	color:#cc3333;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.redText{
	color:#cc3333;
}

.redTextItalic{
	color:#cc3333;
	font-style:italic;
}

.redTextBold{
	color:#cc3333;
	font-weight:bold;
}

.greyText{
	color:#939393;
	font-size:10px;
}

/* --- Header code --- */ 

.headerBackground1{
	padding:0;
	margin:0;
	width:100%;
	height:80px;
	text-align:right;
	background-image:url(../../images/bkg/bkg_wide.gif);
	background-repeat:no-repeat;
}

.logoRedShoe{
	padding:12px 0 0 20px;
	position:absolute;
	top:0;
	left:0;
}

.logoDanceEast{
	padding:12px 24px 0 0;
	margin-left:410px;
}

/* --- Content code --- */

.pageContainer{
	width:100%;
	padding-top:20px;
	min-width:550px;
}

.pageContent{
	padding:6px 126px 0 200px;
}

.homeContent{
	padding:0 0 20px 200px;
	background-image:url(../../images/bkg/bkg_home.jpg);
	background-repeat:repeat-x;
	background-position:200px 0;
}

/* --- Menu code --- */

.menuContainer{
	padding:0;
	margin:0;
	width:200px;
	height:360px;
	line-height:100%;
	text-align:center;
	background-color:#FFFFFF;
	position:absolute;
	top:100px;
	left:0;
}

ul.menuLinks{
	margin:0;
	padding:0 20px 0 14px;
	text-align:left;
	list-style:none;
	color:#000000;
}

ul.menuLinks li{
	padding:0;
	margin:0;
	display:block;
}

ul.menuLinks li a{
	padding:4px 14px;
	margin:0;
	text-decoration:none;
	color:#000000;
	display:block;
} 

ul.menuLinks li a:hover{
	background-color:#CBC48B;
	text-decoration:none;
}

ul.menuLinks li.menuActive a{
	background-color:#CBC48B;
	color:#CC3333;
}

.donateBtn{
	margin-top:26px;
	padding-right:6px;
}

/* --- Footer code --- */

.footerContainer{
	color:#939393;
	width:100%;
}

.footerInner{
	background-image:url(../../images/bkg/bkg_footer.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	float:left;
}

.footerInner a{
	color:#939393;
	text-decoration:none;
}

.footerInner a:hover{
	text-decoration:underline;
}

.footerWhite{
	background-color:#FFFFFF;
	width:200px;
	float:left;
}

.footerLeft{
	padding-top:24px;
	padding-bottom:20px;
	float:left;
}

.footerRight{
	padding-top:24px;
	padding-right:26px;
	float:right;
}

/* --- Donate Table --- */

.donateTable{
}

.donateTable td{
	padding:6px 0;
}

.donateTable th img{
	padding:6px 6px 6px 0;
}

.donationBox{
	margin:0;
	padding-left:4px;
	padding-right:4px;
	width:70px;
	border:#999999 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.donateCheckout{
	padding:4px 0 20px 0;
}

/* --- Images code --- */

.leftImg{
	float:left;
	padding-right:12px;
	padding-bottom:8px;
}

.rightImg{
	float:right;
	padding-left:12px;
	padding-bottom:8px;
}

/* --- Table code --- */

table.donorTable{
	text-align:center;
	width:100%;
}

table.donorTable td{
	padding:12px 24px;
}

table.donorTable th{
	padding:0;
	text-align:left;
	font-weight:normal;
}

table.checkoutTable{
	padding:0;
	margin:0;
}

table.checkoutTable td{
	padding:1px 0;
}

table.checkoutTable input, table.checkoutTable textarea{
	margin:0;
	padding:0;
	width:250px;
}

table.checkoutTable textarea{
	height:60px;
}
	