/*#003663=navy, #663333=dark red*/
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #003663;
}

body {
	margin-top: 0;
	margin-left: 0;
	height: 100%;
	padding: 0;
	font-family: Arial;
	font-size: 9pt;
	background-color: #663333; /*dark red*/
}

table {
	border-collapse: collapse;
}



.Layout {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
}

.LogoHome, 
.LogoLanding,
.LogoAbout,
.LogoIntroduction,
.LogoContactUs,
.LogoFAQ,
.LogoHowToJoin,
.LogoOurPrograms,
.LogoWaysToGive,
.LogoWhyJoin {
	width: 935px;
	height: 233px;

}
.LogoHome {
	background: url('/images/logo_bg_home.jpg') no-repeat;
}
.LogoLanding {
	background: url('/images/logo_bg_landing.jpg') no-repeat;
}
.LogoAbout {
	background: url('/images/logo_bg_about.jpg') no-repeat;
}
.LogoIntroduction {
	background: url('/images/logo_bg_introduction.jpg') no-repeat;
}
.LogoContactUs {
	background: url('/images/logo_bg_contactus.jpg') no-repeat;
}
.LogoFAQ {
	background: url('/images/logo_bg_faq.jpg') no-repeat;
}
.LogoHowToJoin {
	background: url('/images/logo_bg_howtojoin.jpg') no-repeat;
}
.LogoOurPrograms {
	background: url('/images/logo_bg_ourprograms.jpg') no-repeat;
}
.LogoWaysToGive {
	background: url('/images/logo_bg_waystogive.jpg') no-repeat;
}
.LogoWhyJoin {
	background: url('/images/logo_bg_whyjoin.jpg') no-repeat;
}

.LogoHome a,
.LogoLanding a,
.LogoAbout a,
.LogoIntroduction a,
.LogoContactUs a,
.LogoFAQ a,
.LogoHowToJoin a,
.LogoOurPrograms a,
.LogoWaysToGive a ,
.LogoWhyJoin a {
	text-decoration: none;
	color: #000;
}

.LogoHome a:hover,
.LogoLanding a:hover,
.LogoAbout a:hover,
.LogoIntroduction a:hover,
.LogoContactUs a:hover,
.LogoFAQ a:hover,
.LogoHowToJoin a:hover,
.LogoOurPrograms a:hover,
.LogoWaysToGive a:hover,
.LogoWhyJoin a:hover  {
	text-decoration: none;
	color: #663333; /*dark red*/
}

.TopLinks {
	float: left;
	/*border: solid 1px red;*/
	font-size: 18px;
	font-weight: bold;
	width: 560px;
	padding-top: 15px;
}

.TopLink {
	float: left; 
	padding-left: 25px;
}

.LinkIntroduction a ,
.LinkAbout a ,
.LinkHowToJoin a ,
.LinkWhyJoin a ,
.LinkOurPrograms a,
.LinkContactUs a,
.LinkFAQ a,
.LinkWaysToGive a {color: #000000;}
.LinkIntroduction a:hover {color: #cc3333;}
.LinkAbout a:hover {color: #006666;}
.LinkHowToJoin a:hover {color: #0000ff;}
.LinkWhyJoin a:hover {color: #ffcc00;}
.LinkOurPrograms a:hover {color: #7B0046;}
.LinkContactUs a:hover {color: #330033;}
.LinkFAQ a:hover {color: #cc6633;}
.LinkWaysToGive a:hover {color: #E8D4B1;}


.TopLogin {
	float: left;
	/*border: solid 1px red;*/
	width: 320px;
	height: 160px;
	padding-left: 25px;	
	font-size: 15px;
	font-weight: bold;
}

.LoginText {
	width: 100px;
	height: 13px;
	
}

.TopMenu {
	float:left;
	width: 560px;
	/*border: solid 1px red;*/
	font-size: 14px;
}

.TopDonation {
	float:right; 
	width:210px; 
	height:70px; 
	/*border:solid 1px red;*/
	cursor:pointer;
}

.TopDonationHover {
	float:right; 
	width:210px; 
	height:70px; 
	/*border:solid 1px red;*/
	cursor:pointer;
	margin-top: 1px;
	background: url('/images/logo_waystogive_hover.jpg');	
}

.Content {
	width: 925px;
	background-color: #CCCC99; /*khaki-ish*/
	padding: 5px;
}

.ContentPanel {
	background-color: #fff;
	padding: 5px;
}

.BlueLinks a {
	color: blue;
	text-decoration: none;
}

.BlueLinks a:hover {
	color: #CCCC99;
}

.Header {
	background-color: #003663; /*navy*/
	padding: 5px;
	color: #fff;
	font-weight: bold;
}

.Logo {
	width: 300px;
}

.Login {
	width: 400px;
}

.Footer {
	font-weight: bold;
	text-align: right;
	background-color: #fff;
	padding: 5px 20px 5px 5px;
}

.Footer a {
	color: #000;
	text-decoration: none;
	margin-right: 70px;
}

.Footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #663333;
}

.HintWindow {
	position : absolute;
	border: solid 2px #cccccc;
	background: #fff;
	z-index: 0;
	padding: 15px;
	text-align: left;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

.GrayBorder {
	border: solid 2px #cccccc;
	padding: 15px;
}

.Progress {
	background: url(/images/ProgressBg.png);
}

.ProgressIndicator {
	background-color: #fff;
	font-size: 16pt;
	font-weight: bold;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
	padding: 15px 15px 15px 15px;
	border: solid 1px #000;
}

.FloatingFormField {
	float: left;
	white-space: nowrap;
	padding-right: 10px;
	padding-bottom: 5px;
}

.FloatingFormField input {
	vertical-align: middle;
}

.PhotoList {
	margin-left: auto;
	margin-right: auto;
}

.PhotoList td {
	padding: 3px;
}

.Button {
	text-align: center;
	height: 21px;
	width: auto;
	background: url('/images/enterbg.gif') no-repeat;
	line-height: 22px;
}

.ButtonHover {
	text-align: center;
	height: 21px;
	width: auto;
	background: url('/images/enterbgover.gif') no-repeat;
	line-height: 22px;
}



