@charset "UTF-8";


body {
    text-align: center;
    background-image: url(images/Tulipsbg2.jpg);
    background-size: 100%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #00F;
    margin-left: auto;
    margin-right: auto;
}
header {
    white-space: nowrap;
}

#logo {
    width: 100%;
    vertical-align: middle;
}
#tulips {
    width: 50%;
    padding:8px;
    border:.9em solid;
    border-top-color: #cccccc;
    border-left-color: #cccccc;
    border-right-color: #595959;
    border-bottom-color: #595959;
    background-color: green;
    vertical-align: middle;

}
#middle {
    white-space: nowrap;
}
.sum {
    white-space: normal;
}
.column {
    display: inline-block;
    vertical-align: middle;
}
.center {
    display: inline-block;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}
.centerlogo{
    display: inline-block;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 7%;
    padding-left: 7%;
}
.nav {
    list-style-type: none;
    line-height: 2;
    padding: 0;
}
.guidelines{
    text-align: left;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    
}
td {
    text-align: left;
}
table {
    margin-left: auto;
    margin-right: auto;
}
/*This is the Title in header*/
header h1 {
     font-size: 22px;
    font-family: "Trevuchet MS", Georgia, "Times New Roman", Times, serif;
}
/*This is the Subtitle of header*/
header h2 {
    font-size: 16px;
}
.philanthropy p {
    text-align: left;
}
.style3 {
    font-size: 12px;
}
.style7 {
    font-family: Georgia, "Times New Roman", Times, serif;    
}
.style15 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.style23 {
	font-weight: bold;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style26 {
    font-family: Verdana, Arial, Helvetica, sans-serif
}
.style35 {
    font-weight: bold; font-size: 14px;
}
a:hover {

	color: #00F;

	font-family: Comic Sans MS;

	font-weight: bold;

	text-decoration: none;

}

a:link {

	text-decoration: none;

}

a:active {

	text-decoration: none;

}

a:active {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
}